Name Last commit Last update
Documentation sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()
block block: Suppress uevent for hidden device when removed
certs certs: Fix blacklist flag type confusion
crypto crypto: tcrypt - avoid signed overflow in byte count
drivers drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
firmware Fix built-in early-load Intel microcode alignment
fs reiserfs: update reiserfs_xattrs_initialized() condition
include extcon: Add stubs for extcon_register_notifier_all() functions
init fgraph: Initialize tracing_graph_pause at task creation
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel tracing: Fix stack trace event size
lib PCI: Fix pci_register_io_range() memory leak
mm mm: fix race by making init_zero_pfn() early_initcall
net bpf: Remove MTU check in __bpf_skb_max_len
samples samples: bpf: Fix lwt_len_hist reusing previous BPF map
scripts vmlinux.lds.h: Create section for protection against instrumentation
security Revert 95ebabde ("capabilities: Don't allow writing ambiguous v3 file capabilities")
sound ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook
tools perf auxtrace: Fix auxtrace queue conflict
usr initramfs: restore default compression behavior
virt KVM: arm64: Fix exclusive limit for IPA size
.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.
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.