diff options
author | 2025-02-18 14:37:05 -0800 | |
---|---|---|
committer | 2025-03-16 22:06:24 -0700 | |
commit | e52a942b47c8b32072e7f342aca600016bcfca33 (patch) | |
tree | 32cd9ed72005020daa8179efa7139ffe509ffe6f | |
parent | Docs/mm/damon/design: fix typo on DAMOS filters usage doc link (diff) | |
download | wireguard-linux-e52a942b47c8b32072e7f342aca600016bcfca33.tar.xz wireguard-linux-e52a942b47c8b32072e7f342aca600016bcfca33.zip |
Docs/mm/damon/design: document hugepage_size filter
'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>
-rw-r--r-- | Documentation/mm/damon/design.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst index 12ae7e1209c8..a959c081bc59 100644 --- 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. |