No description
Find a file
yuleixzhang f577e143d8 include/linux/huge_mm.h: remove mincore_huge_pmd declaration
As mincore_huge_pmd() was dropped, remove the declaration from the header
file.

Signed-off-by: Yulei Zhang <yuleixzhang@tencent.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Link: https://lkml.kernel.org/r/20200922083423.15074-1-yuleixzhang@tencent.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-13 18:38:32 -07:00
arch mm: account PMD tables like PTE tables 2020-10-13 18:38:31 -07:00
block
certs
crypto
Documentation mm: memcontrol: add the missing numa_stat interface for cgroup v2 2020-10-13 18:38:30 -07:00
drivers
fs mm: proc: smaps_rollup: do not stall write attempts on mmap_lock 2020-10-13 18:38:31 -07:00
include include/linux/huge_mm.h: remove mincore_huge_pmd declaration 2020-10-13 18:38:32 -07:00
init
ipc
kernel mm: remove src/dst mm parameter in copy_page_range() 2020-10-13 18:38:32 -07:00
lib
LICENSES
mm mm: remove src/dst mm parameter in copy_page_range() 2020-10-13 18:38:32 -07:00
net
samples
scripts
security
sound
tools selftests/vm: fix incorrect gcc invocation in some cases 2020-10-13 18:38:31 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.