Name Last commit Last update
Documentation KVM: X86: MMU: Use the correct inherited permissions to get shadow page
LICENSES LICENSES: Rename other to deprecated
arch KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
block blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()
certs certs: Move load_system_certificate_list to a common function
crypto crypto: shash - avoid comparing pointers to exported functions under CFI
drivers iommu/vt-d: Fix agaw for a supported 48 bit guest address width
fs ceph: take snap_empty_lock atomically with snaprealm refcount change
include vmlinux.lds.h: Handle clang's module.{c,d}tor sections
init kbuild: add CONFIG_LD_IS_LLD
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel genirq/timings: Prevent potential array overflow in __irq_timings_store()
lib lib/decompress_unlz4.c: correctly handle zero-padding around initrds.
mm mm: slab: fix kmem_cache_create failed when sysfs node not destroyed
net vsock/virtio: avoid potential deadlock when vsock device remove
samples samples/bpf: Fix the error return code of xdp_redirect's main()
scripts scripts/tracing: fix the bug that can't parse raw_trace_func
security smackfs: restrict bytes count in smk_set_cipso()
sound ASoC: cs42l42: Fix LRCLK frame start edge
tools bpf, selftests: Adjust few selftest result_unpriv outcomes
usr initramfs: restore default compression behavior
virt KVM: Do not leak memory for duplicate debugfs directories
.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.