No description
Find a file
Arnaldo Carvalho de Melo 1796829d91 Merge remote-tracking branch 'torvalds/master' into perf/core
To pick up fixes

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-02-03 13:11:38 -03:00
arch A single fix for objtool to generate proper unwind info for newer 2021-01-31 11:48:12 -08:00
block block-5.11-2021-01-29 2021-01-29 13:50:06 -08:00
certs
crypto
Documentation Networking fixes for 5.11-rc7, including fixes from bpf and mac80211 2021-02-02 10:26:09 -08:00
drivers vdpa: bugfix 2021-02-02 10:35:33 -08:00
fs Networking fixes for 5.11-rc7, including fixes from bpf and mac80211 2021-02-02 10:26:09 -08:00
include Networking fixes for 5.11-rc7, including fixes from bpf and mac80211 2021-02-02 10:26:09 -08:00
init
ipc
kernel dma-mapping fix for 5.11 2021-02-02 10:40:20 -08:00
lib
LICENSES
mm
net Networking fixes for 5.11-rc7, including fixes from bpf and mac80211 2021-02-02 10:26:09 -08:00
samples
scripts
security
sound
tools Merge remote-tracking branch 'torvalds/master' into perf/core 2021-02-03 13:11:38 -03:00
usr
virt
.clang-format clang-format: Update with the latest for_each macro list 2021-01-29 15:00:23 +01:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.11-rc6 2021-01-31 13:50:09 -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.