Name Last commit Last update
Documentation dt-bindings: sifive-l2-cache: Fix 'select' matching
LICENSES LICENSES: Add the CC-BY-4.0 license
arch x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
block blk-mq: clearing flush request reference in tags->rqs[]
certs Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto crypto: sm2 - fix a memory leak in sm2
drivers PCI: Call Max Payload Size-related fixup quirks early
fs ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
include net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
init sched/core: Initialize the idle task with preemption disabled
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
kernel audit: move put_tree() to avoid trim_trees refcount underflow and UAF
lib once: Fix panic when module unload
mm mm/memory_hotplug: fix potential permanent lru cache disable
net igmp: Add ip_mc_list lock in ip_check_mc_rcu
samples bpf, samples: Fix xdpsock with '-M' parameter missing unload process
scripts scripts/tracing: fix the bug that can't parse raw_trace_func
security bpf: Add lockdown check for probe_write_user helper
sound ALSA: usb-audio: Add registration quirk for JBL Quantum 800
tools tools/virtio: fix build
usr .gitignore: prefix local generated files with a slash
virt KVM: Do not leak memory for duplicate debugfs directories
.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.