Go to file
SeongJae Park 4daacfe8f9 mm/damon/sysfs-schemes: support PSI-based quota auto-tune
Extend DAMON sysfs interface to support the PSI-based quota auto-tuning by
adding a new file, 'target_metric' under the quota goal directory.  Old
users don't get any behavioral changes since the default value of the
metric is 'user input'.

Link: https://lkml.kernel.org/r/20240219194431.159606-15-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-02-23 17:48:29 -08:00
Documentation Docs/admin-guide/mm/damon/usage: document effective_bytes file 2024-02-23 17:48:26 -08:00
LICENSES
arch arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.c 2024-02-23 17:48:25 -08:00
block
certs
crypto
drivers arm64, crash: wrap crash dumping code into crash related ifdefs 2024-02-23 17:48:23 -08:00
fs crash: split vmcoreinfo exporting code out from crash_core.c 2024-02-23 17:48:22 -08:00
include mm/damon/core: implement PSI metric DAMOS quota goal 2024-02-23 17:48:28 -08:00
init crash: split crash dumping code out from kexec_core.c 2024-02-23 17:48:22 -08:00
io_uring
ipc
kernel arm64, crash: wrap crash dumping code into crash related ifdefs 2024-02-23 17:48:23 -08:00
lib crash: split vmcoreinfo exporting code out from crash_core.c 2024-02-23 17:48:22 -08:00
mm mm/damon/sysfs-schemes: support PSI-based quota auto-tune 2024-02-23 17:48:29 -08:00
net Including fixes from can, wireless and netfilter. 2024-02-15 11:39:27 -08:00
rust
samples
scripts scripts/gdb/vmalloc: fix vmallocinfo error 2024-02-21 16:00:02 -08:00
security lsm/stable-6.8 PR 20240215 2024-02-16 07:58:43 -08:00
sound
tools selftests: add zswapin and no zswap tests 2024-02-22 15:27:16 -08:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: mailmap: update Shakeel's email address 2024-02-20 14:20:50 -08:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update mm and memcg entries 2024-02-23 17:48:25 -08:00
Makefile Linux 6.8-rc5 2024-02-18 12:56:25 -08:00
README

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.