Name Last commit Last update
Documentation dt-bindings: sifive-l2-cache: Fix 'select' matching
LICENSES LICENSES: Add the CC-BY-4.0 license
arch xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
block blk-mq: don't grab rq's refcount in blk_mq_check_expired()
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 media: stkwebcam: fix memory leak in stk_camera_probe
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 net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
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: pcm: fix divide error in snd_pcm_lib_ioctl
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.