Linux kernel source tree
Find a file
Paul E. McKenney 7fbe67e46a Merge branch 'strictgp.2020.08.24a' into HEAD
strictgp.2020.08.24a: Strict grace periods for KASAN testing.
2020-09-03 09:47:42 -07:00
arch kvm: mmu: page_track: Fix RCU list API usage 2020-08-24 18:36:23 -07:00
block block-5.9-2020-08-14 2020-08-15 20:36:42 -07:00
certs
crypto
Documentation Merge branch 'strictgp.2020.08.24a' into HEAD 2020-09-03 09:47:42 -07:00
drivers block-5.9-2020-08-14 2020-08-15 20:36:42 -07:00
fs io_uring-5.9-2020-08-15 2020-08-16 10:55:12 -07:00
include Merge branch 'strictgp.2020.08.24a' into HEAD 2020-09-03 09:47:42 -07:00
init
ipc
kernel Merge branch 'strictgp.2020.08.24a' into HEAD 2020-09-03 09:47:42 -07:00
lib scftorture: Add smp_call_function() torture test 2020-08-24 18:38:31 -07:00
LICENSES
mm
net 9p pull request for inclusion in 5.9 2020-08-15 08:34:36 -07:00
samples
scripts
security
sound
tools Merge branch 'scftorture.2020.08.24a' into HEAD 2020-09-03 09:47:01 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS rcuperf: Change rcuperf to rcuscale 2020-08-24 18:39:24 -07:00
Makefile Linux 5.9-rc1 2020-08-16 13:04:57 -07: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.