Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Mauro Carvalho Chehab 2ae7bb570e scripts: get_abi: ignore code blocks for cross-references
The script should not generate cross-references inside
literal blocks.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/a590f994f8a5742db333bde69e88241a080e4fe0.1616668017.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2021-03-31 13:53:16 -06:00
arch
block
certs
crypto
Documentation Docs/zh_CN: update Alex Shi new email address 2021-03-31 13:52:25 -06:00
drivers RDMA 5.12 first rc pull request 2021-03-05 17:27:59 -08:00
fs fs: eventpoll: fix comments & kernel-doc notation 2021-03-06 17:36:53 -07:00
include block-5.12-2021-03-05 2021-03-05 12:59:37 -08:00
init
ipc
kernel io_uring-5.12-2021-03-05 2021-03-05 12:44:43 -08:00
lib
LICENSES
mm
net
samples
scripts scripts: get_abi: ignore code blocks for cross-references 2021-03-31 13:53:16 -06:00
security
sound
tools Documentation: Replace more lkml.org links with lore 2021-03-06 17:36:52 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update email address for Alex Shi 2021-03-31 13:52:25 -06:00
COPYING
CREDITS Documentation: Replace more lkml.org links with lore 2021-03-06 17:36:52 -07:00
Kbuild
Kconfig
MAINTAINERS Docs/zh_CN: update Alex Shi new email address 2021-03-31 13:52:25 -06:00
Makefile Linux 5.12-rc2 2021-03-05 17:33:41 -08:00
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.