Name Last commit Last update
Documentation dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid"
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch powerpc/bpf/32: Fix Oops on tail call tests
block block: make blk_set_default_limits() private
certs certs: make system keyring depend on built-in x509 parser
crypto crypto: akcipher - default implementation for setting a private key
drivers Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()
fs nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
include mm/damon: introduce struct damos_access_pattern
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
io_uring io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available
ipc ipc/sem: Fix dangling sem_array access in semtimedop race
kernel proc: proc_skip_spaces() shouldn't think it is working on C strings
lib Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
mm mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damon_sysfs_set_schemes()
net ipv4: Fix route deletion when nexthop info is not specified
samples Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
scripts scripts/faddr2line: Fix regression in name resolution on ppc64le
security capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
sound ASoC: tlv320adc3xxx: Fix build error for implicit function declaration
tools ipv4: Fix route deletion when nexthop info is not specified
usr Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
virt KVM: Update gfn_to_pfn_cache khva when it moves within the same page
.clang-format PCI/DOE: Add DOE mailbox support functions
.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.

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.