Name Last commit Last update
Documentation arm64: errata: Remove AES hwcap for COMPAT tasks
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch x86/unwind/orc: Fix unreliable stack dump with gcov
block blk-iolatency: Fix inflight count imbalances and IO hangs on offline
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: drbg - make reseeding from get_random_bytes() synchronous
drivers can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive
firmware Fix built-in early-load Intel microcode alignment
fs kernfs: fix use-after-free in __kernfs_remove
include media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'
init random: handle latent entropy and command line from random_init()
ipc shm: extend forced shm destroy to support objects from several IPC nses
kernel PM: hibernate: Allow hybrid sleep to work with s2idle
lib dyndbg: let query-modname override actual module name
mm mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
net openvswitch: switch from WARN to pr_warn
samples samples/kretprobes: Fix return value if register_kretprobe() failed
scripts selinux: use "grep -E" instead of "egrep"
security ima: Free the entire rule if it fails to parse
sound ALSA: aoa: Fix I2S device accounting
tools perf auxtrace: Fix address filter symbol name match for modules
usr initramfs: restore default compression behavior
virt KVM: arm64: vgic: Fix exit condition in scan_its_table()
.clang-format clang-format: Set IndentWrappedFunctionNames false
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.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.
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.