No description
Find a file
Kefeng Wang 4154267a14 nios2: convert to setup_initial_init_mm()
Use setup_initial_init_mm() helper to simplify code.

Link: https://lkml.kernel.org/r/20210608083418.137226-10-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-07-08 11:48:21 -07:00
arch nios2: convert to setup_initial_init_mm() 2021-07-08 11:48:21 -07:00
block scsi: blkcg: Fix application ID config options 2021-07-04 11:44:22 -07:00
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2021-06-28 16:04:56 -07:00
Documentation Fixes and improvements for FPU handling on x86: 2021-07-07 11:12:01 -07:00
drivers xen: branch for v5.14-rc1 2021-07-07 11:07:13 -07:00
fs fuse update for 5.14 2021-07-06 11:17:41 -07:00
include mm: add setup_initial_init_mm() helper 2021-07-08 11:48:21 -07:00
init mm/slub: use stackdepot to save stack trace in objects 2021-07-08 11:48:20 -07:00
ipc Merge branch 'akpm' (patches from Andrew) 2021-07-02 12:08:10 -07:00
kernel PM: hibernate: disable when there are active secretmem users 2021-07-08 11:48:21 -07:00
lib lib: fix spelling mistakes 2021-07-08 11:48:20 -07:00
LICENSES
mm mm: add setup_initial_init_mm() helper 2021-07-08 11:48:21 -07:00
net TTY / Serial patches for 5.14-rc1 2021-07-05 14:08:24 -07:00
samples VFIO update for v5.14-rc1 2021-07-03 11:49:33 -07:00
scripts arch, mm: wire up memfd_secret system call where relevant 2021-07-08 11:48:21 -07:00
security asm-generic/unaligned: Unify asm/unaligned.h around struct helper 2021-07-02 12:43:40 -07:00
sound TTY / Serial patches for 5.14-rc1 2021-07-05 14:08:24 -07:00
tools secretmem: test: add basic selftest for memfd_secret(2) 2021-07-08 11:48:21 -07:00
usr
virt Merge branch 'akpm' (patches from Andrew) 2021-06-29 17:29:11 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap m68k updates for v5.14 2021-06-28 14:01:03 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hwspinlock updates for v5.14 2021-07-07 10:57:51 -07:00
Makefile arm64 updates for 5.14 2021-06-28 14:04:24 -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.