Linux 5.5.18
Greg Kroah-Hartman authored
0634aa94
Name Last commit Last update
Documentation ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups
LICENSES LICENSES: Rename other to deprecated
arch efi/x86: Fix the deletion of variables in mixed mode
block block, bfq: fix use-after-free in bfq_idle_slice_timer_body
certs certs: Add wrapper function to check blacklisted binary hash
crypto crypto: rng - Fix a refcounting bug in crypto_rng_reset()
drivers mfd: dln2: Fix sanity checking for endpoints
fs NFS: finish_automount() requires us to hold 2 refs to the mount record
include xarray: Fix early termination of xas_for_each_marked
init int128: fix __uint128_t compiler test in Kconfig
ipc Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
kernel bpf: Fix tnum constraints for 32-bit comparisons
lib xarray: Fix early termination of xas_for_each_marked
mm mm, memcg: do not high throttle allocators based on wraparound
net cfg80211: Do not warn on same channel at the end of CSA
samples samples/bpf: Set -fno-stack-protector when building BPF programs
scripts scripts/dtc: Remove redundant YYLOC global declaration
security KEYS: reaching the keys quotas correctly
sound ASoC: stm32: sai: Add missing cleanup
tools perf tools: Support Python 3.8+ in Makefile
usr initramfs: restore default compression behavior
virt KVM: Check for a bad hva before dropping into the ghc slow path
.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.