No description
Find a file
Bert Vermeulen d0259c42ab spdxcheck.py: Use Python 3
Python 2.x has been officially EOL'ed for some time, and in any case
the git module for it is hard to come by.

Signed-off-by: Bert Vermeulen <bert@biot.com>
Link: https://lore.kernel.org/r/20210121085412.265400-1-bert@biot.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-01-27 14:50:12 +01:00
arch Cleanup and warning fixes. 2021-01-24 13:52:02 -08:00
block
certs
crypto
Documentation misc: pvpanic: introduce events device attribue 2021-01-27 14:28:17 +01:00
drivers virt: vbox: Do not use wait_event_interruptible when called from kernel context 2021-01-27 14:37:02 +01:00
fs io_uring-5.11-2021-01-24 2021-01-24 12:30:14 -08:00
include misc: pti: Remove driver for deprecated platform 2021-01-27 13:35:01 +01:00
init
ipc
kernel
lib ubsan: disable unsigned-overflow check for i386 2021-01-24 10:34:52 -08:00
LICENSES
mm mm/highmem: prepare for overriding set_pte_at() 2021-01-24 10:34:52 -08:00
net
samples
scripts spdxcheck.py: Use Python 3 2021-01-27 14:50:12 +01:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver 2021-01-25 18:44:45 +01:00
Makefile Linux 5.11-rc5 2021-01-24 16:47:14 -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.