Name Last commit Last update
Documentation mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning
block block: use rcu_work instead of call_rcu to avoid sleep in softirq
certs export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
crypto crypto: aes_ti - disable interrupts while accessing S-box
drivers isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI_l1hw()
fs ocfs2: improve ocfs2 Makefile
include kvm: Change offset in kvm_write_guest_offset_cached to unsigned
init kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7
ipc ipc/shm.c: use ERR_CAST() for shm_lock() error return
kernel cgroup: fix parsing empty mount option string
lib seq_buf: Make seq_buf_puts() null-terminate the buffer
mm mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init
net xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi
samples livepatch: check kzalloc return values
scripts scripts/decode_stacktrace: only strip base path when a prefix of the path
security smack: fix access permissions for keyring
sound ASoC: fsl: Fix SND_SOC_EUKREA_TLV320 build error on i.MX8M
tools perf python: Do not force closing original perf descriptor in evlist.get_pollfd()
usr initramfs: move gen_initramfs_list.sh from scripts/ to usr/
virt kvm: Change offset in kvm_write_guest_offset_cached to unsigned
.clang-format clang-format: Set IndentWrappedFunctionNames false
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.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.