Name Last commit Last update
Documentation mm/slub: clarify verification reporting
LICENSES LICENSES: Add the CC-BY-4.0 license
arch powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not set
block blk-mq: Swap two calls in blk_mq_exit_queue()
certs certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
crypto async_xor: check src_offs is not NULL before updating it
drivers usb: dwc3: core: fix kernel panic when do reboot
fs mm/hugetlb: expand restore_reserve_on_error functionality
include mm/hugetlb: expand restore_reserve_on_error functionality
init pid: take a reference when initializing `cad_pid`
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
kernel crash_core, vmcoreinfo: append 'SECTION_SIZE_BITS' to vmcoreinfo
lib lib: stackdepot: turn depot_lock spinlock to raw_spinlock
mm mm/slub.c: include swab.h
net net: bridge: fix vlan tunnel dst refcnt when egressing
samples samples: vfio-mdev: fix error handing in mdpy_fb_probe()
scripts kbuild: Quote OBJCOPY var to avoid a pahole call break the build
security KEYS: trusted: Fix memory leak on object td
sound ASoC: qcom: lpass-cpu: Fix pop noise during audio capture begin
tools perf beauty: Update copy of linux/socket.h with the kernel sources
usr Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
virt Revert "irqbypass: do not start cons/prod when failed connect"
.clang-format Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
.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.