Name Last commit Last update
Documentation Input: iforce - add support for Boeder Force Feedback Wheel
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text
arch MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
block blk-iolatency: Fix inflight count imbalances and IO hangs on offline
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: drbg - make reseeding from get_random_bytes() synchronous
drivers usb: dwc3: pci: Allow Elkhart Lake to utilize DSM method for PM functionality
firmware Fix built-in early-load Intel microcode alignment
fs ext4: make directory inode spreading reflect flexbg size
include serial: Create uart_xmit_advance()
init random: handle latent entropy and command line from random_init()
ipc shm: extend forced shm destroy to support objects from several IPC nses
kernel workqueue: don't skip lockdep work dependency in cancel_work_sync()
lib ratelimit: Fix data-races in ___ratelimit().
mm mm/slub: fix to return errno if kmalloc() fails
net netfilter: ebtables: fix memory leak when blob is malformed
samples samples/kretprobes: Fix return value if register_kretprobe() failed
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 perf kcore_copy: Do not check /proc/modules is unchanged
usr initramfs: restore default compression behavior
virt KVM: Add infrastructure and macro to mark VM as bugged
.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.