Go to file
2019-09-12 15:41:04 -07:00
arch Merge "defconfig: msm: Enable bfq io scheduler as a default for bengal" 2019-09-12 15:41:04 -07:00
block Merge "block: use current active bfqq to update statistics" 2019-09-12 15:41:04 -07:00
certs
crypto
Documentation
drivers Merge "msm: npu: Power off npu until cpc power is off" 2019-09-12 15:41:04 -07:00
firmware
fs
include Merge "trace: Add new trace event for DCVSH" 2019-09-12 15:41:03 -07:00
init
ipc
kernel sched: Improve the scheduler 2019-09-10 09:14:40 +05:30
lib
LICENSES
mm
net Merge "wil6210: Add EDMG channel support" 2019-09-09 19:51:21 -07:00
samples
scripts
security
sound
techpack
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp
AndroidKernel.mk
build.config.cuttlefish.aarch64
build.config.cuttlefish.x86_64
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
verity_dev_keys.x509

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.