Linux kernel source tree
Find a file
2020-11-09 11:48:11 +01:00
arch Three fixes all related to #DB: 2020-11-01 11:21:26 -08:00
block
certs
crypto
Documentation
drivers cpufreq: Drop restore_freq from struct cpufreq_policy 2020-11-02 18:32:39 +01:00
fs
include cpufreq: Drop restore_freq from struct cpufreq_policy 2020-11-02 18:32:39 +01:00
init
ipc
kernel cpufreq: schedutil: Don't skip freq update if need_freq_update is set 2020-11-02 17:57:49 +01:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.