Name Last commit Last update
Documentation clocksource: Retry clock read if long delays detected
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch nds32: fix up stack guard gap
block blk-wbt: make sure throttle is enabled properly
certs certs: Fix blacklist flag type confusion
crypto crypto: shash - avoid comparing pointers to exported functions under CFI
drivers xhci: add xhci_get_virt_ep() helper
firmware Fix built-in early-load Intel microcode alignment
fs btrfs: compression: don't try to compress if we don't have enough pages
include drm: Return -ENOTTY for non-drm ioctls
init pid: take a reference when initializing `cad_pid`
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
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 net: sched: cls_api: Fix the the wrong parameter
samples samples/bpf: Fix the error return code of xdp_redirect's main()
scripts kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
security smackfs: restrict bytes count in smk_set_cipso()
sound ALSA: sb: Fix potential ABBA deadlock in CSP driver
tools selftest: use mmap instead of posix_memalign to allocate memory
usr initramfs: restore default compression behavior
virt KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
.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.