messages from 2026-07-08 02:58:19 to 2026-07-10 20:18:18 UTC [more...]
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-10 20:16 UTC (3+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-10 19:38 UTC (54+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [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 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [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 00/19] mm/damon: introduce data attributes only monitoring
2026-07-10 14:59 UTC (39+ messages)
` [PATCH 01/19] mm/damon/core: introduce damon_probe->weight
` [PATCH 02/19] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [PATCH 03/19] mm/damon/paddr: set samples in apply_probes() if requested
` [PATCH 04/19] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [PATCH 05/19] mm/damon/core: implement damon_probe_hits_wsum()
` [PATCH 06/19] mm/damon/paddr: respect return_max_wsum
` [PATCH 07/19] mm/damon/core: use abs_diff() instead of abs()
` [PATCH 08/19] mm/damon/core: extend merge function to work with probe hits
` [PATCH 09/19] mm/damon/core: disallow probe_hits overflow on attrs only monitoring
` [PATCH 10/19] mm/damon/core: validate params for probe hits weighted sum overflow
` [PATCH 11/19] mm/damon/core: disable access monitoring when probe weights are set
` [PATCH 12/19] mm/damon/core: set samples in apply_probes() if "
` [PATCH 13/19] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [PATCH 14/19] mm/damon/core: get merge threshold from probe hits when weights are set
` [PATCH 15/19] mm/damon/core: implement damon_has_probe_weight()
` [PATCH 16/19] mm/damon/sysfs: implement probe/weight file
` [PATCH 17/19] Docs/mm/damon/design: document attrs-only monitoring
` [PATCH 18/19] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [PATCH 19/19] Docs/ABI/damon: document probe weight file
[PATCH 0/4] Docs/ABI/damon: sysfs ABI document fixes and additions
2026-07-10 14:28 UTC (11+ messages)
` [PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
` [PATCH 2/4] Docs/ABI/damon: fix typos
` [PATCH 3/4] Docs/ABI/damon: document update_tuned_intervals state command
` [PATCH 4/4] Docs/ABI/damon: document tried_regions probe hits
[PATCH] mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
2026-07-10 14:02 UTC (2+ messages)
[RFC PATCH v1.3 00/19] mm/damon: introduce data attributes only monitoring
2026-07-10 1:18 UTC (30+ messages)
` [RFC PATCH v1.3 01/19] mm/damon/core: introduce damon_probe->weight
` [RFC PATCH v1.3 02/19] mm/damon/core: ask apply_probes() ops callback to set sampling address
` [RFC PATCH v1.3 03/19] mm/damon/paddr: set samples in apply_probes() if requested
` [RFC PATCH v1.3 04/19] mm/damon/core: ask apply_probe() to return max probe hits weighted sum
` [RFC PATCH v1.3 05/19] mm/damon/core: implement damon_probe_hits_wsum()
` [RFC PATCH v1.3 06/19] mm/damon/paddr: respect return_max_wsum
` [RFC PATCH v1.3 07/19] mm/damon/core: use abs_diff() instead of abs()
` [RFC PATCH v1.3 08/19] mm/damon/core: extend merge function to work with probe hits
` [RFC PATCH v1.3 09/19] mm/damon/core: disallow probe_hits overflow on attrs only monitoring
` [RFC PATCH v1.3 10/19] mm/damon/core: validate params for probe hits weighted sum overflow
` [RFC PATCH v1.3 11/19] mm/damon/core: disable access monitoring when probe weights are set
` [RFC PATCH v1.3 12/19] mm/damon/core: set samples in apply_probes() if "
` [RFC PATCH v1.3 13/19] mm/damon/core: s/max_nr_accesses/max_merge_score/ in kdamond_fn()
` [RFC PATCH v1.3 14/19] mm/damon/core: get merge threshold from probe hits when weights are set
` [RFC PATCH v1.3 15/19] mm/damon/core: implement damon_has_probe_weight()
` [RFC PATCH v1.3 16/19] mm/damon/sysfs: implement probe/weight file
` [RFC PATCH v1.3 17/19] Docs/mm/damon/design: document attrs-only monitoring
` [RFC PATCH v1.3 18/19] Docs/admin-guide/mm/damon/usage: document weight sysfs file
` [RFC PATCH v1.3 19/19] Docs/ABI/damon: document probe weight file
[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 (3+ 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 (8+ messages)
[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 (10+ messages)
` [RFC PATCH v1.3 2/7] mm/damon/core: s/damon_max_nr_accesses()/damon_nr_samples_per_aggr()/
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox