Linux 5.0.7
Greg Kroah-Hartman authored
8b298d3a
Name Last commit Last update
Documentation ARM: 8833/1: Ensure that NEON code always compiles with Clang
LICENSES Merge tag 'docs-4.20' of git://git.lwn.net/linux
arch ARM: shmobile: Fix R-Car Gen2 regulator quirk
block block, bfq: fix queue removal from weights tree
certs kbuild: remove redundant target cleaning on failure
crypto crypto: testmgr - skip crc32c context test for ahash algorithms
drivers bcache: fix potential div-zero error of writeback_rate_p_term_inverse
firmware kbuild: change filechk to surround the given command with { }
fs f2fs: fix to initialize variable to avoid UBSAN/smatch warning
include appletalk: Fix compile regression
init revert "initramfs: cleanup incomplete rootfs"
ipc ipc: IPCMNI limit check for semmni
kernel audit: hand taken context to audit_kill_trees for syscall logging
lib ARM: 8833/1: Ensure that NEON code always compiles with Clang
mm kasan: fix kasan_check_read/write definitions
net netfilter: physdev: relax br_netfilter dependency
samples samples: mei: use /dev/mei0 instead of /dev/mei
scripts kbuild: modversions: Fix relative CRC byte order interpretation
security selinux: do not override context on context mounts
sound ASoC: simple-card-utils: check "reg" property on asoc_simple_card_get_dai_id()
tools selftests/bpf: suppress readelf stderr when probing for BTF support
usr user/Makefile: Fix typo and capitalization in comment section
virt KVM: Reject device ioctls from processes other than the VM's creator
.clang-format clang-format: Update .clang-format with the latest for_each macro list
.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.