DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-07-04 18:11:46 to 2026-07-07 10:41:24 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-07 10:41 UTC  (15+ messages)
` [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 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/

[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
 2026-07-07 10:21 UTC  (31+ messages)
` [RFC PATCH v2 01/13] mm: add CONFIG_ANON_VMA_FRACTAL
` [RFC PATCH v2 02/13] mm: implement helpers for ANON_VMA_FRACTAL
` [RFC PATCH v2 03/13] mm: implement __anon_node_prepare "
` [RFC PATCH v2 04/13] mm: implement anon_node_clone "
` [RFC PATCH v2 05/13] mm: implement anon_node_fork_with_prev "
` [RFC PATCH v2 06/13] mm: implement unlink_anon_nodes "
` [RFC PATCH v2 07/13] mm: handle rmap_base changes "
` [RFC PATCH v2 08/13] mm: implement anonymous folio rmap "
` [RFC PATCH v2 09/13] mm: prepare anon_node replacement "
` [RFC PATCH v2 10/13] mm: replace anon_vma with anon_node "
` [RFC PATCH v2 11/13] mm: optimize rmap for ANON_VMA_FRACTAL with PVL
` [RFC PATCH v2 12/13] mm: shared semaphores for ANON_VMA_FRACTAL
` [RFC PATCH v2 13/13] mm: Enable CONFIG_ANON_VMA_FRACTAL by default

[RFC PATCH 0/6] mm/damon: update probe hits for runtime parameter commits
 2026-07-07  5:09 UTC  (17+ messages)
` [RFC PATCH 1/6] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH 2/6] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH 3/6] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH 4/6] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH 5/6] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH 6/6] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[RFC PATCH v1.1 00/16] mm/damon: introduce data attributes only monitoring
 2026-07-07  3:34 UTC  (40+ 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 v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-06 15:16 UTC  (4+ messages)

[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  (3+ 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  (26+ 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 05/11] mm/damon/reclaaim: ignore damon_stop() return value
` [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 "


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