Name Last commit Last update
Documentation Input: iforce - add support for Boeder Force Feedback Wheel
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch KVM: x86/mmu: Fold rmap_recycle into rmap_add
block block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto KEYS: asymmetric: enforce SM2 signature use pkey algo
drivers devdax: Fix soft-reservation memory description
fs ext4: use locality group preallocation for small closed files
include serial: Create uart_xmit_advance()
init stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel workqueue: don't skip lockdep work dependency in cancel_work_sync()
lib crypto: lib - remove unneeded selection of XOR_BLOCKS
mm mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.
net net: sched: fix possible refcount leak in tc_new_tfilter()
samples samples/landlock: Format with clang-format
scripts mksysmap: Fix the mismatch of 'L0' symbols in System.map
security apparmor: Fix memleak in aa_simple_write_to_buffer()
sound ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptop
tools selftests: forwarding: add shebang for sch_red.sh
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: SEV: add cache flush to solve SEV cache incoherency issues
.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.