No description
Find a file
Yajun Deng 250ae189d9 mm: page_alloc: simplify __free_pages_ok()
There is redundant code in __free_pages_ok(). Use free_one_page()
simplify it.

Link: https://lkml.kernel.org/r/20231216030503.2126130-1-yajun.deng@linux.dev
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-12-20 14:48:14 -08:00
arch
block
certs
crypto
Documentation Docs/admin-guide/mm/damon/usage: use a list for 'state' sysfs file input commands 2023-12-20 14:48:13 -08:00
drivers
fs
include gfp: gfp_types.h: fix typos & punctuation 2023-12-20 14:48:14 -08:00
init
io_uring
ipc
kernel
lib maple_tree: avoid checking other gaps after getting the largest gap 2023-12-20 14:48:14 -08:00
LICENSES
mm mm: page_alloc: simplify __free_pages_ok() 2023-12-20 14:48:14 -08:00
net
rust
samples
scripts
security
sound
tools selftests/damon: add a test for update_schemes_tried_regions hang bug 2023-12-20 14:48:13 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.