The quilt patch titled Subject: Docs/mm/damon/design: document DAMOS apply intervals has been removed from the -mm tree. Its filename was docs-mm-damon-design-document-damos-apply-intervals.patch This patch was dropped because it was merged into the mm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: SeongJae Park <sj@xxxxxxxxxx> Subject: Docs/mm/damon/design: document DAMOS apply intervals Date: Sat, 16 Sep 2023 02:09:41 +0000 Update DAMON design doc to explain about DAMOS apply intervals. Link: https://lkml.kernel.org/r/20230916020945.47296-6-sj@xxxxxxxxxx Signed-off-by: SeongJae Park <sj@xxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Shuah Khan <shuah@xxxxxxxxxx> Cc: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/mm/damon/design.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Documentation/mm/damon/design.rst~docs-mm-damon-design-document-damos-apply-intervals +++ a/Documentation/mm/damon/design.rst @@ -259,7 +259,8 @@ works, DAMON provides a feature called D Schemes (DAMOS). It lets users specify their desired schemes at a high level. For such specifications, DAMON starts monitoring, finds regions having the access pattern of interest, and applies the user-desired operation actions -to the regions as soon as found. +to the regions, for every user-specified time interval called +``apply_interval``. .. _damon_design_damos_action: _ Patches currently in -mm which might be from sj@xxxxxxxxxx are