DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-05-21 20:21:06 to 2026-06-01 02:33:58 UTC [more...]

[PATCH 0/5] selftests/damon: misc fixes for test bugs
 2026-06-01  2:33 UTC  (15+ messages)
` [PATCH 1/5] selftests/damon: prevent cross-context state pollution in DamonCtx
  ` [PATCH 2/5] selftests/damon: fix memcg filter path handling
  ` [PATCH 3/5] selftests/damon/damos_tried_regions: fix expectation output and join TypeError
  ` [PATCH 4/5] selftests/damon/damos_tried_regions: handle empty tried regions in early cycles
  ` [PATCH 5/5] selftests/damon: fix dead code, skipped checks, and broken lookups

[PATCH] mm/damon: fix stale TLB young-state handling on arm64
 2026-06-01  2:09 UTC  (8+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-01  1:46 UTC  (53+ messages)
` [PATCH 01/15] mm/rmap: introduce anon_rmap APIs for anonymous folios
` [PATCH 02/15] mm: convert anon_vma rmap APIs to anon_rmap
` [PATCH 03/15] mm: introduce anon_vma_tree_t for multiple anon_vma topologies
` [PATCH 04/15] mm: switch to anon_vma_tree_t APIs in preparation for ANON_VMA_LAZY
` [PATCH 05/15] mm: add CONFIG_ANON_VMA_LAZY and folio helpers
` [PATCH 06/15] mm: add CONFIG_VMA_REF and VMA helpers
` [PATCH 07/15] mm: replace direct FOLIO_MAPPING_ANON usage with helpers
` [PATCH 08/15] mm: prepare rmap infrastructure for ANON_VMA_LAZY
` [PATCH 09/15] mm: implement ANON_VMA_LAZY rmap semantics
` [PATCH 10/15] mm: defer anon_vma creation with ANON_VMA_LAZY
` [PATCH 11/15] mm: handle ANON_VMA_LAZY in huge page operations
` [PATCH 12/15] mm: handle ANON_VMA_LAZY during migration
` [PATCH 13/15] mm: support setup and upgrade of ANON_VMA_LAZY folios
` [PATCH 14/15] mm: support merging of ANON_VMA_LAZY VMAs
` [PATCH 15/15] mm: enable CONFIG_ANON_VMA_LAZY on arm64 and x86_64

[PATCH v2 0/2] selftests/damon: fix memcg_path staging handling
 2026-06-01  0:53 UTC  (8+ messages)
` [PATCH v2 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v2 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback

[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
 2026-05-30  5:03 UTC  (10+ messages)
` [RFC PATCH 1/6] mm/damon: add struct damon_perf_event{,_attr} and per-ctx perf_events list
` [RFC PATCH 2/6] mm/damon/sysfs-sample: expose perf_events configuration via sysfs
` [RFC PATCH 3/6] mm/damon/sysfs: install perf_events on apply
` [RFC PATCH 4/6] mm/damon/core: per-CPU SPSC ring drain and damon_perf_event lifecycle
` [RFC PATCH 5/6] mm/damon/vaddr: implement perf-event access check
` [RFC PATCH 6/6] mm/damon: add damos_node_eligible_mem_bp tracepoint

[PATCH v1] mm/damon/stat: roll back context on damon_call() failure
 2026-05-29 23:40 UTC  (6+ messages)

[PATCH 1/2] selftests/damon: fix DamosFilter memcg_path assignment
 2026-05-29  3:27 UTC  (6+ messages)
` [PATCH 2/2] selftests/damon: validate memcg filter sysfs readback

[PATCH 0/2] selftests/damon: fix and validate memcg filter memcg_path handling
 2026-05-29  3:02 UTC  (3+ messages)

[PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
 2026-05-29  0:01 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: handle ctx allocation failure
` [PATCH 2/2] mm/damonn/lru_sort: "

[RFC PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
 2026-05-28 14:02 UTC  (7+ messages)
` [RFC PATCH 1/2] mm/damon/reclaim: handle ctx allocation failure
` [RFC PATCH 2/2] mm/damonn/lru_sort: "

Roadmap for extending DAMON beyond pte-accessed bit
 2026-05-27  0:11 UTC  (5+ messages)

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

[RFC PATCH v2 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-05-25 16:51 UTC  (16+ 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-25 16:38 UTC  (6+ messages)

[PATCH] mm/damon/ops-common: call folio_test_lru() after folio_get()
 2026-05-25 16:22 UTC 

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

[PATCH] docs/mm: fix spelling mistakes in memory management docs
 2026-05-24 18:43 UTC  (3+ messages)

[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-05-24 18:37 UTC  (2+ messages)

[RFC PATCH v1.1] mm/damon/ops-common: call folio_test_lru() after folio_get()
 2026-05-24 17:46 UTC 

[PATCH] selftests/damon: add regression test for damos_walk() vs kdamond exit race
 2026-05-24  9:37 UTC  (2+ messages)

[RFC PATCH] mm/damon/ops-common: call folio_test_lru() after folio_get()
 2026-05-23 20:31 UTC  (4+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-05-25
 2026-05-23 19:10 UTC 

[PATCH 0/2] docs/zh: update DAMON usage sysfs documentation
 2026-05-23  9:50 UTC  (4+ messages)
` [PATCH 1/2] docs/zh_CN: "
` [PATCH 2/2] docs/zh_TW: "

[PATCH v2 0/2] mm/damon: fix macro arguments and clarify quota goals doc
 2026-05-23  1:58 UTC  (5+ 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 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
 2026-05-23  0:45 UTC 

[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 v1.2 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
 2026-05-22  2:16 UTC  (2+ messages)

[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  (3+ messages)


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