DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-04-15 02:36:29 to 2026-04-27 22:28:10 UTC [more...]

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-04-27 22:28 UTC  (18+ messages)

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

[PATCH v2 0/4] mm/damon: repost non-hotfix reviewed patches in damon/next tree
 2026-04-27 15:09 UTC  (10+ messages)
` [PATCH v2 1/4] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
` [PATCH v2 2/4] Docs/admin-guide/mm/damon: fix 'parametrs' typo
` [PATCH v2 3/4] mm/damon: add synchronous commit for commit_inputs
` [PATCH v2 4/4] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action

[PATCH v9.1] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27 14:58 UTC  (5+ messages)
    ` [PATCH for-sashiko] mm/damon/core: (fixup) break calc_eligible_bytes() loop if addr overflows

[RFC PATCH 00/19] mm/damon: introduce data attributes monitoring
 2026-04-27 13:25 UTC  (25+ messages)
` [RFC PATCH 01/19] mm/damon/core: introduce struct damon_probe
` [RFC PATCH 02/19] mm/damon/core: embed damon_probe objects in damon_ctx
` [RFC PATCH 03/19] mm/damon/core: introduce damon_filter
` [RFC PATCH 04/19] mm/damon/core: commit probes
` [RFC PATCH 05/19] mm/damon/core: introduce damon_region->probe_hits
` [RFC PATCH 06/19] mm/damon/core: introduce damon_ops->apply_probes
` [RFC PATCH 07/19] mm/damon/core: do data attributes monitoring
` [RFC PATCH 08/19] mm/damon/paddr: support "
` [RFC PATCH 09/19] mm/damon/sysfs: implement probes dir
` [RFC PATCH 10/19] mm/damon/sysfs: implement probe dir
` [RFC PATCH 11/19] mm/damon/sysfs: implement filters directory
` [RFC PATCH 12/19] mm/damon/sysfs: implement filter dir
` [RFC PATCH 13/19] mm/damon/sysfs: implement filter dir files
` [RFC PATCH 14/19] mm/damon/sysfs: setup probes on DAMON core API parameters
` [RFC PATCH 15/19] mm/damon/sysfs-schemes: implement tried_region/probe_hits file
` [RFC PATCH 16/19] mm/damon: trace probe_hits
` [RFC PATCH 17/19] selftests/damon/sysfs.sh: test probes dir
` [RFC PATCH 18/19] Docs/mm/damon/design: document data attributes monitoring
` [RFC PATCH 19/19] Docs/admin-guide/mm/damon/usage: "

[PATCH v9] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-27  0:59 UTC  (5+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates: Tiering, Pagel Level Monitoring and DAMON-X
 2026-04-26 21:35 UTC  (3+ messages)

[PATCH v8] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-26 21:34 UTC  (5+ messages)

[PATCH] mm/damon: fix damos_stat tracepoint format for sz_applied
 2026-04-26 19:31 UTC 

[PATCH] mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
 2026-04-26 17:36 UTC 

[PATCH 1/2] mm/damon: introduce damon_rand_fast() for per-ctx PRNG
 2026-04-26 17:33 UTC  (12+ messages)
` [PATCH 2/2] mm/damon/paddr: prefetch struct page of the next region

[RFC PATCH v2 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-25 20:33 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [RFC PATCH v2 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter

[RFC PATCH] mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break()
 2026-04-25 20:24 UTC 

[PATCH v7] mm/damon: add node_eligible_mem_bp goal metric
 2026-04-25 15:37 UTC  (6+ messages)

[RFC PATCH v3 0/4] mm/damon: introduce perf event based access check
 2026-04-25 15:33 UTC  (14+ messages)
` [RFC PATCH v3 1/4] mm/damon/core: add code borrowed from report-based monitoring work
` [RFC PATCH v3 2/4] mm/damon/core: add common code for perf event based access check
` [RFC PATCH v3 3/4] mm/damon/vaddr: support "
` [RFC PATCH v3 4/4] mm/damon/paddr: "

[PATCH 0/2] mm/damon/sysfs-schemes: fix use-after-free for [memcg_]path
 2026-04-23 15:02 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock
` [PATCH 2/2] mm/damon/sysfs-schemes: protect path "

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-04-27
 2026-04-23  1:13 UTC 

[RFC PATCH 0/2] mm/damon/sysfs-schemes: fix use-after-free for [memcg_]path
 2026-04-23  0:46 UTC  (8+ messages)
` [RFC PATCH 1/2] mm/damon/sysfs-schemes: protect memcg_path kfree() with damon_sysfs_lock
` [RFC PATCH 2/2] mm/damon/sysfs-schemes: protect path "

[PATCH] mm/damon/sysfs-schemes: fix use-after-free on memcg_path and goal path
 2026-04-22  4:35 UTC  (11+ messages)
` [PATCH v2] "

[RFC PATCH 0/2] mm/damon/sysfs: document filters/ directory as deprecated
 2026-04-21  5:29 UTC  (5+ messages)
` [RFC PATCH 1/2] Docs/admin-guide/mm/damon/usage: mark scheme filters sysfs dir "
` [RFC PATCH 2/2] Docs/ABI/damon: mark schemes/<S>/filters/ deprecated

[sj:damon/next 156/181] mm/damon/paddr.c:195:7: warning: variable 'matched' is used uninitialized whenever 'if' condition is false
 2026-04-21  3:56 UTC 

[PATCH v3 0/3] mm/damon/modules: detect and use fresh status
 2026-04-19 18:19 UTC  (10+ messages)
` [PATCH v3 1/3] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
` [PATCH v3 2/3] mm/damon/lru_sort: "
` [PATCH v3 3/3] mm/damon/stat: detect and use fresh enabled value

[RFC PATCH v2.1 0/3] mm/damon/modules: detect and use fresh status
 2026-04-19  1:52 UTC  (10+ messages)
` [RFC PATCH v2.1 1/3] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
` [RFC PATCH v2.1 2/3] mm/damon/lru_sort: "
` [RFC PATCH v2.1 3/3] mm/damon/stat: detect and use fresh enabled value

[RFC PATCH v2 0/3] mm/damon/modules: detect and use fresh status
 2026-04-18 15:40 UTC  (10+ messages)
` [RFC PATCH v2 1/3] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
` [RFC PATCH v2 2/3] mm/damon/lru_sort: "
` [RFC PATCH v2 3/3] mm/damon/stat: detect and use fresh enabled value

[RFC PATCH] mm/damon/stat: detect and use fresh enabled status
 2026-04-18  1:48 UTC  (4+ messages)

[PATCH v2 0/2] mm/damon: reset thread status parameters upon kdamond termination
 2026-04-17 14:00 UTC  (7+ messages)

[RFC PATCH v1.2 0/2] mm/damon/stat: add kdamond_pid parameter
 2026-04-16  4:29 UTC  (7+ messages)
` [RFC PATCH v1.2 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [RFC PATCH v1.2 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter

(sashiko review) [RFC PATCH 1/2] mm/damon/stat: add a parameter for reading kdamond pid
 2026-04-16  4:13 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon: reset thread status parameters upon kdamond termination
 2026-04-16  0:17 UTC  (2+ messages)

(sashiko review) [PATCH v4 1/2] mm/damon/lru_sort: validate min_region_size to be power of 2
 2026-04-15 18:46 UTC  (2+ messages)

[RFC PATCH 7/7] Docs/admin-guide/mm/damon/lru_sort: update for entire memory monitoring
 2026-04-15  3:53 UTC  (3+ messages)

[RFC PATCH 3/7] mm/damon/lru_sort: cover all system rams
 2026-04-15  3:52 UTC  (3+ messages)

[RFC PATCH 2/7] mm/damon/reclaim: cover all system rams
 2026-04-15  3:47 UTC  (2+ messages)

[RFC PATCH 1/7] mm/damon: introduce damon_set_region_system_rams_default()
 2026-04-15  3:36 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