Name Last commit Last update
Documentation iio: ABI: Fix wrong format of differential capacitance channel ABI.
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch arm64: dts: imx8mp: Add snps,gfladj-refclk-lpm-sel quirk to USB nodes
block blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: akcipher - default implementation for setting a private key
drivers thermal: intel_powerclamp: Use first online CPU as control_cpu
fs io-wq: Fix memory leak in worker creation
include net: ieee802154: return -EINVAL for unknown addr type
init stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel gcov: support GCC 12.1 and newer compilers
lib lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
mm mm: hugetlb: fix UAF in hugetlb_handle_userfault
net net/ieee802154: don't warn zero-sized raw_sendmsg()
samples samples/landlock: Format with clang-format
scripts kbuild: rpm-pkg: fix breakage when V=1 is used
security ima: fix blocking of security.ima xattrs of unsupported algorithms
sound ALSA: usb-audio: Fix last interface check for registration
tools perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
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.