[PATCH v3] mm/page_alloc: replace kernel_init_pages() with batch page clearing
2026-04-22 10:26 UTC
[PATCH] mm: prepare anon_vma before swapin rmap
2026-04-22 10:20 UTC (8+ messages)
[PATCH] mm: limit filemap_fault readahead to VMA boundaries
2026-04-22 10:14 UTC (2+ messages)
[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
2026-04-22 10:00 UTC (11+ messages)
` [RFC PATCH v2 2/5] iomap: Add initial support for buffered RWF_WRITETHROUGH
[RFC PATCH] mm/hugetlb_cma: round up per_node before logging it
2026-04-22 9:49 UTC (3+ messages)
[PATCH v2 00/53] make MM selftests more CI friendly
2026-04-22 9:38 UTC (7+ messages)
` [PATCH v2 06/53] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH v2 16/53] selftests/mm: protection_keys: use kselftest framework
[PATCH v4 0/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
2026-04-22 9:28 UTC (9+ messages)
` [PATCH v4 1/2] mm: move overlap memory map init check to memmap_init()
` [PATCH v4 2/2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
2026-04-22 9:27 UTC (12+ messages)
[PATCH v2] mm/fake-numa: fix under-allocation detection in uniform split
2026-04-22 9:26 UTC (7+ messages)
[syzbot] Monthly mm report (Apr 2026)
2026-04-22 9:08 UTC
[PATCH mm-stable v3] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
2026-04-22 9:00 UTC (4+ messages)
[linus:master] [mm] c6307674ed: BUG:sleeping_function_called_from_invalid_context_at_mm/vmalloc.c
2026-04-22 8:32 UTC (7+ messages)
` [PATCH] rhashtable: Check for vmalloc in emergency rehash error path
[PATCH v8 0/2] kho: add support for deferred struct page init
2026-04-22 8:24 UTC (9+ messages)
` [PATCH v8 1/2] kho: fix deferred initialization of scratch areas
[PATCH v4 0/5] mm: Fix vmemmap optimization accounting and initialization
2026-04-22 8:14 UTC (6+ messages)
` [PATCH v4 1/5] mm/sparse-vmemmap: Fix vmemmap accounting underflow
` [PATCH v4 2/5] mm/sparse-vmemmap: Pass @pgmap argument to memory deactivation paths
` [PATCH v4 3/5] mm/sparse-vmemmap: Fix DAX vmemmap accounting with optimization
` [PATCH v4 4/5] mm/mm_init: Fix pageblock migratetype for ZONE_DEVICE compound pages
` [PATCH v4 5/5] mm/mm_init: Fix uninitialized struct pages for ZONE_DEVICE
[PATCH v3 0/2] selftests/mm: clean up build output and verbosity
2026-04-22 8:04 UTC (3+ messages)
` [PATCH v3 1/2] selftests/mm: respect build verbosity settings for 32/64-bit targets
` [PATCH v3 2/2] selftests/mm: suppress compiler error in liburing check
[BUG] WARNING in workingset_activation triggered by KVM page fault path on Linux 7.0.0-08391-g1d51b370a0f8
2026-04-22 7:44 UTC (5+ messages)
` 回复: "
[PATCH v2] mm/page_alloc: fix initialization of tags of the huge zero folio with init_on_free
2026-04-22 7:32 UTC (3+ messages)
[RFC PATCH] mm/hmm: Add userfaultfd support to fault handling
2026-04-22 7:27 UTC (2+ messages)
[PATCH v1 0/3] mm: process_mrelease: expedite clean file folio reclaim and add auto-kill
2026-04-22 7:22 UTC (5+ messages)
` [PATCH v1 1/3] mm: process_mrelease: expedite clean file folio reclaim via mmu_gather
` [PATCH v1 2/3] mm: process_mrelease: skip LRU movement for exclusive file folios
` [PATCH v1 3/3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
[PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
2026-04-22 7:19 UTC (5+ messages)
[PATCH RFC] mm, slab: add an optimistic __slab_try_return_freelist()
2026-04-22 7:09 UTC (2+ messages)
[RFC PATCH v2] mm: Improve pgdat_balanced() to avoid over-reclamation for higher-order allocation
2026-04-22 6:58 UTC (2+ messages)
[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
2026-04-22 6:54 UTC (21+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH RFC v3 02/19] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH RFC v3 03/19] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH RFC v3 04/19] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH RFC v3 05/19] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH RFC v3 06/19] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH RFC v3 07/19] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH RFC v3 08/19] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH RFC v3 09/19] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH RFC v3 10/19] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH RFC v3 11/19] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH RFC v3 12/19] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH RFC v3 13/19] virtio_balloon: a hack to enable host-zeroed page optimization
` [PATCH RFC v3 14/19] mm: page_reporting: add flush parameter with page budget
` [PATCH RFC v3 15/19] mm: add free_frozen_pages_zeroed
` [PATCH RFC v3 16/19] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH RFC v3 17/19] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH RFC v3 18/19] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH RFC v3 19/19] virtio_balloon: mark deflated pages as zeroed
[PATCH v3] mm: shmem: always support large folios for internal shmem mount
2026-04-22 6:28 UTC (9+ messages)
[PATCH v2] mm/filemap: avoid costly reclaim for high-order folio allocations
2026-04-22 6:07 UTC (4+ messages)
[PATCH v2] mm/page_alloc: use batch page clearing in kernel_init_pages()
2026-04-22 4:58 UTC (6+ messages)
[PATCH] mm/damon/sysfs-schemes: fix use-after-free on memcg_path and goal path
2026-04-22 4:35 UTC (4+ messages)
[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
2026-04-22 4:15 UTC (8+ messages)
` [RFC PATCH v6 2/5] mm: migrate: Add migrate_misplaced_folios_batch()
[PATCH v4 0/3] mm/memory-failure: add panic option for unrecoverable pages
2026-04-22 3:43 UTC (8+ messages)
` [PATCH v4 1/3] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v4 2/3] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v4 3/3] Documentation: document panic_on_unrecoverable_memory_failure sysctl
[RFC PATCH v2 0/8] kvfree_rcu() improvements
2026-04-22 3:11 UTC (12+ messages)
` [PATCH 2/8] fs/dcache: use rcu_ptr instead of rcu_head for external names
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH 7/8] mm/slab: introduce deferred submission of rcu sheaves
[PATCH v5 00/21] Virtual Swap Space
2026-04-22 2:18 UTC (3+ messages)
[PATCH v4 0/3] mm/swap: use swap_ops to register swap device's methods
2026-04-22 1:48 UTC (4+ messages)
` [PATCH v4 2/3] "
[RFC PATCH 0/2] mm/migrate: wait for folio refcount during longterm pin migration
2026-04-22 1:46 UTC (4+ messages)
[syzbot] [mm?] possible deadlock in rhashtable_free_and_destroy
2026-04-22 1:21 UTC (3+ messages)
[RFC PATCH v2 0/4] mm/zsmalloc: reduce zs_free() latency on swap release path
2026-04-22 0:34 UTC (13+ messages)
` [RFC PATCH v2 1/4] mm:zsmalloc: drop class lock before freeing zspage
` [RFC PATCH v2 2/4] mm/zsmalloc: introduce zs_free_deferred() for async handle freeing
` [RFC PATCH v2 3/4] zram: defer zs_free() in swap slot free notification path
` [RFC PATCH v2 4/4] mm/zswap: defer zs_free() in zswap_invalidate() path
[PATCH] fs/coredump: reduce redundant log noise in validate_coredump_safety
2026-04-22 0:34 UTC (2+ messages)
` 答复: "
[PATCH] percpu: Fix hint invariant breakage
2026-04-22 0:12 UTC (3+ messages)
[PATCH v3 1/3] percpu: Fix wrong chunk hints update
2026-04-22 0:04 UTC (6+ messages)
` [PATCH v3 2/3] percpu: Do not trust hint starts when they are not set
` [PATCH v3 3/3] percpu: Fix hint invariant breakage
[syzbot] [mm?] BUG: sleeping function called from invalid context in __zap_vma_range
2026-04-21 20:56 UTC (3+ messages)
[PATCH v2 1/3] Documentation: adopt new coding style of type-aware kmalloc-family
2026-04-21 19:50 UTC
[LSF/MM/BPF TOPIC] MM transition
2026-04-21 19:25 UTC (2+ messages)
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
2026-04-21 19:20 UTC (6+ messages)
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
[PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
2026-04-21 19:13 UTC (3+ messages)
[RFC PATCH] selftests/mm: use pattern matching in .gitignore
2026-04-21 18:30 UTC
[PATCH 0/2] Documentation/binfmt-misc.rst: Clarify "P" flag
2026-04-21 17:29 UTC (2+ messages)
[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
2026-04-21 17:23 UTC (5+ messages)
` [PATCH v3 03/12] mm/huge_memory: move THP gfp limit helper into header
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-21 17:08 UTC (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH RFC v2 00/18] mm/virtio: skip redundant zeroing of host-zeroed reported pages
2026-04-21 16:59 UTC (24+ messages)
` [PATCH RFC v2 02/18] mm: add pghint_t type and vma_alloc_folio_hints API
` [PATCH RFC v2 11/18] mm: skip zeroing in vma_alloc_zeroed_movable_folio for pre-zeroed pages
` [PATCH RFC v2 17/18] mm: add free_frozen_pages_hint and put_page_hint APIs
[PATCH RFC] rust: maple_tree: implement Send and Sync for MapleTree
2026-04-21 15:54 UTC (3+ messages)
[PATCH] docs/mm: clarify that we are not looking for LLM generated content
2026-04-21 15:15 UTC (2+ messages)
[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
2026-04-21 15:06 UTC (4+ messages)
` [PATCH 1/4] rust: sizes: add SZ_4G constant
[PATCH v2] mm/damon/sysfs-schemes: fix use-after-free on memcg_path and goal path
2026-04-21 15:01 UTC (2+ messages)
[PATCH] mm/sparse: remove unnecessary NULL check before allocating mem_section
2026-04-21 14:49 UTC (2+ messages)
[PATCH v2 0/6] s390/mm: Batch PTE updates in lazy MMU mode
2026-04-21 14:25 UTC (8+ messages)
` [PATCH v2 1/6] mm: Make lazy MMU mode context-aware
[PATCH 0/2] mm/kmemleak: dedupe verbose scan output
2026-04-21 13:45 UTC (3+ messages)
` [PATCH 1/2] mm/kmemleak: dedupe verbose scan output by allocation backtrace
` [PATCH 2/2] selftests/mm: add kmemleak verbose dedup test
[PATCH] mm/sparse: Fix race on mem_section->usage in pfn walkers
2026-04-21 13:40 UTC (6+ messages)
[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
2026-04-21 11:22 UTC (3+ messages)
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
[PATCH mm-hotfixes] mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()
2026-04-21 11:02 UTC (3+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox