Go to file
Hui Su 01c4776ba0 mm/vmscan: fix comments for isolate_lru_page()
fix comments for isolate_lru_page():
s/fundamentnal/fundamental

Signed-off-by: Hui Su <sh_def@163.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lkml.kernel.org/r/20200927173923.GA8058@rlk
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-10-13 18:38:34 -07:00
arch
block
certs
crypto
Documentation doc/vm: fix typo in the hugetlb admin documentation 2020-10-13 18:38:33 -07:00
drivers virtio-mem: don't special-case ZONE_MOVABLE 2020-10-13 18:38:33 -07:00
fs
include include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts 2020-10-13 18:38:33 -07:00
init
ipc
kernel
lib mm/page_alloc.c: fix freeing non-compound pages 2020-10-13 18:38:33 -07:00
LICENSES
mm mm/vmscan: fix comments for isolate_lru_page() 2020-10-13 18:38:34 -07:00
net
samples
scripts
security
sound
tools tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macro 2020-10-13 18:38:32 -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.