projects
/
users
/
jedix
/
linux-maple.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95ac32
)
Docs/mm/damon/design: document hugepage_size filter
author
SeongJae Park <sj@kernel.org>
Tue, 18 Feb 2025 22:37:05 +0000
(14:37 -0800)
committer
Andrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:08 +0000
(21:50 -0800)
'hugepage_size' DAMOS filter type is not documented on the design doc.
Add a description of the type.
Link:
https://lkml.kernel.org/r/20250218223708.53437-3-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/mm/damon/design.rst
patch
|
blob
|
history
diff --git
a/Documentation/mm/damon/design.rst
b/Documentation/mm/damon/design.rst
index 12ae7e1209c8225b7bd0e7b34c89fe2e7f835e19..a959c081bc597acf1591945ee726601188ad6513 100644
(file)
--- a/
Documentation/mm/damon/design.rst
+++ b/
Documentation/mm/damon/design.rst
@@
-610,6
+610,9
@@
Below ``type`` of filters are currently supported.
- Applied to pages that are accessed after the last access check from the
scheme.
- Handled by operations set layer. Supported by only ``paddr`` set.
+- pages that managed in a given size range
+ - Applied to pages that managed in a given size range.
+ - Handled by operations set layer. Supported by only ``paddr`` set.
- address range
- Applied to pages that belonging to a given address range.
- Handled by the core logic.