Name Last commit Last update
Documentation affs: fix basic permission bits to actually work
LICENSES LICENSES: Rename other to deprecated
arch ARM: dts: vfxxx: Add syscon compatible with OCOTP
block block: Set same_page to false in __bio_try_merge_page if ret is false
certs PKCS#7: Refactor verify_pkcs7_signature()
crypto crypto: af_alg - Work around empty control messages without MSG_MORE
drivers drm/msm: Disable the RPTR shadow
fs debugfs: Fix module state check condition
include irqchip/eznps: Fix build error for !ARC700 builds
init x86: Fix early boot crash on gcc-10, third try
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel gcov: add support for GCC 10.1
lib kobject: Restore old behaviour of kobject_del(NULL)
mm mm/khugepaged.c: fix khugepaged's request size in collapse_file
net cfg80211: Adjust 6 GHz frequency to channel conversion
samples bpf: Fix fds_example SIGSEGV error
scripts checkpatch: fix the usage of capture group ( ... )
security Smack: prevent underflow in smk_set_cipso()
sound ALSA: hda: fix a runtime pm issue in SOF when integrated GPU is disabled
tools selftests/timers: Turn off timeout setting
usr initramfs: restore default compression behavior
virt KVM: fix memory leak in kvm_io_bus_unregister_dev()
.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.