Name Last commit Last update
Documentation xen/balloon: add late_initcall_sync() for initial ballooning done
arch hexagon: export raw I/O routines for modules
block blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
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 soc/tegra: pmc: Fix imbalanced clock disabling in error code path
firmware Fix built-in early-load Intel microcode alignment
fs btrfs: fix memory ordering between normal and ordered work functions
include RDMA/netlink: Add __maybe_unused to static inline in C file
init pid: take a reference when initializing `cad_pid`
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel perf/core: Avoid put_page() when GUP fails
lib lib/xz: Validate the value before assigning it to an enum variable
mm mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
net batman-adv: Don't always reallocate the fragmentation skb head
samples samples/kretprobes: Fix return value if register_kretprobe() failed
scripts leaking_addresses: Always print a trailing newline
security apparmor: fix error check
sound ASoC: DAPM: Cover regression by kctl change notification fix
tools usb: testusb: Fix for showing the connection speed
usr initramfs: restore default compression behavior
virt KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
.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
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.