No description
Find a file
Al Viro f6490b7fbb shmem_parse_options(): don't bother with mpol in separate variable
just use ctx->mpol (note that callers always set ctx->mpol to NULL when
calling that).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2019-09-12 21:00:26 -04:00
arch
block
certs
crypto
Documentation
drivers make shmem_fill_super() static 2019-09-05 14:34:28 -04:00
fs make ramfs_fill_super() static 2019-09-05 14:34:27 -04:00
include make shmem_fill_super() static 2019-09-05 14:34:28 -04:00
init make shmem_fill_super() static 2019-09-05 14:34:28 -04:00
ipc new helper: get_tree_keyed() 2019-09-05 14:34:22 -04:00
kernel
lib
LICENSES
mm shmem_parse_options(): don't bother with mpol in separate variable 2019-09-12 21:00:26 -04:00
net new helper: get_tree_keyed() 2019-09-05 14:34:22 -04:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.3-rc5 2019-08-18 14:31:08 -07:00
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.

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.