public inbox for damon@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-01 16:33:46 to 2026-03-19 07:13:40 UTC [more...]

[PATCH] mm/damon/core: document damos_commit_dests() failure semantics
 2026-03-19  7:13 UTC 

[PATCH] mm/damon/core: reset nr_dests on allocation failure in damos_commit_dests()
 2026-03-19  7:07 UTC  (3+ messages)

[RFC PATCH v2 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-19  6:29 UTC  (12+ messages)
` [RFC PATCH v2 01/10] mm/damon/core: introduce damon_ctx->paused
` [RFC PATCH v2 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH v2 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH v2 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH v2 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH v2 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v2 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH v2 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v2 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v2 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status

[Question] mm/damon: min_nr_regions constraint and inconsistent error handling
 2026-03-19  1:46 UTC  (3+ messages)

Introduce Sashiko (agentic review of Linux kernel changes)
 2026-03-18 18:43 UTC  (2+ messages)

[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-18 14:41 UTC  (5+ messages)

[PATCH v2] Docs/mm/damon/design: document DAMON actions when TRANSPARENT_HUGEPAGE is off
 2026-03-18  3:53 UTC 

[PATCH 0/5] mm/damon: support addr_unit on default monitoring targets for modules
 2026-03-17 14:47 UTC  (8+ messages)
` [PATCH 1/5] mm/damon/core: fix wrong end address assignment on walk_system_ram()
` [PATCH 2/5] mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
` [PATCH 3/5] mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_default()
` [PATCH 4/5] mm/damon/reclaim: respect addr_unit on default monitoring region setup
` [PATCH 5/5] mm/damon/lru_sort: "

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-17 13:25 UTC  (10+ messages)

[PATCH v3] mm/damon/stat: monitor all System RAM resources
 2026-03-17  5:36 UTC  (2+ messages)

[RFC PATCH 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-17  4:34 UTC  (14+ messages)
` [RFC PATCH 01/10] mm/damon/core: introduce damon_ctx->paused
` [RFC PATCH 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status

[PATCH v2] mm/damon/stat: monitor all System RAM resources
 2026-03-16 19:34 UTC  (4+ messages)

[PATCH v1 1/1] Docs/mm/damon: Document DAMON actions when TRANSPARENT_HUGEPAGE is off
 2026-03-16 15:13 UTC  (4+ messages)

[PATCH v1] mm/damon: guard THP-specific DAMOS actions with CONFIG_TRANSPARENT_HUGEPAGE
 2026-03-16  7:03 UTC  (3+ messages)

[RFC PATCH v2 0/6] mm/damon: introduce perf event based access check
 2026-03-16  4:42 UTC  (13+ messages)
` [RFC PATCH v2 1/6] mm/damon: reintroduce damon_operations->cleanup()
` [RFC PATCH v2 2/6] mm/damon/core: introduce struct damon_access_report
` [RFC PATCH v2 3/6] mm/damon/core: add common code for perf event based access check
` [RFC PATCH v2 4/6] mm/damon/vaddr: support "
` [RFC PATCH v2 5/6] mm/damon/paddr: "
` [RFC PATCH v2 6/6] mm/damon: allow user to set min size of region

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2026-03-15 21:14 UTC  (2+ messages)

[PATCH v2] Docs/mm/damon: document exclusivity of special-purpose modules
 2026-03-15 16:29 UTC 

[PATCH] Docs/mm/damon: document exclusivity of special-purpose modules
 2026-03-15  0:26 UTC  (4+ messages)

[PATCH] mm/damon/stat: monitor all System RAM resources
 2026-03-15  0:18 UTC  (5+ messages)

[DAMON][Question] DAMON_STAT and DAMON_LRU_SORT module parameter conflict?
 2026-03-14  2:35 UTC 

[Question] mm/damon: conflict between DAMON_STAT and DAMON_LRU_SORT?
 2026-03-14  0:21 UTC  (5+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-03-16
 2026-03-13 21:42 UTC 

[RFC PATCH v2 0/4] mm/damon: Support hot application detections
 2026-03-13  0:08 UTC  (20+ messages)
` [RFC PATCH v2 1/4] mm/damon: Generic context creation for modules
` [RFC PATCH v2 2/4] mm/damon: Support for synchrounous huge pages collapse
` [RFC PATCH v2 3/4] mm/damon: New module with hot application detection
` [RFC PATCH v2 4/4] DAMON_HOT_HUGEPAGE documentation

[PATCH 00/11] mm/damon: support multiple goal-based quota tuning algorithms
 2026-03-10  1:05 UTC  (12+ messages)
` [PATCH 01/11] mm/damon/core: introduce damos_quota_goal_tuner
` [PATCH 02/11] mm/damon/core: allow quota goals set zero effective size quota
` [PATCH 03/11] mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORAL
` [PATCH 04/11] mm/damon/sysfs-schemes: implement quotas->goal_tuner file
` [PATCH 05/11] Docs/mm/damon/design: document the goal-based quota tuner selections
` [PATCH 06/11] Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file
` [PATCH 07/11] Docs/ABI/damon: update for goal_tuner
` [PATCH 08/11] mm/damon/tests/core-kunit: test goal_tuner commit
` [PATCH 09/11] selftests/damon/_damon_sysfs: support goal_tuner setup
` [PATCH 10/11] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
` [PATCH 11/11] selftests/damon/sysfs.py: test goal_tuner commit

[PATCH 0/7] mm/damon: improve/fixup/update ratio calculation, test and documentation
 2026-03-09  2:34 UTC  (10+ messages)
` [PATCH 1/7] mm/damon/core: use mult_frac()
` [PATCH 2/7] mm/damon/tests/core-kunit: add a test for damon_is_last_region()
` [PATCH 3/7] mm/damon/core: clarify damon_set_attrs() usages
` [PATCH 4/7] mm/damon: document non-zero length damon_region assumption
` [PATCH 5/7] Docs/admin-guide/mm/damn/lru_sort: fix intervals autotune parameter name
` [PATCH 6/7] Docs/mm/damon/maintainer-profile: use flexible review cadence
` [PATCH 7/7] Docs/mm/damon/index: fix typo: autoamted -> automated

[PATCH] Documentation/mm/damon: fix typo in index.rst
 2026-03-08 17:14 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates: Tiering, Pagel Level Monitoring and DAMON-X
 2026-03-07 21:02 UTC 

[PATCH 0/3] mm/damon/core: make passed_sample_intervals comparisons overflow-safe
 2026-03-07 19:49 UTC  (4+ messages)
` [PATCH 1/3] mm/damon/core: remove damos_set_next_apply_sis() duplicates
` [PATCH 2/3] mm/damon/core: use time_before() for next_apply_sis
` [PATCH 3/3] mm/damon/core: use time_after_eq() in kdamond_fn()

[PATCH 0/2] mm/damon: test and document power-of-2 min_region_sz requirement
 2026-03-07 19:42 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/tests/core-kunit: add a test for damon_commit_ctx()
` [PATCH 2/2] Docs/mm/damon/design: document the power-of-two limitation for addr_unit

[RFC PATCH v2 00/10] mm/damon: support multiple goal-based quota tuning algorithms
 2026-03-07  2:40 UTC  (19+ messages)
` [RFC PATCH v2 01/10] mm/damon/core: introduce damos_quota_goal_tuner
` [RFC PATCH v2 02/10] mm/damon/core: allow quota goals set zero effective size quota
` [RFC PATCH v2 03/10] mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORAL
` [RFC PATCH v2 04/10] mm/damon/sysfs-schemes: implement quotas->goal_tuner file
` [RFC PATCH v2 05/10] Docs/mm/damon/design: document the goal-based quota tuner selections
` [RFC PATCH v2 06/10] Docs/admin-guide/mm/damon/usage: document goal_tuner sysfs file
` [RFC PATCH v2 07/10] Docs/ABI/damon: update for goal_tuner
` [RFC PATCH v2 08/10] selftests/damon/_damon_sysfs: support goal_tuner setup
` [RFC PATCH v2 09/10] selftests/damon/drgn_dump_damon_status: support quota goal_tuner dumping
` [RFC PATCH v2 10/10] selftests/damon/sysfs.py: test goal_tuner commit

[PATCH 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-03-06 15:29 UTC  (11+ messages)
` [PATCH 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
` [PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
` [PATCH 03/10] mm/damon/core: add damon_del_region() "
` [PATCH 04/10] mm/damon/core: add damon_nr_regions() "
` [PATCH 05/10] mm/damon/core: add damon_merge_two_regions() "
` [PATCH 06/10] mm/damon/core: add damon_merge_regions_of() "
` [PATCH 07/10] mm/damon/core: add damon_split_region_at() "
` [PATCH 08/10] mm/damon/core: add damon_reset_aggregated() "
` [PATCH 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [PATCH 10/10] selftests/damon/config: "

[PATCH] mm/damon: unify address range representation with damon_addr_range
 2026-03-05  5:41 UTC  (2+ messages)

[RFC PATCH 0/5] mm/damon: support addr_unit on default monitoring targets for modules
 2026-03-05  5:39 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: fix wrong end address assignment on walk_system_ram()
` [RFC PATCH 2/5] mm/damon/core: support addr_unit on damon_find_biggest_system_ram()
` [RFC PATCH 3/5] mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_default()
` [RFC PATCH 4/5] mm/damon/reclaim: respect addr_unit on default monitoring region setup
` [RFC PATCH 5/5] mm/damon/lru_sort: "

[RFC PATCH 0/4] mm/damon: introduce perf event based access check
 2026-03-03  1:05 UTC  (2+ messages)

[RFC PATCH v2 00/10] mm/damon: add optional debugging-purpose sanity checks
 2026-03-01 17:43 UTC  (11+ messages)
` [RFC PATCH v2 01/10] mm/damon: add CONFIG_DAMON_DEBUG_SANITY
` [RFC PATCH v2 02/10] mm/damon/core: add damon_new_region() debug_sanity check
` [RFC PATCH v2 03/10] mm/damon/core: add damon_del_region() "
` [RFC PATCH v2 04/10] mm/damon/core: add damon_nr_regions() "
` [RFC PATCH v2 05/10] mm/damon/core: add damon_merge_two_regions() "
` [RFC PATCH v2 06/10] mm/damon/core: add damon_merge_regions_of() "
` [RFC PATCH v2 07/10] mm/damon/core: add damon_split_region_at() "
` [RFC PATCH v2 08/10] mm/damon/core: add damon_reset_aggregated() "
` [RFC PATCH v2 09/10] mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
` [RFC PATCH v2 10/10] selftests/damon/config: "

[RFC PATCH 06/10] mm/damon/core: add damon_merge_regions_of() debug_sanity check
 2026-03-01 16:42 UTC  (2+ messages)

[RFC PATCH 02/10] mm/damon/core: add damon_new_region() debug_sanity check
 2026-03-01 16:33 UTC  (2+ messages)


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