Linux 4.14.70
Greg Kroah-Hartman authored
5dfe87ac
Name Last commit Last update
Documentation kbuild: verify that $DEPMOD is installed
arch arm64: Handle mismatched cache type
block cfq: Suppress compiler warnings about comparisons
certs Replace magic for trusting the secondary keyring with #define
crypto Replace magic for trusting the secondary keyring with #define
drivers irda: Only insert new objects into the global database via setsockopt
firmware License cleanup: add SPDX GPL-2.0 license identifier to files with no license
fs btrfs: Don't remove block group that still has pinned down bytes
include uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
init init: rename and re-order boot_cpu_state_init()
ipc ipc/sem.c: prevent queue.status tearing in semop
kernel mm: Fix devm_memremap_pages() collision handling
lib debugobjects: Make stack check warning more informative
mm mm/fadvise.c: fix signed overflow UBSAN complaint
net RDS: IB: fix 'passing zero to ERR_PTR()' warning
samples samples/bpf: Check the error of write() and read()
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: wm8994: Fix missing break in switch
tools selftests/powerpc: Kill child processes on SIGINT
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt KVM: arm/arm64: Skip updating PTE entry if no change
.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
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.