mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 09:22:53 -04:00
0a56e0603fa13af08816d673f6f71b68cda2fb2e
Copy over powerpc syscall.tbl to grab changes from the below commits: commitcee3536d24("powerpc: Wire up clone3 syscall") commit1a271a68e0("arch: mark syscall number 435 reserved for clone3") commit7615d9e178("arch: wire-up pidfd_open()") commitd8076bdb56("uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]") commit39036cd272("arch: add pidfd and io_uring syscalls everywhere") commit48166e6ea4("y2038: add 64-bit time_t syscalls to all 32-bit architectures") commitd33c577ccc("y2038: rename old time and utime syscalls") commit00bf25d693("y2038: use time32 syscall names on 32-bit") commit8dabe7245b("y2038: syscalls: rename y2038 compat syscalls") commit0d6040d468("arch: add split IPC system calls where needed") Reported-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org Link: http://lkml.kernel.org/r/20190827071458.19897-1-naveen.n.rao@linux.vnet.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%