Name Last commit Last update
Documentation docs/ABI: testing: aspeed-uart-routing: Escape asterisk
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch riscv: fix oops caused by irqsoff latency tracer
block block: clear iocb->private in blkdev_bio_end_io_async()
certs certs: Add support for using elliptic curve keys for signing modules
crypto crypto: af_alg - get rid of alg_memory_allocated
drivers gpio: tegra186: Fix chip_data type confusion
fs btrfs: reduce extent threshold for autodefrag
include nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
init kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x
ipc ipc/sem: do not sleep with a spin lock held
kernel tracing: Have traceon and traceoff trigger honor the instance
lib lib/iov_iter: initialize "flags" in new pipe_buffer
mm memblock: use kfree() to release kmalloced memblock regions
net net-timestamp: convert sk->sk_tskey to atomic_t
samples samples: bpf: Fix 'unknown warning group' build warning on Clang
scripts kconfig: fix failing to generate auto.conf
security selinux: fix misuse of mutex_is_locked()
sound ASoC: wm_adsp: Correct control read size when parsing compressed buffer
tools selftests: bpf: Check bpf_msg_push_data return value
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: eventfd: Fix false positive RCU usage warning
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.