No description
Find a file
Al Viro 037f11b475 mnt_init(): call shmem_init() unconditionally
No point having two call sites (earlier in init_rootfs() from
mnt_init() in case we are going to use shmem-style rootfs,
later from do_basic_setup() unconditionally), along with the
logics in shmem_init() itself to make the second call a no-op...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2019-07-04 22:01:59 -04:00
arch vfs: Convert ia64 perfmon to use the new mount API 2019-05-25 18:06:13 -04:00
block
certs
crypto
Documentation Merge branch 'akpm' (patches from Andrew) 2019-05-19 12:15:32 -07:00
drivers constify ksys_mount() string arguments 2019-07-04 22:01:59 -04:00
fs mnt_init(): call shmem_init() unconditionally 2019-07-04 22:01:59 -04:00
include mnt_init(): call shmem_init() unconditionally 2019-07-04 22:01:59 -04:00
init mnt_init(): call shmem_init() unconditionally 2019-07-04 22:01:59 -04:00
ipc mqueue: set ->user_ns before ->get_tree() 2019-05-25 18:00:00 -04:00
kernel cpuset: move mount -t cpuset logics into cgroup.c 2019-05-25 18:00:01 -04:00
lib
LICENSES
mm mnt_init(): call shmem_init() unconditionally 2019-07-04 22:01:59 -04:00
net vfs: Convert sockfs to use the new mount API 2019-05-25 18:06:12 -04:00
samples samples: guard sub-directories with CONFIG options 2019-05-18 11:29:01 +09:00
scripts kconfig: use 'else ifneq' for Makefile to improve readability 2019-05-19 09:34:35 +09:00
security vfs: Convert smackfs to use the new mount API 2019-07-04 22:01:59 -04:00
sound
tools Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-05-19 11:20:22 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: exclude .get_maintainer.ignore and .gitattributes 2019-05-18 11:49:54 +09:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Kbuild updates for v5.2 (2nd) 2019-05-19 11:53:58 -07:00
Makefile Linux 5.2-rc1 2019-05-19 15:47:09 -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.