Name Last commit Last update
Documentation dt-bindings: net: ethernet-controller: fix typo in NVMEM
LICENSES LICENSES: Rename other to deprecated
arch riscv,entry: fix misaligned base for excp_vect_table
block block: only update parent bi_status when bio fail
certs certs: Fix blacklist flag type confusion
crypto crypto: x86 - Regularize glue function prototypes
drivers xen/events: fix setting irq affinity
fs block: don't ignore REQ_NOWAIT for direct IO
include net/mlx5: Fix PBMC register mapping
init init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel workqueue: Move the position of debug_work_activate() in __queue_work()
lib PCI: Fix pci_register_io_range() memory leak
mm mm: fix race by making init_zero_pfn() early_initcall
net netfilter: x_tables: fix compat match/target pad out-of-bound write
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 integrity: double check iint_cache was initialized
sound ASoC: sunxi: sun4i-codec: fill ASoC card owner
tools perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches
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.