Name Last commit Last update
Documentation ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch powerpc/32: Fix overread/overwrite of thread_struct via ptrace
block block, loop: support partitions without scanning
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: cryptd - Protect per-CPU resource by disabling BH.
drivers net/mlx5: E-Switch, pair only capable devices
fs zonefs: fix handling of explicit_open option on mount
include xsk: Fix possible crash when multiple sockets are created
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel tracing: Avoid adding tracer option before update_tracer_options
lib iov_iter: fix build issue due to possible type mis-match
mm mm/huge_memory: Fix xarray node memory leak
net xsk: Fix possible crash when multiple sockets are created
samples samples/landlock: Format with clang-format
scripts scripts/gdb: change kernel config dumping method
security KEYS: trusted: tpm2: Fix migratable logic
sound ALSA: hda/realtek: Add quirk for HP Dev One
tools net/sched: act_police: more accurate MTU policing
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Free new dirty bitmap if creating a new memslot fails
.clang-format genirq/msi: Make interrupt allocation less convoluted
.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.