Go to file
Ian Kent f7e095f5d1 autofs: update fs/autofs4/Makefile
Update Makefile to build from source in fs/autofs instead of fs/autofs4.

Link: http://lkml.kernel.org/r/152626706824.28589.1915028175544560855.stgit@pluto.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-06-07 17:34:39 -07:00
Documentation mm: memcg: allow lowering memory.swap.max below the current usage 2018-06-07 17:34:37 -07:00
LICENSES
arch mm: add pt_mm to struct page 2018-06-07 17:34:37 -07:00
block
certs
crypto
drivers zram: introduce zram memory tracking 2018-06-07 17:34:34 -07:00
firmware
fs autofs: update fs/autofs4/Makefile 2018-06-07 17:34:39 -07:00
include autofs4: merge auto_fs.h and auto_fs4.h 2018-06-07 17:34:39 -07:00
init
ipc
kernel kernel/hung_task.c: show all hung tasks before panic 2018-06-07 17:34:39 -07:00
lib lib/ucs2_string.c: add MODULE_LICENSE() 2018-06-07 17:34:39 -07:00
mm mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags 2018-06-07 17:34:38 -07:00
net
samples
scripts checkpatch: improve patch recognition 2018-06-07 17:34:39 -07:00
security
sound
tools tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!) 2018-06-07 17:34:38 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.