Linux 5.19.13
Greg Kroah-Hartman authored
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
1bae9984
Name Last commit Last update
Documentation dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch um: fix default console kernel parameter
block Revert "block: freeze the queue earlier in del_gendisk"
certs certs: make system keyring depend on built-in x509 parser
crypto KEYS: asymmetric: enforce SM2 signature use pkey algo
drivers Revert "drm/i915: Extract intel_edp_fixup_vbt_bpp()"
fs ext4: make directory inode spreading reflect flexbg size
include serial: Create uart_xmit_advance()
init arm64: fix rodata=full
io_uring io_uring: ensure that cached task references are always put on exit
ipc ipc: Free mq_sysctls if ipc namespace creation failed
kernel workqueue: don't skip lockdep work dependency in cancel_work_sync()
lib Makefile.debug: re-enable debug info for .S files
mm mm/slab_common: fix possible double free of kmem_cache
net net: sched: fix possible refcount leak in tc_new_tfilter()
samples sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requests
scripts Makefile.debug: re-enable debug info for .S files
security Smack: Provide read control for io_uring_cmd
sound ALSA: hda/realtek: Add a quirk for HP OMEN 16 (8902) mute LED
tools selftests: forwarding: add shebang for sch_red.sh
usr Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
virt KVM: Unconditionally get a ref to /dev/kvm module when creating a VM
.clang-format clang-format: Fix space after for_each macros
.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.