[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
2026-01-16 14:40 UTC (18+ messages)
` [PATCH v3 01/21] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH v3 02/21] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v3 03/21] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH v3 04/21] mm/slab: make caches with sheaves mergeable
` [PATCH v3 05/21] slab: add sheaves to most caches
` [PATCH v3 06/21] slab: introduce percpu sheaves bootstrap
` [PATCH v3 07/21] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v3 08/21] slab: handle kmalloc sheaves bootstrap
` [PATCH v3 09/21] slab: add optimized sheaf refill from partial list
` [PATCH v3 10/21] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v3 11/21] slab: remove SLUB_CPU_PARTIAL
` [PATCH v3 12/21] slab: remove the do_slab_free() fastpath
` [PATCH v3 13/21] slab: remove defer_deactivate_slab()
` [PATCH v3 14/21] slab: simplify kmalloc_nolock()
` [PATCH v3 15/21] slab: remove struct kmem_cache_cpu
` [PATCH v3 18/21] slab: update overview comments
` [PATCH v3 21/21] mm/slub: cleanup and repurpose some stat items
[PATCH v5 0/5] support batch checking of references and unmapping for large folios
2026-01-16 14:28 UTC (12+ messages)
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file "
[PATCH] mm/page_alloc: Fix freeing of failed-split poisoned compound pages
2026-01-16 14:11 UTC (2+ messages)
[PATCH 0/2] add and use vma_assert_stabilised() helper
2026-01-16 14:03 UTC (7+ messages)
` [PATCH 1/2] mm/vma: add vma_is_*_locked() helpers
` [PATCH 2/2] mm: add + use vma_is_stabilised(), vma_assert_stabilised() helpers
` [syzbot ci] Re: add and use vma_assert_stabilised() helper
[PATCH RESEND 0/3] add and use vma_assert_stabilised() helper
2026-01-16 13:36 UTC (4+ messages)
` [PATCH RESEND 1/3] locking: add rwsem_is_write_locked(), update non-lockdep asserts
` [PATCH RESEND 2/3] mm/vma: add vma_is_*_locked() helpers
` [PATCH RESEND 3/3] mm: add + use vma_is_stabilised(), vma_assert_stabilised() helpers
[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
2026-01-16 13:35 UTC (8+ messages)
` [PATCH v8 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v8 02/14] kasan: arm64: x86: Make special tags arch specific
` [PATCH v8 04/14] x86/kasan: Add arch specific kasan functions
[PATCH 2/2] mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
2026-01-16 13:28 UTC (2+ messages)
` [PATCH] mm-kasan-kunit-extend-vmalloc-oob-tests-to-cover-vrealloc-fix
KASAN vs realloc
2026-01-16 13:26 UTC (4+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
[PATCH] selftests/mm: remove virtual_address_range test
2026-01-16 13:20 UTC
[PATCH v6 0/5] Enable THP support in drm_pagemap
2026-01-16 13:10 UTC (9+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
` [PATCH v6 2/5] drm/pagemap: Unlock and put folios when possible
` [PATCH v6 3/5] drm/pagemap: Add helper to access zone_device_data
` [PATCH v6 4/5] drm/pagemap: Correct cpages calculation for migrate_vma_setup
` [PATCH v6 5/5] drm/pagemap: Enable THP support for GPU memory migration
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-01-16 12:53 UTC (24+ messages)
` [PATCH v3 04/30] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v3 17/30] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v3 18/30] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v3 23/30] mm: do not open-code lruvec lock
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-16 12:36 UTC (28+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 12/29] udf: "
` [PATCH 18/29] ocfs2: "
` [PATCH 22/29] jfs: "
` [PATCH 24/29] isofs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
2026-01-16 12:19 UTC (4+ messages)
[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
2026-01-16 11:58 UTC (8+ messages)
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH] kho: skip memoryless NUMA nodes when reserving scratch areas
2026-01-16 11:57 UTC (2+ messages)
[PATCH v2] kho: init alloc tags when restoring pages from reserved memory
2026-01-16 11:26 UTC (6+ messages)
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-16 11:24 UTC (29+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 02/20] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 08/20] slab: add optimized sheaf refill from partial list
[PATCH v2 0/2] kho: clean up page initialization logic
2026-01-16 11:22 UTC (3+ messages)
` [PATCH v2 1/2] kho: use unsigned long for nr_pages
` [PATCH v2 2/2] kho: simplify page initialization in kho_restore_page()
[PATCH mm-unstable] mm: Fix uffd-wp bit loss when batching file folio unmapping
2026-01-16 11:12 UTC (8+ messages)
[PATCH v3] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
2026-01-16 10:58 UTC (5+ messages)
[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2026-01-16 10:57 UTC (5+ messages)
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow
[PATCH 0/3] Migrate on fault for device pages
2026-01-16 10:39 UTC (6+ messages)
` [PATCH 1/3] mm: unified hmm fault and migrate device pagewalk paths
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-16 10:08 UTC (7+ messages)
` [PATCH v3 1/6] iomap: add write ops hook to attach metadata to folios
` [PATCH v3 2/6] xfs: add helpers to pack AG prediction info for per-folio tracking
` [PATCH v3 3/6] xfs: add per-inode AG prediction map and dirty-AG bitmap
` [PATCH v3 4/6] xfs: tag folios with AG number during buffered write via iomap attach hook
` [PATCH v3 5/6] xfs: add per-AG writeback workqueue infrastructure
` [PATCH v3 6/6] xfs: offload writeback by AG using per-inode dirty bitmap and per-AG workers
[PATCH 16/28] maple_tree: Start using maple copy node for destination
2026-01-16 9:36 UTC (2+ messages)
[PATCH v2] slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
2026-01-16 9:16 UTC (9+ messages)
[PATCH] mm: vmscan: add skipexec mode not to reclaim pages with VM_EXEC vma flag
2026-01-16 8:53 UTC (3+ messages)
[PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr
2026-01-16 8:42 UTC (4+ messages)
[akpm-mm:mm-unstable /301] net/core/page_pool.c:713:71: sparse: sparse: incorrect type in argument 1 (different base types)
2026-01-16 8:41 UTC
[PATCH v2 08/10] mm/vma: Use unmap_desc in exit_mmap() and vms_clear_ptes()
2026-01-16 8:27 UTC (4+ messages)
[PATCH 0/3] nodemask: align nodes_and{,not} with underlying bitmap ops
2026-01-16 7:59 UTC (3+ messages)
` [PATCH 3/3] cgroup: use nodes_and() output where appropriate
[PATCH 10/28] maple_tree: Introduce maple_copy node and use it in mas_spanning_rebalance()
2026-01-16 7:45 UTC (2+ messages)
[PATCH v8 0/2] mm/vmscan: select the closest preferred node in demote_folio_list()
2026-01-16 7:00 UTC (4+ messages)
` [PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
[PATCH v5 0/5] Enable THP support in drm_pagemap
2026-01-16 6:35 UTC (9+ messages)
` [PATCH v5 1/5] mm/zone_device: Reinitialize large zone device private folios
[akpm-mm:mm-unstable 101/288] net/core/netmem_priv.h:19:73: sparse: sparse: incorrect type in argument 1 (different base types)
2026-01-16 6:29 UTC
[PATCH 1/1] Restore swap_space attr aviod krn panic
2026-01-16 6:25 UTC (2+ messages)
` [PATCH v2 1/1] mm, swap: "
[RFC PATCH] zsmalloc: make common caches global
2026-01-16 5:52 UTC (2+ messages)
[PATCH] mm/damon/core: reinitialize when passed_sample_intervals occurred overflow
2026-01-16 5:07 UTC
[PATCH 0/3 v2] improve fadvise(POSIX_FADV_WILLNEED) with large folio
2026-01-16 4:41 UTC (5+ messages)
` [PATCH 3/3] mm/readahead: try to allocate high order pages for FADVISE_FAV_WILLNEED
[PATCH v4.1 03/10] x86/entry/vdso: refactor the vdso build
2026-01-16 3:58 UTC (2+ messages)
[PATCH v7 0/2] Make KHO Stateless
2026-01-16 3:44 UTC (3+ messages)
` [PATCH v7 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v7 2/2] kho: Remove finalize state and clients
[PATCH V1 6.1.y] Revert "mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()"
2026-01-16 3:38 UTC
[PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
2026-01-16 3:27 UTC (4+ messages)
` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting
[PATCH 1/2] mm/damon/core: modified and tunning damon_split_regions_of()
2026-01-16 3:18 UTC (2+ messages)
[PATCH v18 00/12] Support page table check on PowerPC
2026-01-16 3:13 UTC (7+ messages)
[PATCH] percpu: add basic double free check
2026-01-16 2:56 UTC (5+ messages)
[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
2026-01-16 2:45 UTC (6+ messages)
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based numa balancing
[PATCHv3 00/15] mm: Eliminate fake head pages from vmemmap optimization
2026-01-16 2:38 UTC (5+ messages)
` [PATCHv3 10/15] mm/hugetlb: Remove fake head pages
[linux-next:master] BUILD REGRESSION 9b7977f9e39b7768c70c2aa497f04e7569fd3e00
2026-01-16 2:36 UTC
[PATCH v2] percpu: add basic double free check
2026-01-16 2:32 UTC
[PATCH 1/1] Docs/mm/allocation-profiling: describe sysctrl limitations in debug mode
2026-01-16 2:18 UTC (2+ messages)
[PATCH 3/3] mm/hugetlb: Enforce brace style
2026-01-16 1:54 UTC (5+ messages)
[PATCH 2/3] mm/hugetlb: Remove unnecessary if condition
2026-01-16 1:39 UTC (2+ messages)
[PATCH v1 1/1] mm/khugepaged: move tlb_remove_table_sync_one out from under PTL
2026-01-16 1:25 UTC (5+ messages)
[PATCH 3/5] mm: hugetlb: optimize replace_free_hugepage_folios()
2026-01-16 0:58 UTC (4+ messages)
` [PATCH v2 "
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-16 0:00 UTC (12+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v4 2/3] genirq: Fixed-delay Global Software Interrupt Moderation (GSIM)
2026-01-15 23:53 UTC
[PATCH V2 0/5] mm/khugepaged: cleanups and scan limit fix
2026-01-15 23:51 UTC (5+ messages)
` [PATCH V2 3/5] mm/khugepaged: change collapse_pte_mapped_thp() to return void
` [PATCH V2 4/5] mm/khugepaged: use enum scan_result for result variables and return types
[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
2026-01-15 23:39 UTC (2+ messages)
[PATCH 2/2] zram: fixup read_block_state()
2026-01-15 23:25 UTC (4+ messages)
[PATCH v6 0/2] Make KHO Stateless
2026-01-15 23:00 UTC (3+ messages)
` [PATCH v6 1/2] kho: Adopt radix tree for preserved memory tracking
` [PATCH v6 2/2] kho: Remove finalize state and clients
[PATCH v2] alloc_tag: fix rw permission issue when handling boot parameter
2026-01-15 22:56 UTC (5+ messages)
[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
2026-01-15 22:30 UTC (8+ messages)
[PATCH v4 3/3] genirq: Adaptive Global Software Interrupt Moderation (GSIM)
2026-01-15 22:09 UTC (2+ messages)
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-15 22:09 UTC (9+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
[PATCH 2/3] mm/hugetlb: Remove unnecessary if condition
2026-01-15 22:04 UTC (4+ messages)
[PATCH] mm: fix VM_WARN_ONCE indentation in page_alloc.c
2026-01-15 21:34 UTC (3+ messages)
[PATCH v2 0/2] Register device memory for poison handling
2026-01-15 21:20 UTC (3+ messages)
` [PATCH v2 2/2] vfio/nvgrace-gpu: register "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox