DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-08-12 10:47:25 to 2026-08-30 05:14:15 UTC [more...]

[PATCH 0/6] mm/damon: support access monitoring of hugetlb-backed memory
 2026-08-30  5:14 UTC  (7+ 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)

[PATCH] mm/damon: use a page-aligned sampling address
 2026-08-29  1:55 UTC  (6+ 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  (6+ 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  (3+ 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

[RFC PATCH 0/7] mm/damon/perf: observability framework for hardware-sampled access reports
 2026-08-18  6:10 UTC  (8+ messages)
` [RFC PATCH 1/7] mm/damon/perf: add observability framework with tracepoints and CONFIG switch
` [RFC PATCH 2/7] mm/damon/perf: implement observe API and per-CPU statistics engine
` [RFC PATCH 3/7] mm/damon/perf: add debugfs statistics interface
` [RFC PATCH 4/7] mm/damon: integrate observe API into vaddr overflow handlers and core drain
` [RFC PATCH 5/7] selftests/damon: add automated layer-by-layer observability test
` [RFC PATCH 6/7] Docs/mm/damon: document the perf observability framework
` [RFC PATCH 7/7] mm/damon/perf: add CONFIG_DAMON_PERF_DEBUG and pipeline health check

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

[PATCH v2] mm/damon/ops-common: factor out damon_putback_folio_list()
 2026-08-18  3:21 UTC  (3+ messages)

[CFP] DAMON Nanoconference (aka BoF) at LPC'26
 2026-08-18  0:54 UTC  (2+ messages)
` DAMON (nano) Conference Schedule (was: "Re: [CFP] DAMON Nanoconference (aka BoF) at LPC'26")

[PATCH] mm/damon/core: introduce damon_set_target_pid()
 2026-08-17 14:07 UTC  (4+ messages)

[PATCH] mm/damon/ops-common: factor out damon_putback_folio_list()
 2026-08-17 13:42 UTC  (4+ messages)
  `  "

[RFC PATCH 0/4] mm/damon/perf: add ARM SPE AUX backend
 2026-08-17  2:57 UTC  (7+ messages)
` [RFC PATCH 1/4] mm/damon/perf: introduce AUX backend interface and Kconfig
` [RFC PATCH 2/4] mm/damon/perf: add AUX trace-buffer PMU backend for ARM SPE
` [RFC PATCH 3/4] mm/damon/perf: add KUnit tests for the SPE record parser
` [RFC PATCH 4/4] selftests/damon: add DAMON perf AUX backend test

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-17  0:49 UTC  (8+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH v7 0/7] docs/zh_CN: update DAMON documentation translation
 2026-08-16 13:41 UTC  (4+ messages)
` [PATCH v7 1/7] docs/zh_CN: update DAMON design translation

[PATCH] mm/damon/tests: use scoped_guard() for damon_test_ops_registration
 2026-08-15 15:30 UTC  (3+ messages)

[PATCH] mm/damon/stat: avoid iterating targets in damon_stat_sort_regions()
 2026-08-14 15:00 UTC  (2+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-14 10:06 UTC  (10+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte
` [PATCH 9/9] xen: use hw_pte_t for PTE range callbacks

[RFC PATCH 0/4] mm/damon: allow NULL or unstarted damon_ctx parameter for damon_call()
 2026-08-13 15:12 UTC  (16+ messages)
` [RFC PATCH 1/4] mm/damon/core: handle NULL ctx parameter in damon_call()
` [RFC PATCH 2/4] mm/damon/core: set ctx->call_controls_obsolete in damon_new_ctx()
` [RFC PATCH 3/4] mm/damon/reclaim: remove unnecessary damon_call() param validation
` [RFC PATCH 4/4] mm/damon/lru_sort: "

[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
 2026-08-13  8:28 UTC  (4+ messages)

[RFC PATCH 0/3] mm/damon: move zero damos quota target_value handling to the core layer
 2026-08-13  5:57 UTC  (7+ messages)
` [RFC PATCH 1/3] mm/damon/core: error damos_commit_quota_goal() for zero target_value
` [RFC PATCH 2/3] Revert "mm/damon/lru_sort: error out for >10000 active_mem_bp"
` [RFC PATCH 3/3] Revert "samples/damon/mtier: error out for zero quota goal target values"

DAMON Beer/Coffee/Tea chat reminder for the week of 2026-08-17
 2026-08-12 23:46 UTC 

Question on damon_sysfs_memcg_path_to_id() path resolution
 2026-08-12 13:51 UTC  (3+ messages)

[PATCH v2 0/3] docs/mm/damon/design: add explanation of nr_snapshots
 2026-08-12 13:44 UTC  (5+ messages)
` [PATCH v2 2/3] docs/mm/damon/design: difference between watermarks and nr_snapshots

[PATCH v2 1/3] docs/mm/damon/design: accurate semantics of nr_snapshots
 2026-08-12 13:42 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