DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-07-02 11:20:18 to 2026-07-06 14:44:26 UTC [more...]

[RFC PATCH v1.1 00/16] mm/damon: introduce data attributes only monitoring
 2026-07-06 14:44 UTC  (20+ messages)
` [RFC PATCH v1.1 01/16] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH v1.1 02/16] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH v1.1 03/16] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH v1.1 04/16] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH v1.1 05/16] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH v1.1 06/16] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH v1.1 07/16] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH v1.1 08/16] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH v1.1 09/16] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH v1.1 10/16] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH v1.1 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH v1.1 12/16] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH v1.1 13/16] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH v1.1 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH v1.1 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH v1.1 16/16] Docs/ABI/damon: document probe weight file

[PATCH 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-06 14:35 UTC  (14+ messages)
` [PATCH 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [PATCH 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [PATCH 03/11] mm/damon/core: make damon_stop() never fails
` [PATCH 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [PATCH 05/11] mm/damon/reclaaim: "
` [PATCH 06/11] mm/damon/lru_sort: "
` [PATCH 07/11] mm/damon/core: change damon_stop() return type to void
` [PATCH 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [PATCH 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [PATCH 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [PATCH 11/11] samples/damon/prcl: do not stop DAMON "

[PATCH] selftests/damon: check correct path in ensure_file() not_exist case
 2026-07-06 14:29 UTC  (2+ messages)

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-06 11:59 UTC  (8+ messages)

[RFC PATCH 00/16] mm/damon: introduce data attributes only monitoring
 2026-07-05 21:48 UTC  (36+ messages)
` [RFC PATCH 01/16] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH 02/16] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH 03/16] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH 04/16] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH 05/16] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH 06/16] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH 07/16] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH 08/16] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH 09/16] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH 10/16] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH 12/16] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH 13/16] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH 14/16] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH 15/16] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH 16/16] Docs/ABI/damon: document probe weight file

[PATCH 0/8] mm/damon: validate all parameters in the core
 2026-07-05 19:43 UTC  (18+ messages)
` [PATCH 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [PATCH 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [PATCH 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [PATCH 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [PATCH 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [PATCH 6/8] mm/damon: document region size validation in damon_set_regions()
` [PATCH 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [PATCH 8/8] mm/damon/sysfs: remove region size validation

[RFC PATCH v1.1 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-05 16:01 UTC  (12+ messages)
` [RFC PATCH v1.1 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH v1.1 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH v1.1 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH v1.1 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH v1.1 05/11] mm/damon/reclaaim: "
` [RFC PATCH v1.1 06/11] mm/damon/lru_sort: "
` [RFC PATCH v1.1 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH v1.1 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH v1.1 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [RFC PATCH v1.1 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH v1.1 11/11] samples/damon/prcl: do not stop DAMON "

[RFC PATCH 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-04 19:47 UTC  (27+ messages)
` [RFC PATCH 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH 05/11] mm/damon/reclaaim: "
` [RFC PATCH 06/11] mm/damon/lru_sort: "
` [RFC PATCH 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH 09/11] mm/damon/core: stop ctx in damon_call() before reruning an error
` [RFC PATCH 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH 11/11] samples/damon/prcl: do not stop DAMON "

DAMON Release Newsletter for v7.2-rc1
 2026-07-03 20:06 UTC  (2+ messages)

[PATCH 0/3] mm/damon: provide pseudo moving sum probe_hits
 2026-07-03 17:42 UTC  (8+ messages)
` [PATCH 1/3] mm/damon: add damon_region->last_probe_hits
` [PATCH 2/3] mm/damon/core: introduce damon_probe_hits_mvsum()
` [PATCH 3/3] mm/damon/sysfs-schemes: set probe hits as pseudo moving sums

[PATCH] mm/damon/core: disallow overlapping input ranges for damon_set_regions()
 2026-07-03 17:24 UTC  (3+ messages)

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-03 16:37 UTC 

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-03 14:38 UTC  (35+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[RFC PATCH v1.1 0/8] mm/damon: validate all parameters in the core
 2026-07-02 21:53 UTC  (19+ messages)
` [RFC PATCH v1.1 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [RFC PATCH v1.1 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [RFC PATCH v1.1 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [RFC PATCH v1.1 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [RFC PATCH v1.1 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [RFC PATCH v1.1 6/8] mm/damon: document region size validation in damon_set_regions()
` [RFC PATCH v1.1 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [RFC PATCH v1.1 8/8] mm/damon/sysfs: remove region size validation

[RFC PATCH v1.1 0/3] mm/damon: provide pseudo moving sum probe_hits
 2026-07-02 20:43 UTC  (8+ messages)
` [RFC PATCH v1.1 1/3] mm/damon: add damon_region->last_probe_hits
` [RFC PATCH v1.1 2/3] mm/damon/core: introduce damon_probe_hits_mvsum()
` [RFC PATCH v1.1 3/3] mm/damon/sysfs-schemes: set probe hits as pseudo moving sums

[RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers
 2026-07-02 20:32 UTC  (3+ messages)

[RESEND RFC PATCH v2 5/5] mm/damon/vaddr: implement DAMOS_SPLIT handler
 2026-07-02 20:18 UTC  (2+ messages)

[RESEND RFC PATCH v2 4/5] mm/damon: introduce DAMOS_SPLIT action
 2026-07-02 20:00 UTC  (2+ messages)

[RESEND RFC PATCH v2 3/5] mm/damon/vaddr: implement mTHP-aware DAMOS_COLLAPSE handler
 2026-07-02 19:56 UTC  (2+ messages)

[RESEND RFC PATCH v2 1/5] mm/damon: add target_order field for DAMOS_COLLAPSE
 2026-07-02 18:51 UTC  (2+ messages)

[RFC PATCH v1.1] mm/damon/core: disallow overlapping input ranges for damon_set_regions()
 2026-07-02 17:03 UTC 

[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-02 16:39 UTC  (2+ messages)

[PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
 2026-07-02 16:10 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