DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-05-16 22:55:29 to 2026-05-22 20:22:01 UTC [more...]

[PATCH 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-22 20:22 UTC  (21+ messages)
` [PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [PATCH 02/14] mm/damon/core: do not use region out of a loop "
` [PATCH 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [PATCH 04/14] mm/damon/tests/vaddr-kunit: "
` [PATCH 05/14] mm/damon/core: hide damon_add_region()
` [PATCH 06/14] mm/damon/core: hide damon_insert_region()
` [PATCH 07/14] mm/damon/core: hide damon_destroy_region()
` [PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [PATCH 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [PATCH 14/14] selftests/damon/sysfs.sh: test pause "

[RFC PATCH v2 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-05-22 17:16 UTC  (8+ messages)
` [RFC PATCH v2 1/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
` [RFC PATCH v2 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
` [RFC PATCH v2 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v2 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management documentation

[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
 2026-05-22 15:11 UTC  (11+ messages)
` [PATCH 1/2] mm/damon/core: split age==0 regions when nr_regions exceeds max/2
` [PATCH 2/2] mm/damon/tests/core-kunit: test split above max_nr_regions/2

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-22  8:40 UTC  (9+ messages)

[RFC PATCH v1.2 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-22  2:16 UTC  (17+ messages)
` [RFC PATCH v1.2 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [RFC PATCH v1.2 02/14] mm/damon/core: do not use region out of a loop "
` [RFC PATCH v1.2 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [RFC PATCH v1.2 04/14] mm/damon/tests/vaddr-kunit: "
` [RFC PATCH v1.2 05/14] mm/damon/core: hide damon_add_region()
` [RFC PATCH v1.2 06/14] mm/damon/core: hide damon_insert_region()
` [RFC PATCH v1.2 07/14] mm/damon/core: hide damon_destroy_region()
` [RFC PATCH v1.2 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [RFC PATCH v1.2 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [RFC PATCH v1.2 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH v1.2 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH v1.2 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH v1.2 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH v1.2 14/14] selftests/damon/sysfs.sh: test pause "

[PATCH v2 0/2] mm/damon: fix macro arguments and clarify quota goals doc
 2026-05-22  2:00 UTC  (4+ messages)
` [PATCH v2 1/2] mm/damon: fix missing parens in macro arguments
` [PATCH v2 2/2] Docs/admin-guide/mm/damon/usage: clarify current_value of quota goals

[PATCH] mm/damon/core: trace esz at first setup
 2026-05-22  1:56 UTC  (3+ messages)

[PATCH RESEND 0/3] mm/damon: reposting three reviewed patches
 2026-05-22  1:53 UTC  (6+ messages)
` [PATCH RESEND 1/3] mm/damon/core: clarify next_intervals_tune_sis update path
` [PATCH RESEND 2/3] Docs/mm/damon/design: fix three typos
` [PATCH RESEND 3/3] Docs/{ABI,admin-guide}/damon: fix various typoes

[RFC PATCH v1.1 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-21  6:05 UTC  (19+ messages)
` [RFC PATCH v1.1 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [RFC PATCH v1.1 02/14] mm/damon/core: do not use region out of a loop "
` [RFC PATCH v1.1 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [RFC PATCH v1.1 04/14] mm/damon/tests/vaddr-kunit: "
` [RFC PATCH v1.1 05/14] mm/damon/core: hide damon_add_region()
` [RFC PATCH v1.1 06/14] mm/damon/core: hide damon_insert_region()
` [RFC PATCH v1.1 07/14] mm/damon/core: hide damon_destroy_region()
` [RFC PATCH v1.1 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [RFC PATCH v1.1 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [RFC PATCH v1.1 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH v1.1 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH v1.1 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH v1.1 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH v1.1 14/14] selftests/damon/sysfs.sh: test pause "

[RFC PATCH 3/5] mm/damon/core: floor effective quota size at minimum region size
 2026-05-21  0:36 UTC  (4+ messages)

[RFC PATCH 0/7] mm/damon: hardware-sampled access reports + AMD IBS Op example
 2026-05-21  0:32 UTC  (4+ messages)

[RFC PATCH 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-20 14:20 UTC  (25+ messages)
` [RFC PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [RFC PATCH 02/14] mm/damon/core: do not use region out of a loop "
` [RFC PATCH 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [RFC PATCH 04/14] mm/damon/tests/vaddr-kunit: "
` [RFC PATCH 05/14] mm/damon/core: hide damon_add_region()
` [RFC PATCH 06/14] mm/damon/core: hide damon_insert_region()
` [RFC PATCH 07/14] mm/damon/core: hide damon_destroy_region()
` [RFC PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [RFC PATCH 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [RFC PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH 14/14] selftests/damon/sysfs.sh: test pause "

[RFC PATCH] mm/damon/core: trace esz at first setup
 2026-05-20  1:28 UTC  (3+ messages)

[PATCH 1/6] mm/damon: fix missing parens in macro arguments
 2026-05-19 15:08 UTC  (11+ messages)
` [PATCH 2/6] mm/damon/sysfs: implement update_schemes_quota_goals command
` [PATCH 3/6] Docs/ABI/damon: document "
` [PATCH 4/6] Docs/admin-guide/mm/damon/usage: document update_schemes_quota_goals sysfs command
` [PATCH 5/6] selftests/damon/_damon_sysfs: support update_schemes_quota_goals
` [PATCH 6/6] selftests/damon: add a test for update_schemes_quota_goals

[RFC PATCH 5/5] mm/damon/paddr: add time budget to migration page walk
 2026-05-19  1:27 UTC  (6+ messages)

[RFC PATCH 4/5] mm/damon/paddr: skip free pageblocks in migration walk
 2026-05-19  1:14 UTC  (6+ messages)

[PATCH 00/28] mm/damon: introduce data attributes monitoring
 2026-05-19  0:54 UTC  (31+ messages)
` [PATCH 01/28] mm/damon/core: introduce struct damon_probe
` [PATCH 02/28] mm/damon/core: embed damon_probe objects in damon_ctx
` [PATCH 03/28] mm/damon/core: introduce damon_filter
` [PATCH 04/28] mm/damon/core: commit probes
` [PATCH 05/28] mm/damon/core: introduce damon_region->probe_hits
` [PATCH 06/28] mm/damon/core: introduce damon_ops->apply_probes
` [PATCH 07/28] mm/damon/core: do data attributes monitoring
` [PATCH 08/28] mm/damon/paddr: support "
` [PATCH 09/28] mm/damon/sysfs: implement probes dir
` [PATCH 10/28] mm/damon/sysfs: implement probe dir
` [PATCH 11/28] mm/damon/sysfs: implement filters directory
` [PATCH 12/28] mm/damon/sysfs: implement filter dir
` [PATCH 13/28] mm/damon/sysfs: implement filter dir files
` [PATCH 14/28] mm/damon/sysfs: setup probes on DAMON core API parameters
` [PATCH 15/28] mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/
` [PATCH 16/28] mm/damon/sysfs-schemes: implement probe dir
` [PATCH 17/28] mm/damon/sysfs-schemes: implement probe/hits file
` [PATCH 18/28] mm/damon: trace probe_hits
` [PATCH 19/28] selftests/damon/sysfs.sh: test probes dir
` [PATCH 20/28] Docs/mm/damon/design: document data attributes monitoring
` [PATCH 21/28] Docs/admin-guide/mm/damon/usage: "
` [PATCH 22/28] mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCG
` [PATCH 23/28] mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCG
` [PATCH 24/28] mm/damon/sysfs: add filters/<F>/path file
` [PATCH 25/28] mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-common
` [PATCH 26/28] mm/damon/sysfs: setup damon_filter->memcg_id from path
` [PATCH 27/28] Docs/mm/damon/design: update for memcg damon filter
` [PATCH 28/28] Docs/admin-guide/mm/damon/usage: "

[RFC PATCH 2/5] mm/damon/core: cap effective quota size to total monitored memory
 2026-05-19  0:38 UTC  (6+ messages)

[PATCH] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-18 15:25 UTC 

[RFC PATCH v2.2] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-18  1:45 UTC 

[PATCH] Docs/{ABI,admin-guide}/damon: fix various typoes
 2026-05-18  0:31 UTC  (3+ messages)

[RFC PATCH v2.1] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-17 20:58 UTC  (3+ messages)

[RFC PATCH 1/5] mm/damon/core: fix nr_accesses_bp underflow in damon_moving_sum
 2026-05-17 18:21 UTC  (2+ messages)

[RFC PATCH 1/5] mm/damon/core: fix nr_accesses_bp underflow in damon_moving_sum
 2026-05-17 18:16 UTC  (2+ messages)

[RFC PATCH v2] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
 2026-05-17 17:52 UTC  (2+ messages)

[PATCH v2 RESEND] design: fix typos in design.rst
 2026-05-17 17:42 UTC  (4+ messages)

[PATCH] docs: fix typos in design.rst
 2026-05-17  1:02 UTC  (3+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox