Name Last commit Last update
Documentation dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch sparc64: fix pci_iounmap() when CONFIG_PCI is not set
block Revert "block, bfq: honor already-setup queue merges"
certs certs: Trigger creation of RSA module signing key if it's not an RSA key
crypto crypto: shash - avoid comparing pointers to exported functions under CFI
drivers libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.
firmware Fix built-in early-load Intel microcode alignment
fs ext2: fix sleeping in atomic bugs on error
include lib/timerqueue: Rely on rbtree semantics for next timer
init pid: take a reference when initializing `cad_pid`
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel cpufreq: schedutil: Use kobject release() method to free sugov_tunables
lib lib/timerqueue: Rely on rbtree semantics for next timer
mm mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
net netfilter: ipset: Fix oversized kvmalloc() calls
samples samples: bpf: Fix tracex7 error raised on the missing argument
scripts scripts/tracing: fix the bug that can't parse raw_trace_func
security apparmor: remove duplicate macro list_entry_is_head()
sound ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/B
tools tools/vm/page-types: remove dependency on opt_file for idle page tracking
usr initramfs: restore default compression behavior
virt KVM: remember position in kvm->vcpus array
.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.