DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-08-18 07:05:12 to 2026-09-01 00:46:13 UTC [more...]

[PATCH v4 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-09-01  0:46 UTC  (11+ messages)
` [PATCH v4 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [PATCH v4 2/3] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [PATCH v4 3/3] Docs/mm/damon/design: Document hugepage_mem_bp target metric

[PATCH v2 0/2] mm/damon/core: remove unused helper functions
 2026-09-01  0:42 UTC  (5+ messages)
` [PATCH v2 1/2] mm/damon/core: remove unused damon_targets_empty()
` [PATCH v2 2/2] mm/damon/core: remove unused damon_nr_running_ctxs()

[PATCH 0/7] mm/damon: misc cleanups
 2026-09-01  0:40 UTC  (17+ messages)
` [PATCH 1/7] mm/damon/core: remove declaration of __damon_commit_ctx()
` [PATCH 2/7] mm/damon/core: introduce damon_set_target_pid()
` [PATCH 3/7] mm/damon/ops-common: factor out damon_putback_folio_list()
` [PATCH 4/7] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test
` [PATCH 5/7] mm/damon/tests: use scoped_guard() for damon_test_ops_registration
` [PATCH 6/7] selftests/damon: prevent remaining cross-object state pollution
` [PATCH 7/7] samples/damon/mtier: add comment for struct region_range

[RFC PATCH v1.2 0/8] mm/damon: fix DAMOS bugs in core, paddr and vaddr
 2026-09-01  0:37 UTC  (19+ messages)
` [RFC PATCH v1.2 1/8] mm/damon/core: skip applying scheme if region split for quota fails
` [RFC PATCH v1.2 2/8] mm/damon/paddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.2 3/8] mm/damon/paddr: respect folio end for DAMOS actions except STAT
` [RFC PATCH v1.2 4/8] mm/damon/vaddr: respect folio end for DAMOS_STAT
` [RFC PATCH v1.2 5/8] mm/damon/vaddr: respect folio end for DAMOS_MIGRATE_{HOT,COLD}
` [RFC PATCH v1.2 6/8] mm/damon/core: handle extreme memory state in damon_get_node_mem_bp()
` [RFC PATCH v1.2 7/8] mm/damon/core: handle extreme memory state in get_node_memcg_used_bp()
` [RFC PATCH v1.2 8/8] mm/damon/core: handle extreme memory state in get_in_active_mem_bp()

[PATCH] mm/damon/tests/core-kunit: add test for unconditionally skipping the last region
 2026-09-01  0:25 UTC  (4+ messages)

[PATCH v2] mm/damon/core: fix unconditionally skip last region
 2026-09-01  0:21 UTC  (8+ messages)

[PATCH] mm/damon: use a page-aligned sampling address
 2026-08-31 22:50 UTC  (7+ messages)

[PATCH v2] mm/damon/vaddr: use a page-aligned address for the sampling walks
 2026-08-31 22:39 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon: add kunit tests for probe_hits handling and probe params validation
 2026-08-31 18:15 UTC  (5+ messages)
` [PATCH v2 1/2] mm/damon/core-kunit: test probe_hits handling at region split and merge
` [PATCH v2 2/2] mm/damon/core-kunit: test damon_valid_probe_params()

[PATCH v3 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-31 18:06 UTC  (7+ messages)
` [PATCH v3 1/3] docs/mm/damon/design: accurate semantics "
` [PATCH v3 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots
` [PATCH v3 3/3] docs/mm/damon/design: fix typo of max_nr_snapshots

DAMON Release Newsletter for v7.3-rc1
 2026-08-30 23:50 UTC 

[PATCH 0/6] mm/damon: support access monitoring of hugetlb-backed memory
 2026-08-30 18:10 UTC  (20+ messages)
` [PATCH 1/6] mm/damon: move damon_hugetlb_mkold() from vaddr to ops-common
` [PATCH 2/6] mm/damon/ops-common: handle hugetlb folios in folio mkold/young rmap walkers
` [PATCH 3/6] mm/damon/paddr: support hugetlb folios in access monitoring
` [PATCH 4/6] mm/damon: support flush-assisted access bit clearing for monitoring
` [PATCH 5/6] mm/damon/sysfs: support aging_flush
` [PATCH 6/6] mm/damon/stat: "

[PATCH] mm/damon: fix unconditionally skip last region
 2026-08-29 19:06 UTC  (8+ messages)

[RFC PATCH v1.3 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
 2026-08-28 18:48 UTC  (9+ messages)
` [RFC PATCH v1.3 1/4] mm/damon/tests/core-kunit: test committing psi goal to psi goal
` [RFC PATCH v1.3 2/4] mm/damon/core: handle uninitialized damos_quota_goal->last_psi_total
` [RFC PATCH v1.3 3/4] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
` [RFC PATCH v1.3 4/4] mm/damon/sysfs: set next refresh jiffies per sysfs context

[RFC PATCH v3 00/37] mm/damon: introduce per-CPUs/threads/write/read monitoring
 2026-08-28 18:34 UTC  (7+ messages)
` [RFC PATCH v3 22/37] mm/damon/sysfs: implement cpumask file under sample filter dir
` [RFC PATCH v3 25/37] Docs/admin-guide/mm/damon/usage: document sample filters dir

[PATCH] mm/damon/core: remove declaration of kdamond_fn()
 2026-08-28  5:33 UTC  (6+ messages)

[RFC PATCH] mm/damon: fix damos quota walk-position tracking
 2026-08-28  2:31 UTC  (10+ messages)

[RFC PATCH v1.2 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
 2026-08-28  2:23 UTC  (11+ messages)
` [RFC PATCH v1.2 1/4] mm/damon/tests/core-kunit: test committing psi goal to psi goal
` [RFC PATCH v1.2 2/4] mm/damon/core: handle uninitialized damos_quota_goal->last_psi_total
` [RFC PATCH v1.2 3/4] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
` [RFC PATCH v1.2 4/4] mm/damon/sysfs: set next refresh jiffies per sysfs context

[RFC PATCH v1.1 0/3] mm/damon: fix wrong behaviors in DAMOS quota goals and sysfs refresh_ms
 2026-08-27 15:19 UTC  (10+ messages)
` [RFC PATCH v1.1 1/3] mm/damon/core: initialize damos_quota_goal->last_psi_total
` [RFC PATCH v1.1 2/3] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
` [RFC PATCH v1.1 3/3] mm/damon/sysfs: set next refresh jiffies per sysfs context

[RFC PATCH] mm/damon: fix damos quota walk-position tracking
 2026-08-27 13:49 UTC  (3+ messages)

[PATCH 0/2] mm/damon: fix wrong behaviors in DAMOS PSI goal and sysfs refresh_ms
 2026-08-27  5:20 UTC  (8+ messages)
` [PATCH 1/2] mm/damon/core: initialize damos_quota_goal->last_psi_total
` [PATCH 2/2] mm/damon/sysfs: set next refresh jiffies per sysfs context

[PATCH] selftests/damon: prevent remaining cross-object state pollution
 2026-08-27  3:38 UTC  (3+ messages)

[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
 2026-08-24 15:23 UTC  (8+ messages)

[RFC/Discussion] mm/damon: Helping with alternative for watermarks
 2026-08-21 23:43 UTC  (3+ messages)

[PATCH 6.12.y] mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
 2026-08-19  3:32 UTC  (2+ messages)

[PATCH 6.12.y] mm/damon/ops-common: putback folios on invalid migrate nid
 2026-08-19  3:32 UTC  (2+ messages)

[PATCH v8 0/7] docs/zh_CN: update DAMON documentation translation
 2026-08-18  7:20 UTC  (15+ messages)
` [PATCH v8 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v8 2/7] docs/zh_CN: add DAMON_STAT usage translation
` [PATCH v8 3/7] docs/zh_CN: update DAMON index translation
` [PATCH v8 4/7] docs/zh_CN: update DAMON start translation
` [PATCH v8 5/7] docs/zh_CN: update DAMON usage translation
` [PATCH v8 6/7] docs/zh_CN: update DAMON reclaim translation
` [PATCH v8 7/7] docs/zh_CN: update DAMON LRU sort translation


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