Linux 5.10.126
Greg Kroah-Hartman authored
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
9cae50bd
Name Last commit Last update
Documentation x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data
LICENSES LICENSES/deprecated: add Zlib license text
arch arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer
block block: Fix handling of offline queues in blk_mq_alloc_request_hctx()
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist
crypto crypto: memneq - move into lib/
drivers serial: core: Initialize rs485 RTS polarity already on probe
fs io_uring: use separate list entry for iopoll requests
include Revert "PCI: Make pci_enable_ptm() private"
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 dma-direct: don't over-decrypt memory
lib crypto: memneq - move into lib/
mm hugetlb: fix huge_pmd_unshare address update
net tcp: drop the hash_32() part from the index calculation
samples samples/bpf, xdpsock: Fix race when running for fix duration of time
scripts faddr2line: Fix overlapping text section failures, the sequel
security ima: remove the IMA_TEMPLATE Kconfig option
sound ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine
tools net/sched: act_police: more accurate MTU policing
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.