Linux 4.18.9
Greg Kroah-Hartman authored
86e014f5
Name Last commit Last update
Documentation kbuild: verify that $DEPMOD is installed
LICENSES LICENSES: Add Linux-OpenIB license text
arch MIPS: mscc: ocelot: fix length of memory address space for MIIM
block partitions/aix: fix usage of uninitialized lv_info and lvname structures
certs Replace magic for trusting the secondary keyring with #define
crypto Replace magic for trusting the secondary keyring with #define
drivers RDMA/cma: Do not ignore net namespace for unbound cm_id
firmware kbuild: remove all dummy assignments to obj-
fs autofs: fix autofs_sbi() does not check super block type
include mm: get rid of vmacache_flush_all() entirely
init init: rename and re-order boot_cpu_state_init()
ipc ipc/shm.c add ->pagesize function to shm_vm_ops
kernel clocksource: Revert "Remove kthread"
lib debugobjects: Make stack check warning more informative
mm mm: get rid of vmacache_flush_all() entirely
net net: dcb: For wild-card lookups, use priority -1, not 0
samples samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM
scripts kbuild: make missing $DEPMOD a Warning instead of an Error
security uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
sound ASoC: soc-pcm: Use delay set in component pointer function
tools tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()
usr kbuild: rename built-in.o to built-in.a
virt KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW
.clang-format clang-format: add configuration file
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
.mailmap Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies
COPYING COPYING: use the new text with points to the license files
CREDITS MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE
Kbuild Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Kconfig kconfig: add basic helper macros to scripts/Kconfig.include
MAINTAINERS MAINTAINERS: GDB: update e-mail address
Makefile Linux 4.18.9
README Docs: Added a pointer to the formatted docs to 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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.