Go to file
Paul Mackerras d88f2f72ca mailmap: add entries for Paul Mackerras
Link: https://lkml.kernel.org/r/ZEYpTAufVHTvsO1n@cleo
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-04-27 13:45:31 -07:00
Documentation fs/proc: add Kthread flag to /proc/$pid/status 2023-04-21 14:54:34 -07:00
LICENSES
arch ia64: fix an addr to taddr in huge_pte_offset() 2023-04-21 14:54:34 -07:00
block
certs
crypto
drivers
fs ocfs2: reduce ioctl stack usage 2023-04-21 14:54:34 -07:00
include libgcc: add forward declarations for generic library routines 2023-04-27 13:45:31 -07:00
init
io_uring
ipc
kernel delayacct: track delays from IRQ/SOFTIRQ 2023-04-18 16:39:34 -07:00
lib
mm
net
rust
samples
scripts checkpatch: introduce proper bindings license check 2023-04-18 16:39:35 -07:00
security
sound
tools delayacct: track delays from IRQ/SOFTIRQ 2023-04-18 16:39:34 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entries for Paul Mackerras 2023-04-27 13:45:31 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

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.