No description
Find a file
Miaohe Lin c1dc69e6ce mm/page_alloc: remove unneeded variable base
Since commit 5d0a661d80 ("mm/page_alloc: use only one PCP list for
THP-sized allocations"), local variable base is just as same as order.  So
remove it.  No functional change intended.

Link: https://lkml.kernel.org/r/20230803114934.693989-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-08-21 13:37:38 -07:00
arch arm64: tlbflush: add some comments for TLB batched flushing 2023-08-21 13:37:32 -07:00
block
certs
crypto
Documentation Docs/admin-guide/mm/damon/usage: update for DAMON monitoring target type DAMOS filter 2023-08-21 13:37:38 -07:00
drivers
fs
include mm/damon/core: implement target type damos filter 2023-08-21 13:37:37 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm mm/page_alloc: remove unneeded variable base 2023-08-21 13:37:38 -07:00
net
rust
samples
scripts
security
sound
tools selftests/damon/sysfs: test damon_target filter 2023-08-21 13:37:37 -07:00
usr
virt
.clang-format iommu: Add for_each_group_device() 2023-05-23 08:15:51 +02:00
.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.