No description
Find a file
2020-03-12 16:44:18 -04:00
arch
block
certs
crypto
Documentation
drivers dax fixes 5.6-rc1 2020-02-11 16:52:08 -08:00
fs dax fixes 5.6-rc1 2020-02-11 16:52:08 -08:00
include clone3: allow spawning processes into cgroups 2020-02-12 17:57:51 -05:00
init Various fixes: 2020-02-11 16:39:18 -08:00
ipc
kernel Merge branch 'for-5.6-fixes' into for-5.7 2020-03-12 16:44:18 -04:00
lib Various fixes: 2020-02-11 16:39:18 -08:00
LICENSES
mm
net
samples
scripts kbuild: fix mismatch between .version and include/generated/compile.h 2020-02-11 05:18:40 +09:00
security selinux/stable-5.6 PR 20200210 2020-02-10 16:51:35 -08:00
sound
tools selftests/cgroup: add tests for cloning into cgroups 2020-02-12 17:57:51 -05:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.