Name Last commit Last update
Documentation Merge tag 'soc-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch nds32: fix access_ok() checks in get/put_user
block block: release rq qos structures for queue without disk
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: af_alg - get rid of alg_memory_allocated
drivers drm/msm/gpu: Fix crash on devices without devfreq support (v2)
fs jbd2: fix use-after-free of transaction_t race
include Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL
init lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
ipc ipc/sem: do not sleep with a spin lock held
kernel rcu: Don't deboost before reporting expedited quiescent state
lib Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
mm mm: swap: get rid of livelock in swapin readahead
net llc: only change llc->dev when bind() succeeds
samples samples/seccomp: Adjust sample to also provide kill option
scripts kconfig: fix failing to generate auto.conf
security Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound ALSA: pci: fix reading of swapped values from pcmreg in AC97 codec
tools perf parse-events: Ignore case in topdown.slots check
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Fix lockdep false negative during host resume
.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.