Name Last commit Last update
Documentation dt-bindings: gpio: altera: correct interrupt-cells
LICENSES LICENSES/deprecated: add Zlib license text
arch MIPS: IP30: Remove incorrect `cpu_has_fpu' override
block block: fix bio_clone_blkg_association() to associate with proper blkcg_gq
certs certs: Trigger creation of RSA module signing key if it's not an RSA key
crypto crypto: cryptd - Protect per-CPU resource by disabling BH.
drivers md: bcache: check the return value of kzalloc() in detached_dev_do_request()
fs ext4: only allow test_dummy_encryption when supported
include nodemask.h: fix compilation error with GCC12
init Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()
kernel ftrace: Clean up hash direct_functions on register failures
lib lib/crypto: add prompts back to crypto libraries
mm hugetlb: fix huge_pmd_unshare address update
net mac80211: upgrade passive scan to active scan on DFS channels after beacon rx
samples samples/bpf, xdpsock: Fix race when running for fix duration of time
scripts scripts/faddr2line: Fix overlapping text section failures
security ima: remove the IMA_TEMPLATE Kconfig option
sound ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control
tools kseltest/cgroup: Make test_stress.sh work if run interactively
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: Prevent module exit until all VMs are freed
.clang-format Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
.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.