No description
Find a file
Linus Torvalds 73fcb1a370 Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton:
 "10 fixes"

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  hfsplus: stop workqueue when fill_super() failed
  mm: don't allow deferred pages with NEED_PER_CPU_KM
  MAINTAINERS: add Q: entry to kselftest for patchwork project
  radix tree: fix multi-order iteration race
  radix tree test suite: multi-order iteration race
  radix tree test suite: add item_delete_rcu()
  radix tree test suite: fix compilation issue
  radix tree test suite: fix mapshift build target
  include/linux/mm.h: add new inline function vmf_error()
  lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
2018-05-18 21:24:26 -07:00
arch powerpc fixes for 4.17 #6 2018-05-18 10:24:03 -07:00
block
certs
crypto
Documentation powerpc fixes for 4.17 #6 2018-05-18 10:24:03 -07:00
drivers platform-drivers-x86 for v4.17-3 2018-05-18 21:22:16 -07:00
firmware
fs hfsplus: stop workqueue when fill_super() failed 2018-05-18 17:17:12 -07:00
include include/linux/mm.h: add new inline function vmf_error() 2018-05-18 17:17:12 -07:00
init
ipc
kernel
lib radix tree: fix multi-order iteration race 2018-05-18 17:17:12 -07:00
LICENSES
mm mm: don't allow deferred pages with NEED_PER_CPU_KM 2018-05-18 17:17:12 -07:00
net
samples
scripts
security selinux/stable-4.17 PR 20180516 2018-05-17 10:02:19 -07:00
sound
tools radix tree test suite: multi-order iteration race 2018-05-18 17:17:12 -07:00
usr
virt KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls 2018-05-15 13:36:53 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' (patches from Andrew) 2018-05-18 21:24:26 -07:00
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.
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.