messages from 2026-04-29 13:42:36 to 2026-05-14 14:09:29 UTC [more...]
[RFC PATCH v2.1 00/28] mm/damon: introduce data attributes monitoring
2026-05-14 14:09 UTC (29+ messages)
` [RFC PATCH v2.1 01/28] mm/damon/core: introduce struct damon_probe
` [RFC PATCH v2.1 02/28] mm/damon/core: embed damon_probe objects in damon_ctx
` [RFC PATCH v2.1 03/28] mm/damon/core: introduce damon_filter
` [RFC PATCH v2.1 04/28] mm/damon/core: commit probes
` [RFC PATCH v2.1 05/28] mm/damon/core: introduce damon_region->probe_hits
` [RFC PATCH v2.1 06/28] mm/damon/core: introduce damon_ops->apply_probes
` [RFC PATCH v2.1 07/28] mm/damon/core: do data attributes monitoring
` [RFC PATCH v2.1 08/28] mm/damon/paddr: support "
` [RFC PATCH v2.1 09/28] mm/damon/sysfs: implement probes dir
` [RFC PATCH v2.1 10/28] mm/damon/sysfs: implement probe dir
` [RFC PATCH v2.1 11/28] mm/damon/sysfs: implement filters directory
` [RFC PATCH v2.1 12/28] mm/damon/sysfs: implement filter dir
` [RFC PATCH v2.1 13/28] mm/damon/sysfs: implement filter dir files
` [RFC PATCH v2.1 14/28] mm/damon/sysfs: setup probes on DAMON core API parameters
` [RFC PATCH v2.1 15/28] mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/
` [RFC PATCH v2.1 16/28] mm/damon/sysfs-schemes: implement probe dir
` [RFC PATCH v2.1 17/28] mm/damon/sysfs-schemes: implement probe/hits file
` [RFC PATCH v2.1 18/28] mm/damon: trace probe_hits
` [RFC PATCH v2.1 19/28] selftests/damon/sysfs.sh: test probes dir
` [RFC PATCH v2.1 20/28] Docs/mm/damon/design: document data attributes monitoring
` [RFC PATCH v2.1 21/28] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH v2.1 22/28] mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCG
` [RFC PATCH v2.1 23/28] mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCG
` [RFC PATCH v2.1 24/28] mm/damon/sysfs: add filters/<F>/path file
` [RFC PATCH v2.1 25/28] mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-common
` [RFC PATCH v2.1 26/28] mm/damon/sysfs: setup damon_filter->memcg_id from path
` [RFC PATCH v2.1 27/28] Docs/mm/damon/design: update for memcg damon filter
` [RFC PATCH v2.1 28/28] Docs/admin-guide/mm/damon/usage: "
[PATCH v2] mm/damon/vaddr: attempt per-vma lock during page table walk
2026-05-14 11:13 UTC (5+ messages)
[PATCH] mm/damon/core: recalculate intervals tuning deadline on attrs update
2026-05-14 7:48 UTC
[PATCH 6.12.y] mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
2026-05-14 6:09 UTC (5+ messages)
` [PATCH 6.12.y] mm/damon/reclaim: "
[PATCH 6.1.y] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
2026-05-14 5:45 UTC (4+ messages)
[PATCH 6.6.y] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
2026-05-14 5:36 UTC (3+ messages)
[PATCH 6.18.y] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
2026-05-14 5:35 UTC (3+ messages)
[PATCH 6.1.y 1/2] mm/damon/core: implement damon_kdamond_pid()
2026-05-14 5:29 UTC (7+ messages)
` [PATCH 6.1.y 2/2] mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
[PATCH 6.18.y 1/2] mm/damon/core: implement damon_kdamond_pid()
2026-05-14 4:53 UTC (4+ messages)
` [PATCH 6.18.y 2/2] mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
[PATCH 6.12.y 1/2] mm/damon/core: implement damon_kdamond_pid()
2026-05-14 4:47 UTC (4+ messages)
` [PATCH 6.12.y 2/2] mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
[RFC PATCH v2 00/28] mm/damon: introduce data attributes monitoring
2026-05-14 2:08 UTC (33+ messages)
` [RFC PATCH v2 01/28] mm/damon/core: introduce struct damon_probe
` [RFC PATCH v2 02/28] mm/damon/core: embed damon_probe objects in damon_ctx
` [RFC PATCH v2 03/28] mm/damon/core: introduce damon_filter
` [RFC PATCH v2 04/28] mm/damon/core: commit probes
` [RFC PATCH v2 05/28] mm/damon/core: introduce damon_region->probe_hits
` [RFC PATCH v2 06/28] mm/damon/core: introduce damon_ops->apply_probes
` [RFC PATCH v2 07/28] mm/damon/core: do data attributes monitoring
` [RFC PATCH v2 08/28] mm/damon/paddr: support "
` [RFC PATCH v2 09/28] mm/damon/sysfs: implement probes dir
` [RFC PATCH v2 10/28] mm/damon/sysfs: implement probe dir
` [RFC PATCH v2 11/28] mm/damon/sysfs: implement filters directory
` [RFC PATCH v2 12/28] mm/damon/sysfs: implement filter dir
` [RFC PATCH v2 13/28] mm/damon/sysfs: implement filter dir files
` [RFC PATCH v2 14/28] mm/damon/sysfs: setup probes on DAMON core API parameters
` [RFC PATCH v2 15/28] mm/damon/sysfs-schemes: implement tried_regions/<r>/probes/
` [RFC PATCH v2 16/28] mm/damon/sysfs-schemes: implement probe dir
` [RFC PATCH v2 17/28] mm/damon/sysfs-schemes: implement probe/hits file
` [RFC PATCH v2 18/28] mm/damon: trace probe_hits
` [RFC PATCH v2 19/28] selftests/damon/sysfs.sh: test probes dir
` [RFC PATCH v2 20/28] Docs/mm/damon/design: document data attributes monitoring
` [RFC PATCH v2 21/28] Docs/admin-guide/mm/damon/usage: "
` [RFC PATCH v2 22/28] mm/damon/core: introduce DAMON_FILTER_TYPE_MEMCG
` [RFC PATCH v2 23/28] mm/damon/paddr: support DAMON_FILTER_TYPE_MEMCG
` [RFC PATCH v2 24/28] mm/damon/sysfs: add filters/<F>/path file
` [RFC PATCH v2 25/28] mm/damon/sysfs-schemes: move memcg_path_to_id() to sysfs-common
` [RFC PATCH v2 26/28] mm/damon/sysfs: setup damon_filter->memcg_id from path
` [RFC PATCH v2 27/28] Docs/mm/damon/design: update for memcg damon filter
` [RFC PATCH v2 28/28] Docs/admin-guide/mm/damon/usage: "
[PATCH] mm/damon/sysfs-schemes: fix double increment of nr_regions
2026-05-13 5:12 UTC (4+ messages)
[PATCH 6.6.y 1/2] mm/damon/core: implement damon_kdamond_pid()
2026-05-13 4:11 UTC (2+ messages)
` [PATCH 6.6.y 2/2] mm/damon/lru_sort: detect and use fresh enabled and kdamond_pid values
[RFC PATCH] mm/damon/sysfs-schemes: fix double increment of nr_regions
2026-05-13 1:19 UTC (4+ messages)
[PATCH] mm/damon/vaddr: attempt per-vma lock during page table walk
2026-05-12 14:08 UTC (5+ messages)
[PATCH v5 0/2] mm/damon: validate min_region_size to be power of 2
2026-05-12 3:36 UTC (8+ messages)
` [PATCH v5 1/2] mm/damon/lru_sort: "
` [PATCH v5 2/2] mm/damon/reclaim: "
[RFC PATCH 08/19] mm/damon/paddr: support data attributes monitoring
2026-05-11 0:35 UTC (3+ messages)
[RFC PATCH 03/19] mm/damon/core: introduce damon_filter
2026-05-09 18:11 UTC (2+ messages)
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-05-09 16:38 UTC (11+ messages)
` [LSF/MM/BPF TOPIC] Private Memory Nodes - follow up
[akpm-mm:mm-new 222/223] include/linux/damon.h:869 damon_rand() warn: always true condition '(span <= (~0)) => (0-u32max <= u32max)'
2026-05-09 16:22 UTC
[PATCH] mm/damon: fix incorrect field name in damos_stat_after_apply_interval
2026-05-09 15:19 UTC (2+ messages)
[PATCH v3] mm/damon: replace damon_rand() with a per-ctx lockless PRNG
2026-05-09 1:18 UTC
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-05-11
2026-05-07 8:28 UTC
[PATCH 6.18.y] mm/damon/core: disallow time-quota setting zero esz
2026-05-07 8:12 UTC (6+ messages)
` [PATCH 6.18.y v2] "
[PATCH v2] mm/damon: replace damon_rand() with a per-ctx lockless PRNG
2026-05-07 8:10 UTC (4+ messages)
[LSF/MM/BPF TOPIC] Allowing NUMA hinting faults or alternatives to DAMON
2026-05-06 17:08 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Data Access-aware Transparent Hugepages
2026-05-06 17:07 UTC (2+ messages)
[PATCH 6.6.y] mm/damon/core: disallow time-quota setting zero esz
2026-05-06 17:04 UTC (3+ messages)
[PATCH 6.12.y] mm/damon/core: disallow time-quota setting zero esz
2026-05-06 16:59 UTC (3+ messages)
[RFC PATCH v1 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
2026-05-06 16:41 UTC (16+ messages)
` [RFC PATCH v1 1/4] mm/damon: Generalize ctx_target creation for damon_ops_id and add vaddr support
` [RFC PATCH v1 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
` [RFC PATCH v1 3/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v1 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management documentation
[PATCH 6.1.y] mm/damon/core: disallow time-quota setting zero esz
2026-05-05 15:00 UTC (3+ messages)
[PATCH 6.18.y] mm/damon/core: disallow non-power of two min_region_sz on damon_start()
2026-05-04 13:04 UTC
[LSF/MM/BPF TOPIC] DAMON Updates: Tiering, Pagel Level Monitoring and DAMON-X
2026-05-04 7:02 UTC (2+ messages)
[PATCH 1/2] mm/damon/core: fix damon_call() vs kdamond_fn() exit race
2026-05-02 3:02 UTC (2+ messages)
` [PATCH 2/2] mm/damon/core: fix damos_walk() "
[PATCH 0/2] mm/damon/stat: add kdamond_pid parameter
2026-05-02 2:05 UTC (3+ messages)
` [PATCH 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [PATCH 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter
[PATCH 00/11] mm/damon: introduce DAMOS failed region quota charge ratio
2026-05-02 1:56 UTC (4+ messages)
[PATCH 0/2] mm/damon/reclaim: support monitoring intervals auto-tuning
2026-05-01 1:50 UTC (5+ messages)
` [PATCH 1/2] mm/damon/reclaim: add autotune_monitoring_intervals parameter
` [PATCH 2/2] Docs/admin-guide/mm/damon/reclaim: update for autotune_monitoring_intervals
[RFC PATCH v2.1 0/2] mm/damon/stat: add kdamond_pid parameter
2026-05-01 1:04 UTC (5+ messages)
` [RFC PATCH v2.1 1/2] mm/damon/stat: add a parameter for reading kdamond pid
` [RFC PATCH v2.1 2/2] Docs/admin-guide/mm/damon/stat: document kdamond_pid parameter
[PATCH 0/2] mm/damon/sysfs: document filters/ directory as deprecated
2026-04-30 0:28 UTC (5+ messages)
` [PATCH 1/2] Docs/admin-guide/mm/damon/usage: mark scheme filters sysfs dir "
` [PATCH 2/2] Docs/ABI/damon: mark schemes/<S>/filters/ deprecated
[RFC PATCH v3 0/4] mm/damon: introduce perf event based access check
2026-04-29 14:34 UTC (2+ messages)
[PATCH 0/7] mm/damon/reclaim,lru_sort: monitor all system rams by default
2026-04-29 14:30 UTC (2+ messages)
[PATCH 6/7] Docs/admin-guide/mm/damon/reclaim: update for entire memory monitoring
2026-04-29 14:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox