Name Last commit Last update
Documentation Merge remote-tracking branch 'drm/drm-next' into msm-next-staging
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block blk-mq: don't insert FUA request with data into scheduler queue
certs certs: Add support for using elliptic curve keys for signing modules
crypto Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux
drivers drm/msm/dpu_kms: Re-order dpu includes
fs pstore/blk: Use "%lu" to format unsigned long
include Merge remote-tracking branch 'drm/drm-next' into msm-next-staging
init kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x
ipc shm: extend forced shm destroy to support objects from several IPC nses
kernel Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
lib kasan: test: silence intentional read overflow warnings
mm kmap_local: don't assume kmap PTEs are linear arrays in memory
net Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
scripts Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux
security net,lsm,selinux: revert the security_sctp_assoc_established() hook
sound Merge tag 'sound-fix-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
usr initramfs: Check timestamp to prevent broken cpio archive
virt Merge branch 'kvm-5.16-fixes' into kvm-master
.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.