linux-next/samples/damon
SeongJae Park 34e0ee4bce samples/damon/prcl: implement schemes setup
Implement a proactive cold memory regions reclaiming logic of prcl sample
module using DAMOS.  The logic treats memory regions that not accessed at
all for five or more seconds as cold, and reclaim those as soon as found.

Link: https://lkml.kernel.org/r/20241210215030.85675-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2024-12-18 19:51:01 -08:00
..
Kconfig samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation 2024-12-18 19:51:01 -08:00
Makefile samples/damon: introduce a skeleton of a smaple DAMON module for proactive reclamation 2024-12-18 19:51:01 -08:00
prcl.c samples/damon/prcl: implement schemes setup 2024-12-18 19:51:01 -08:00
wsse.c samples/damon/wsse: implement working set size estimation and logging 2024-12-18 19:51:00 -08:00