Name Last commit Last update
Documentation tcp: add tcp_min_snd_mss sysctl
LICENSES
arch sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
block block, bfq: increase idling for weight-raised queues
certs Replace magic for trusting the secondary keyring with #define
crypto crypto: ccm - fix incompatibility between "ccm" and "ccm_base"
drivers net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supported
firmware License cleanup: add SPDX GPL-2.0 license identifier to files with no license
fs Abort file_remove_privs() for non-reg. files
include coredump: fix race condition between collapse_huge_page() and core dumping
init init: initialize jump labels before command line option parsing
ipc ipc: prevent lockup on alloc_msg and free_msg
kernel tracing: Silence GCC 9 array bounds warning
lib test_firmware: Use correct snprintf() limit
mm coredump: fix race condition between collapse_huge_page() and core dumping
net ipvs: Fix use-after-free in ip_vs_in
samples samples: mei: use /dev/mei0 instead of /dev/mei
scripts fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
security apparmor: enforce nullbyte at end of tag string
sound ALSA: hda - Force polling mode on CNL for fixing codec communication
tools objtool: Support per-function rodata sections
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
.clang-format
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.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.