Linux 5.5.14
Greg Kroah-Hartman authored
2b67aa64
Name Last commit Last update
Documentation modpost: move the namespace field in Module.symvers last
LICENSES LICENSES: Rename other to deprecated
arch ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection
block blk-mq: insert flush request to the front of dispatch queue
certs certs: Add wrapper function to check blacklisted binary hash
crypto crypto: rename sm3-256 to sm3 in hash_algo_name
drivers net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
fs libfs: fix infoleak in simple_attr_read()
include net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
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: Undo incorrect __reg_bound_offset32 handling
lib crypto: arm64/chacha - correctly walk through blocks
mm mm: fork: fix kernel_stack memcg stats for various stack implementations
net net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
samples samples/bpf: Set -fno-stack-protector when building BPF programs
scripts scripts/dtc: Remove redundant YYLOC global declaration
security efi: Only print errors about failing to get certs if EFI vars are found
sound ALSA: hda/realtek: Fix pop noise on ALC225
tools tools: Let O= makes handle a relative path with -C option
usr gen_initramfs_list.sh: fix 'bad variable name' error
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.