Linux 5.14.5
Greg Kroah-Hartman authored
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
d92805b6
Name Last commit Last update
Documentation lkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQ
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch parisc: Fix unaligned-access crash in bootloader
block bio: fix page leak bio_add_hw_page failure
certs certs: Trigger creation of RSA module signing key if it's not an RSA key
crypto crypto: ecc - handle unaligned input buffer in ecc_swap_digits
drivers clk: kirkwood: Fix a clocking boot regression
fs fuse: wait for writepages in syncfs
include Revert "time: Handle negative seconds correctly in timespec64_to_ns()"
init init: Suppress wrong warning for bootconfig cmdline parameter
ipc Merge branch 'akpm' (patches from Andrew)
kernel Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"
lib lib/test_scanf: Handle n_bits == 0 in random tests
mm mm/memory_hotplug: fix potential permanent lru cache disable
net devlink: Break parameter notification sequence to be before/after unload/load driver
samples samples: pktgen: add missing IPv6 option to pktgen scripts
scripts Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security IMA: remove the dependency on CRYPTO_MD5
sound ASoC: rt5682: Remove unused variable in rt5682_i2c_remove()
tools bootconfig: Fix missing return check of xbc_node_compose_key function
usr .gitignore: prefix local generated files with a slash
virt KVM: Do not leak memory for duplicate debugfs directories
.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.