messages from 2026-07-13 17:26:59 to 2026-07-14 11:29:57 UTC [more...]
[PATCH RFC v6 0/5] Accelerate page migration with batch copying and hardware offload
2026-07-14 11:29 UTC (2+ messages)
[PATCH v6 0/8] mm: optimize zone-device memmap initialization
2026-07-14 11:22 UTC (14+ messages)
` [PATCH v6 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v6 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v6 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v6 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v6 6/8] string: introduce memcpy_nt() helpers
` [PATCH v6 8/8] mm: use memcpy_nt() in zone-device template copies
[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-07-14 11:17 UTC (25+ messages)
` [PATCH v6 1/6] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v6 2/6] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
` [PATCH v6 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v6 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible
` [PATCH v6 6/6] mm/vmalloc: align vm_area so vmap() can batch mappings
[BUG] mm/hugetlb: possible temporary resv underflow
2026-07-14 11:14 UTC (5+ messages)
[PATCH] fs: push nr_cached_objects memcg gating into individual filesystems
2026-07-14 10:56 UTC (2+ messages)
[PATCH 0/6] mm: batch rmap walks during large folio migration
2026-07-14 10:55 UTC (4+ messages)
[PATCH v2] selftests/mm: Fix memleak in migration benchmark
2026-07-14 10:55 UTC (3+ messages)
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-14 10:54 UTC (15+ messages)
` [RFC PATCH 02/34] ARM: mm: make 2-level pgd_t a scalar
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
[PATCH v2] mm: huge_memory: Fix kobject cleanup in thpsize_create error
2026-07-14 10:54 UTC (2+ messages)
[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
2026-07-14 10:52 UTC (6+ messages)
[PATCH v2] mm/damon/ops-common: prevent migration fallback to non-target nodes
2026-07-14 10:38 UTC
[PATCH] mm: thp: pin the inode across a file folio split
2026-07-14 10:29 UTC (5+ messages)
[PATCH] mm: thp: unlock i_mmap before releasing split folios
2026-07-14 10:26 UTC (9+ messages)
[PATCH 0/2] mm: fix node reclaim swappiness handling
2026-07-14 10:21 UTC (12+ messages)
` [PATCH 1/2] memcg: move mem_cgroup_swappiness to memcontrol.h
` [PATCH 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-14 10:17 UTC (22+ messages)
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
2026-07-14 10:12 UTC (19+ messages)
` [PATCH v4 3/4] swap: apply new pw_queue_on() interface
` [PATCH v4 4/4] slub: "
[PATCH v4 04/11] mm: zswap: add range lookup for large-folio swapin
2026-07-14 10:00 UTC (4+ messages)
[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
2026-07-14 9:59 UTC (7+ messages)
` [PATCH 1/2] mm/page_alloc: don't spin_trylock() in NMI on UP
[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-14 9:49 UTC (10+ messages)
` [PATCH mm-hotfixes v2 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v2 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [PATCH mm-hotfixes v2 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
[PATCH v3 0/2] Two small patches to clean up mm/mm_slot.h
2026-07-14 9:44 UTC (6+ messages)
` [PATCH v3 1/2] mm/mm_slot.h: add a helper function mm_slot_remove
` [PATCH v3 2/2] mm/mm_slot.h: add comments for mm_slot_lookup/insert
[PATCH v2 0/4] mm/page_alloc: couple of followups for recent cleanups
2026-07-14 9:32 UTC (5+ messages)
` [PATCH v2 1/4] mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK
` [PATCH v2 2/4] cgroup/cpuset: update some comments about the page allocator
` [PATCH v2 3/4] mm/page_alloc: fixup alloc_pages_nolock_noprof() comment
` [PATCH v2 4/4] mm/page_alloc: remove a VM_BUG_ON()
[PATCH 00/18] Another attempt at HVO support on arm64
2026-07-14 8:46 UTC (9+ messages)
[PATCH v6 0/9] mm/page_owner: misc cleanups
2026-07-14 8:24 UTC (13+ messages)
` [PATCH v6 1/9] mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skipping
` [PATCH v6 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
` [PATCH v6 3/9] mm: use enum migrate_reason instead of int for migration reason parameters
` [PATCH v6 4/9] mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()
` [PATCH v6 5/9] mm/page_owner: add missing newline to count_threshold format string
` [PATCH v6 6/9] mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()
` [PATCH v6 7/9] mm/page_owner: drop redundant page_owner prefix from static symbols
` [PATCH v6 8/9] mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES boundary
` [PATCH v6 9/9] mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_memcg()
[PATCH 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-14 8:15 UTC (3+ messages)
` [PATCH 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH 2/2] mm/zswap: Support batch writeback in shrink_memcg()
[PATCH v1] mm/kasan: fix swapped read/write lock usage in stack ring
2026-07-14 8:14 UTC
[PATCH v1] mm/damon: remove trailing semicolons after function definitions
2026-07-14 7:53 UTC
[PATCH] mm/memory-tiers: cache top tier nodes
2026-07-14 4:47 UTC (2+ messages)
[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
2026-07-14 6:29 UTC (12+ messages)
` [PATCH v5 4/6] mm/zswap: Implement "
[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
2026-07-14 6:28 UTC (10+ messages)
` [PATCH v2 1/4] mm/migrate: do not migrate folios mapped into VM_LOCKED VMAs under compaction
[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-07-14 6:23 UTC (4+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [External] "
[PATCH 6.18.y v2] mm: shmem: fix potential livelock issue for shmem direct swapin
2026-07-14 6:05 UTC (4+ messages)
` 回复: [External Mail][PATCH "
` 回复: "
[PATCH 0/2] mm/hugetlb: fix list corruption in allocate_file_region_entries()
2026-07-14 5:38 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: add hugetlb_region_cache_race regression test
[PATCH] mm/migrate_device: avoid overflowing migrate_vma collection arrays
2026-07-14 5:30 UTC (12+ messages)
[PATCH slab/for-next-fixes v3 4/4] mm/slab: prevent unbounded recursion in free path with new kmalloc type
2026-07-14 5:17 UTC (3+ messages)
better block swap batching and a different take on swap_ops v5
2026-07-14 5:12 UTC (6+ messages)
` [PATCH 2/7] mm/swap: introduce struct swap_io_ctx
[PATCH stable/linux-6.6.y] mm/memory-failure: fix missing ->mf_stats count when hugetlb folio already poisoned
2026-07-14 5:11 UTC (3+ messages)
[RFC PATCH 00/10] mm/damon/core: hide core-private struct fields
2026-07-14 4:34 UTC (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: hide private damon_region fields
` [RFC PATCH 02/10] mm/damon/core: hide private damon_target fields
` [RFC PATCH 03/10] mm/damon/core: hide private damos_quota_goal fields
` [RFC PATCH 04/10] mm/damon/core: hide private damos_quota fields
` [RFC PATCH 05/10] mm/damon/core: hide private damos_filter fields
` [RFC PATCH 06/10] mm/damon/core: hide private damos fields
` [RFC PATCH 07/10] mm/damon/core: hide private damon_filter fields
` [RFC PATCH 08/10] mm/damon/core: hide private damon_probe fields
` [RFC PATCH 09/10] mm/damon/sysfs: do not directly access damon_ctx->ops
` [RFC PATCH 10/10] mm/damon/core: hide core-private damon_ctx fields
Maintainers Summit 2026 Call for Topics
2026-07-14 4:14 UTC
[PATCH] mm: shmem: make unused huge shrinker memcg aware
2026-07-14 3:19 UTC
[PATCH 1/2] selftests/cgroup: fix missing TAP output in test_hugetlb_memcg
2026-07-14 3:00 UTC (2+ messages)
[PATCH v2 0/5] mm: mincore: misc cleanups
2026-07-14 2:50 UTC (7+ messages)
` [PATCH v2 1/5] mm: mincore: remove special handling for VM_PFNMAP
` [PATCH v2 4/5] mm: mincore: improve mincore_hugetlb()
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-14 2:46 UTC (4+ messages)
` [PATCH v2 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
[PATCH 2/2] selftests/mm: restore hidden hugetlb reservation scenarios
2026-07-14 2:16 UTC
[PATCH v2 2/2] mm/mm_slot.h: clean up macro parameter names in mm_slot_lookup() and mm_slot_insert()
2026-07-14 1:06 UTC (3+ messages)
[PATCH RESEND v4] selftests: mincore: count file-mmap readahead on both sides
2026-07-14 0:53 UTC (2+ messages)
[PATCH] mm/hugetlb: restore failed global reservations to subpool in alloc_hugetlb_folio
2026-07-14 0:51 UTC (4+ messages)
[PATCH v2 2/2] mm/mm_slot.h: clean up macro parameter names in mm_slot_lookup() and mm_slot_insert()
2026-07-14 0:32 UTC (2+ messages)
[PATCH v2 2/2] mm/mm_slot.h: clean up macro parameter names in mm_slot_lookup() and mm_slot_insert()
2026-07-14 0:30 UTC
[PATCH] mm: memcg-v1: make mem_cgroup_oom_notify_cb() return void
2026-07-14 0:27 UTC (2+ messages)
[PATCH v2 1/2] mm/mm_slot.h: add a helper function mm_slot_remove
2026-07-14 0:16 UTC (2+ messages)
[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
2026-07-13 23:50 UTC (4+ messages)
[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-13 23:18 UTC (12+ messages)
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-07-13 21:49 UTC (11+ messages)
[RFC PATCH v2 0/2] kho: support preserving unsplit high-order pages
2026-07-13 21:26 UTC (4+ messages)
` [RFC PATCH v2 1/2] kho: Introduce a helper to init unsplit pages
` [RFC PATCH v2 2/2] kho: Introduce preserve/restore APIs for "
[RFC] virtio_balloon: fix Use-After-Free in page reporting during PM freeze
2026-07-13 19:43 UTC (5+ messages)
[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
2026-07-13 19:31 UTC (2+ messages)
[PATCH v5 0/9] mm/page_owner: misc cleanups
2026-07-13 19:27 UTC (7+ messages)
` [PATCH v5 9/9] mm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TOCTOU VM_BUG_ON
[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
2026-07-13 17:47 UTC (5+ messages)
[Update] mm-next status 2026/07/13
2026-07-13 17:29 UTC
[PATCH RFC 00/13] mm/swap: introduce priority queue to remove global cluster cache and plist
2026-07-13 17:25 UTC (14+ messages)
` [PATCH RFC 01/13] mm/swap: remove unused parameter for reading swap header
` [PATCH RFC 02/13] mm/swap: slightly cleanup the code for hibernation error handling
` [PATCH RFC 03/13] mm/swap: cleanup and document swap device availability flag usage
` [PATCH RFC 04/13] mm/swap: introduce swap device iteration helper
` [PATCH RFC 05/13] mm/swap: change the swapon lock into a percpu rwsem
` [PATCH RFC 06/13] mm/swap: remove swapon mutex and update proc reader
` [PATCH RFC 07/13] mm/swap: consolidate swap inuse accounting helpers
` [PATCH RFC 08/13] mm/swap: change back to use each swap device's percpu cluster
` [PATCH RFC 09/13] mm/swap: add priority queue for swap device allocation
` [PATCH RFC 10/13] mm/swap: remove available list
` [PATCH RFC 11/13] mm/swap: perform sync discard on single device more proactively
` [PATCH RFC 12/13] mm/swap: drop swap active plist
` [PATCH RFC 13/13] lib/plist.c: remove requeue function
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