Name Last commit Last update
Documentation Input: i8042 - add deferred probe support
LICENSES LICENSES: Rename other to deprecated
arch ARM: 9169/1: entry: fix Thumb2 bug in iWMMXt exception handling
block block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)
certs certs: Trigger creation of RSA module signing key if it's not an RSA key
crypto crypto: pcrypt - Delay write to padata->info
drivers staging: greybus: fix stack size warning with UBSAN
fs xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocate
include uapi: fix linux/nfc.h userspace compilation errors
init kbuild: add CONFIG_LD_IS_LLD
ipc shm: extend forced shm destroy to support objects from several IPC nses
kernel workqueue: Fix unbind_workers() VS wq_worker_running() race
lib siphash: use _unaligned version by default
mm mm: mempolicy: fix THP allocations escaping mempolicy restrictions
net net: udp: fix alignment problem in udp4_seq_show()
samples samples/kretprobes: Fix return value if register_kretprobe() failed
scripts recordmcount.pl: fix typo in s390 mcount regex
security selinux: initialize proto variable in selinux_ip_postroute_compat()
sound ALSA: hda/realtek: Amp init fixup for HP ZBook 15 G6
tools selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()
usr initramfs: restore default compression behavior
virt KVM: do not shrink halt_poll_ns below grow_start
.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.