Linux kernel source tree
Go to file
SeongJae Park f77cb46226 Docs/ABI/damon: document nid file
Add a description of 'nid' file, which is optionally used for specific
DAMOS quota goal metrics such as node_mem_{used,free}_bp on the DAMON
sysfs ABI document.

Link: https://lkml.kernel.org/r/20250420194030.75838-7-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Yunjeong Mun <yunjeong.mun@sk.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-05-12 23:50:30 -07:00
arch mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache() 2025-05-11 17:48:32 -07:00
block
certs
crypto
Documentation Docs/ABI/damon: document nid file 2025-05-12 23:50:30 -07:00
drivers
fs
include mm/damon/core: introduce damos quota goal metrics for memory node utilization 2025-05-12 23:50:29 -07:00
init
io_uring
ipc
kernel
lib lib/test_vmalloc.c: allow built-in execution 2025-05-11 17:48:34 -07:00
LICENSES
mm mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layer 2025-05-12 23:50:29 -07:00
net
rust task: rust: rework how current is accessed 2025-05-11 17:48:25 -07:00
samples samples/damon/prcl: fix a comment typo 2025-05-11 17:48:31 -07:00
scripts
security
sound
tools selftests/damon: remove the remaining test scripts for DAMON debugfs interface 2025-05-11 17:48:30 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add test_vmalloc.c to VMALLOC section 2025-05-11 17:48:34 -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 reStructuredText 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.