linux/mm/damon
SeongJae Park 2b8a248d58 mm/damon/schemes: implement size quota for schemes application speed control
There could be arbitrarily large memory regions fulfilling the target
data access pattern of a DAMON-based operation scheme.  In the case,
applying the action of the scheme could incur too high overhead.  To
provide an intuitive way for avoiding it, this implements a feature
called size quota.  If the quota is set, DAMON tries to apply the action
only up to the given amount of memory regions within a given time
window.

Link: https://lkml.kernel.org/r/20211019150731.16699-3-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Amit Shah <amit@kernel.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: David Hildenbrand <david@redhat.com>
Cc: David Rientjes <rientjes@google.com>
Cc: David Woodhouse <dwmw@amazon.com>
Cc: Greg Thelen <gthelen@google.com>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Leonard Foerster <foersleo@amazon.de>
Cc: Marco Elver <elver@google.com>
Cc: Markus Boehme <markubo@amazon.de>
Cc: Shakeel Butt <shakeelb@google.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-06 13:30:45 -07:00
..
core-test.h mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()' 2021-10-28 17:18:55 -07:00
core.c mm/damon/schemes: implement size quota for schemes application speed control 2021-11-06 13:30:45 -07:00
dbgfs-test.h mm/damon/dbgfs-test: add a unit test case for 'init_regions' 2021-11-06 13:30:44 -07:00
dbgfs.c mm/damon/schemes: implement size quota for schemes application speed control 2021-11-06 13:30:45 -07:00
Kconfig mm/damon/dbgfs: support physical memory monitoring 2021-11-06 13:30:45 -07:00
Makefile mm/damon: implement primitives for physical address space monitoring 2021-11-06 13:30:45 -07:00
paddr.c mm/damon/paddr: support the pageout scheme 2021-11-06 13:30:45 -07:00
prmtv-common.c mm/damon/vaddr: separate commonly usable functions 2021-11-06 13:30:44 -07:00
prmtv-common.h mm/damon/vaddr: separate commonly usable functions 2021-11-06 13:30:44 -07:00
vaddr-test.h mm/damon: add kunit tests 2021-09-08 11:50:25 -07:00
vaddr.c mm/damon/vaddr: constify static mm_walk_ops 2021-11-06 13:30:45 -07:00