Name Last commit Last update
Documentation dt-bindings: net: ethernet-controller: fix typo in NVMEM
LICENSES LICENSES: Rename other to deprecated
arch x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported
block block: only update parent bi_status when bio fail
certs certs: Fix blacklist flag type confusion
crypto crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS
drivers dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails
fs ext4: fix error code in ext4_commit_super
include Fix misc new gcc warnings
init init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel tracing: Restructure trace_clock_global() to never block
lib avoid __memcat_p link failure
mm mm: fix race by making init_zero_pfn() early_initcall
net Fix misc new gcc warnings
samples samples, bpf: Add missing munmap in xdpsock
scripts ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount
security security: commoncap: fix -Wstringop-overread warning
sound ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx
tools perf ftrace: Fix access to pid in array when setting a pid filter
usr initramfs: restore default compression behavior
virt KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
.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.