messages from 2026-05-24 18:43:21 to 2026-06-04 04:10:07 UTC [more...]
[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
2026-06-04 4:10 UTC (74+ messages)
` [PATCH 01/15] mm/rmap: introduce anon_rmap APIs for anonymous folios
` [PATCH 02/15] mm: convert anon_vma rmap APIs to anon_rmap
` [PATCH 03/15] mm: introduce anon_vma_tree_t for multiple anon_vma topologies
` [PATCH 04/15] mm: switch to anon_vma_tree_t APIs in preparation for ANON_VMA_LAZY
` [PATCH 05/15] mm: add CONFIG_ANON_VMA_LAZY and folio helpers
` [PATCH 06/15] mm: add CONFIG_VMA_REF and VMA helpers
` [PATCH 07/15] mm: replace direct FOLIO_MAPPING_ANON usage with helpers
` [PATCH 08/15] mm: prepare rmap infrastructure for ANON_VMA_LAZY
` [PATCH 09/15] mm: implement ANON_VMA_LAZY rmap semantics
` [PATCH 10/15] mm: defer anon_vma creation with ANON_VMA_LAZY
` [PATCH 11/15] mm: handle ANON_VMA_LAZY in huge page operations
` [PATCH 12/15] mm: handle ANON_VMA_LAZY during migration
` [PATCH 13/15] mm: support setup and upgrade of ANON_VMA_LAZY folios
` [PATCH 14/15] mm: support merging of ANON_VMA_LAZY VMAs
` [PATCH 15/15] mm: enable CONFIG_ANON_VMA_LAZY on arm64 and x86_64
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-06-04 1:43 UTC (16+ messages)
DAMON Beer/Coffee/Tea chat reminder for the week of 2026-06-08
2026-06-03 21:01 UTC
[PATCH] mm/damon/core: use kvmalloc for target regions array
2026-06-03 13:49 UTC (2+ messages)
[PATCH v2 0/3] selftests/damon: misc fixes for test bugs
2026-06-03 9:15 UTC (10+ messages)
` [PATCH v2 1/3] selftests/damon: prevent cross-context state pollution in DamonCtx
` [PATCH v2 2/3] selftests/damon/damos_tried_regions: fix expectation output and join TypeError
` [PATCH v2 3/3] selftests/damon: fix dead code, skipped checks, and broken lookups
[PATCH 0/2] selftests/damon: test kdamond refresh_ms
2026-06-03 0:50 UTC
[PATCH 0/2] selftests/damon: test kdamond refresh_ms
2026-06-02 14:28 UTC (6+ messages)
` [PATCH 1/2] selftests/damon/_damon_sysfs: support "
` [PATCH 2/2] selftests/damon/sysfs_refresh: test "
[PATCH v3 0/2] selftests/damon: fix memcg_path staging handling
2026-06-02 1:28 UTC (7+ messages)
` [PATCH v3 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v3 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[PATCH v4 0/2] selftests/damon: fix memcg_path staging handling
2026-06-01 14:55 UTC (5+ messages)
` [PATCH v4 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v4 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[PATCH v3 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
2026-06-01 8:03 UTC (5+ messages)
` [PATCH v3 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[PATCH 0/5] selftests/damon: misc fixes for test bugs
2026-06-01 2:38 UTC (16+ messages)
` [PATCH 1/5] selftests/damon: prevent cross-context state pollution in DamonCtx
` [PATCH 2/5] selftests/damon: fix memcg filter path handling
` [PATCH 3/5] selftests/damon/damos_tried_regions: fix expectation output and join TypeError
` [PATCH 4/5] selftests/damon/damos_tried_regions: handle empty tried regions in early cycles
` [PATCH 5/5] selftests/damon: fix dead code, skipped checks, and broken lookups
[PATCH] mm/damon: fix stale TLB young-state handling on arm64
2026-06-01 2:09 UTC (8+ messages)
[PATCH v2 0/2] selftests/damon: fix memcg_path staging handling
2026-06-01 0:53 UTC (8+ messages)
` [PATCH v2 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v2 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
2026-05-30 5:03 UTC (10+ messages)
` [RFC PATCH 1/6] mm/damon: add struct damon_perf_event{,_attr} and per-ctx perf_events list
` [RFC PATCH 2/6] mm/damon/sysfs-sample: expose perf_events configuration via sysfs
` [RFC PATCH 3/6] mm/damon/sysfs: install perf_events on apply
` [RFC PATCH 4/6] mm/damon/core: per-CPU SPSC ring drain and damon_perf_event lifecycle
` [RFC PATCH 5/6] mm/damon/vaddr: implement perf-event access check
` [RFC PATCH 6/6] mm/damon: add damos_node_eligible_mem_bp tracepoint
[PATCH v1] mm/damon/stat: roll back context on damon_call() failure
2026-05-29 23:40 UTC (6+ messages)
[PATCH 1/2] selftests/damon: fix DamosFilter memcg_path assignment
2026-05-29 3:27 UTC (6+ messages)
` [PATCH 2/2] selftests/damon: validate memcg filter sysfs readback
[PATCH 0/2] selftests/damon: fix and validate memcg filter memcg_path handling
2026-05-29 3:02 UTC (3+ messages)
[PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
2026-05-29 0:01 UTC (3+ messages)
` [PATCH 1/2] mm/damon/reclaim: handle ctx allocation failure
` [PATCH 2/2] mm/damonn/lru_sort: "
[RFC PATCH 0/2] mm/damon/{reclaim,lru_sort}: handle ctx allocation failures
2026-05-28 14:02 UTC (7+ messages)
` [RFC PATCH 1/2] mm/damon/reclaim: handle ctx allocation failure
` [RFC PATCH 2/2] mm/damonn/lru_sort: "
Roadmap for extending DAMON beyond pte-accessed bit
2026-05-27 0:11 UTC (5+ messages)
[RFC PATCH 0/7] mm/damon: hardware-sampled access reports + AMD IBS Op example
2026-05-26 14:28 UTC (4+ messages)
[RFC PATCH v2 2/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
2026-05-25 16:51 UTC (3+ messages)
[RFC PATCH v2 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
2026-05-25 16:48 UTC (3+ messages)
[PATCH 0/2] mm/damon/core: detect internal variation above max_nr_regions/2
2026-05-25 16:38 UTC (3+ messages)
[PATCH] mm/damon/ops-common: call folio_test_lru() after folio_get()
2026-05-25 16:22 UTC
[PATCH] docs/mm: fix spelling mistakes in memory management docs
2026-05-24 18:43 UTC (2+ messages)
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