No description
Find a file
Vlastimil Babka 7b4693e644 MAINTAINERS: add uapi directories to API/ABI section
Let's add include/uapi/ and arch/*/include/uapi/ to API/ABI section, so
that for patches modifying them, get_maintainers.pl suggests CCing
linux-api@ so people don't forget.

Link: https://lkml.kernel.org/r/20210217174745.13591-1-vbabka@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Reported-by: David Hildenbrand <david@redhat.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-02-26 09:41:04 -08:00
arch alpha: remove CONFIG_EXPERIMENTAL from defconfigs 2021-02-26 09:41:03 -08:00
block
certs
crypto
Documentation treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
drivers treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
fs proc: use kvzalloc for our kernel buffer 2021-02-26 09:41:03 -08:00
include groups: use flexible-array member in struct group_info 2021-02-26 09:41:03 -08:00
init
ipc
kernel kernel: delete repeated words in comments 2021-02-26 09:41:03 -08:00
lib
LICENSES
mm
net
samples treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
COPYING
CREDITS treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add uapi directories to API/ABI section 2021-02-26 09:41:04 -08:00
Makefile
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.