Linux 4.14.44
Greg Kroah-Hartman authored
102b97d6
Name Last commit Last update
Documentation Documentation/spec_ctrl: Do some minor cleanups
arch ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
block bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto crypto: af_alg - fix possible uninit-value in alg_bind()
drivers rtc: goldfish: Add missing MODULE_LICENSE
firmware License cleanup: add SPDX GPL-2.0 license identifier to files with no license
fs hfsplus: stop workqueue when fill_super() failed
include scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
init kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
ipc ipc/shm: fix use-after-free of shm file via remap_file_pages()
kernel seccomp: Move speculation migitation control to arch code
lib radix tree: fix multi-order iteration race
mm mm: don't allow deferred pages with NEED_PER_CPU_KM
net cfg80211: limit wiphy names to 128 bytes
samples samples/bpf: Partially fixes the bpf.o build
scripts kconfig: Fix expr_free() E_NOT leak
security commoncap: Handle memory allocation failure.
sound ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
tools seccomp: Add filter flag to opt-out of SSB mitigation
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
.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.