1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00
No description
Find a file
Kefeng Wang 79886ddced csky: convert to setup_initial_init_mm()
Use setup_initial_init_mm() helper to simplify code.

Link: https://lkml.kernel.org/r/20210608083418.137226-6-wangkefeng.wang@huawei.com
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: Guo Ren <guoren@kernel.org>
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 csky: convert to setup_initial_init_mm() 2021-07-08 11:48:21 -07:00
block
certs
crypto
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
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
samples
scripts arch, mm: wire up memfd_secret system call where relevant 2021-07-08 11:48:21 -07:00
security
sound
tools secretmem: test: add basic selftest for memfd_secret(2) 2021-07-08 11:48:21 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS hwspinlock updates for v5.14 2021-07-07 10:57:51 -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.

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.