messages from 2026-07-01 14:48:27 to 2026-07-05 20:58:00 UTC [more...]
[RFC PATCH 00/16] mm/damon: introduce data attributes only monitoring
2026-07-05 20:57 UTC (16+ 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
[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)
[RESEND RFC PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
2026-07-03 19:04 UTC (24+ messages)
` [RESEND RFC PATCH v2 1/5] mm/damon: add target_order field for DAMOS_COLLAPSE
` [RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers
` [RESEND RFC PATCH v2 3/5] mm/damon/vaddr: implement mTHP-aware DAMOS_COLLAPSE handler
` [RESEND RFC PATCH v2 4/5] mm/damon: introduce DAMOS_SPLIT action
` [RESEND RFC PATCH v2 5/5] mm/damon/vaddr: implement DAMOS_SPLIT handler
[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 (49+ 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 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 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
[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 (12+ messages)
` [RESEND RFC PATCH v2 1/5] mm/damon: add target_order field for DAMOS_COLLAPSE
` [RESEND RFC PATCH v2 2/5] mm/khugepaged: add damon_collapse_folio_range() for external callers
` [RESEND RFC PATCH v2 3/5] mm/damon/vaddr: implement mTHP-aware DAMOS_COLLAPSE handler
` [RESEND RFC PATCH v2 4/5] mm/damon: introduce DAMOS_SPLIT action
` [RESEND RFC PATCH v2 5/5] mm/damon/vaddr: implement DAMOS_SPLIT handler
[PATCH v2 0/5] mm/damon: add mTHP collapse and split actions
2026-07-02 16:10 UTC (4+ messages)
[PATCH 14/18] mm/damon/core: remove attrs param from damon_update_region_access_rate()
2026-07-02 0:22 UTC (3+ messages)
[RFC PATCH 0/8] mm/damon: validate all parameters in the core
2026-07-02 0:19 UTC (25+ messages)
` [RFC PATCH 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [RFC PATCH 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [RFC PATCH 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [RFC PATCH 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [RFC PATCH 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [RFC PATCH 6/8] mm/damon: document region size validation in damon_set_regions()
` [RFC PATCH 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [RFC PATCH 8/8] mm/damon/sysfs: remove region size validation
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-07-06
2026-07-01 20:54 UTC
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