No description
Find a file
Julia Lawall d2ee8447e1 coccinelle: update expiring email addresses
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
2020-12-24 12:59:20 +01:00
arch Three fixes all related to #DB: 2020-11-01 11:21:26 -08:00
block
certs
crypto
Documentation
drivers
fs
include A few fixes for timers/timekeeping: 2020-11-01 11:13:45 -08:00
init
ipc
kernel A few fixes for timers/timekeeping: 2020-11-01 11:13:45 -08:00
lib
LICENSES
mm
net
samples
scripts coccinnelle: Remove ptr_ret script 2020-12-15 20:55:19 +01:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS coccinelle: update expiring email addresses 2020-12-24 12:59:20 +01:00
Makefile Linux 5.10-rc2 2020-11-01 14:43:51 -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.