DAMON development mailing list
 help / color / mirror / Atom feed
 messages from 2026-07-07 03:30:45 to 2026-07-09 15:30:08 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-09 15:29 UTC  (38+ 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 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [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 29/30] tools/testing/vma: default VMA flag bits to 64-bit
  ` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/

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

[PATCH] mm/damon: prevent migration fallback to non-target nodes
 2026-07-09  6:38 UTC  (5+ messages)

[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-07-09  0:52 UTC  (7+ messages)

[PATCH 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-08 14:34 UTC  (18+ messages)
` [PATCH 1/7] mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
` [PATCH 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [PATCH 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [PATCH 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [PATCH 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [PATCH 6/7] mm/damon/core: update probe hits for new parameter commit
` [PATCH 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[PATCH] mm/damon/sysfs-schemes: fix tried_regions setup failure cleanup
 2026-07-08 14:22 UTC  (4+ messages)

[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
 2026-07-08  8:18 UTC  (37+ 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
` [syzbot ci] Re: mm: rework anon_vma and remove anon_vma_chain

[PATCH v6 0/7] docs/zh_CN: update DAMON translations
 2026-07-08  7:38 UTC  (9+ messages)
` [PATCH v6 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v6 2/7] docs/zh_CN: add DAMON_STAT usage translation
` [PATCH v6 3/7] docs/zh_CN: update DAMON index translation
` [PATCH v6 4/7] docs/zh_CN: update DAMON start translation
` [PATCH v6 5/7] docs/zh_CN: update DAMON usage translation
` [PATCH v6 6/7] docs/zh_CN: update DAMON reclaim translation
` [PATCH v6 7/7] docs/zh_CN: update DAMON LRU sort translation

[RFC PATCH v1.3 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-08  3:56 UTC  (14+ messages)
` [RFC PATCH v1.3 1/7] mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
` [RFC PATCH v1.3 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.3 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.3 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.3 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.3 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.3 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[RFC PATCH v1.2 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-08  2:32 UTC  (15+ messages)
` [RFC PATCH v1.2 1/7] mm/damon/core: remove comment and test for nr_to_bp() divide-by-zero
` [RFC PATCH v1.2 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.2 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.2 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.2 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.2 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.2 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[RFC PATCH v1.1 0/7] mm/damon: update probe hits for runtime parameter commits
 2026-07-07 14:30 UTC  (18+ messages)
` [RFC PATCH v1.1 1/7] mm/damon/core: remove obsolete comment for nr_to_bp() divide-by-zero
` [RFC PATCH v1.1 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [RFC PATCH v1.1 3/7] mm/damon/core: s/accesses_bp_to_nr_accesses/sample_bp_to_count/
` [RFC PATCH v1.1 4/7] mm/damon/core: s/nr_accesses_to_accesses_bp/sample_count_to_bp/
` [RFC PATCH v1.1 5/7] mm/damon/core: s/nr_accesses_for_new_attrs/nr_samples_for_new_attrs/
` [RFC PATCH v1.1 6/7] mm/damon/core: update probe hits for new parameter commit
` [RFC PATCH v1.1 7/7] mm/damon/core: handle unreset probe_hits in probe_hits_mvsum()

[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 11/16] mm/damon/core: get merge threshold from probe hits when weights are set
 2026-07-07  3:34 UTC  (2+ messages)

[RFC PATCH v1.1 07/16] mm/damon/core: extend merge function to work with probe hits
 2026-07-07  3:30 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