[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-01-29 11:27 UTC (5+ messages)
` [PATCH v6 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v6 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v6 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v6 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
2026-01-29 11:25 UTC (2+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-29 11:10 UTC (13+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH net-next 0/3] net/smc: buffer allocation and registration improvements
2026-01-29 11:03 UTC (13+ messages)
` [PATCH net-next 2/3] mm: vmalloc: export find_vm_area()
[PATCH] slub: avoid list_lock contention from __refill_objects_any()
2026-01-29 10:56 UTC (5+ messages)
[PATCH v3 0/2] SEV-SNP Unaccepted Memory Hotplug
2026-01-29 10:40 UTC (8+ messages)
` [PATCH v3 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
` [PATCH v3 2/2] x86/sev: Add support to unaccept memory after hot-remove
[PATCH] mm/damon: unify address range representation with damon_addr_range
2026-01-29 10:08 UTC
[PATCH mm-new v5 0/5] Improve khugepaged scan logic
2026-01-29 9:18 UTC (8+ messages)
` [PATCH mm-new v5 2/5] mm: khugepaged: refine scan progress number
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
2026-01-29 9:16 UTC (20+ messages)
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list
` [PATCH v4 18/22] slab: refill sheaves from all nodes
` [PATCH v4 20/22] slab: remove frozen slab checks from __slab_free()
` [PATCH v4 21/22] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v4 22/22] mm/slub: cleanup and repurpose some "
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-01-29 8:50 UTC (6+ messages)
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
[vbabka:b4/sheaves-for-all-rebased] [slab] aa8fdb9e25: will-it-scale.per_process_ops 46.5% regression
2026-01-29 8:47 UTC (4+ messages)
[PATCH v26 00/28] riscv control-flow integrity for usermode
2026-01-29 8:42 UTC (4+ messages)
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall
[PATCH v2 00/12] mm, swap: swap table phase III: remove swap_map
2026-01-29 8:35 UTC (17+ messages)
` [PATCH v2 01/12] mm, swap: protect si->swap_file properly and use as a mount indicator
` [PATCH v2 02/12] mm, swap: clean up swapon process and locking
` [PATCH v2 03/12] mm, swap: remove redundant arguments and locking for enabling a device
` [PATCH v2 04/12] mm, swap: consolidate bad slots setup and make it more robust
` [PATCH v2 05/12] mm/workingset: leave highest bits empty for anon shadow
` [PATCH v2 06/12] mm, swap: implement helpers for reserving data in the swap table
` [PATCH v2 07/12] mm, swap: mark bad slots in swap table directly
` [PATCH v2 08/12] mm, swap: simplify swap table sanity range check
` [PATCH v2 09/12] mm, swap: use the swap table to track the swap count
` [PATCH v2 10/12] mm, swap: no need to truncate the scan border
` [PATCH v2 11/12] mm, swap: simplify checking if a folio is swapped
` [PATCH v2 12/12] mm, swap: no need to clear the shadow explicitly
[PATCH v2 0/3] Convert 64-bit x86/mm/pat to ptdescs
2026-01-29 8:08 UTC (6+ messages)
` [PATCH v2 1/3] x86/mm/pat: Convert pte code to use ptdescs
` [PATCH v2 2/3] x86/mm/pat: Convert pmd "
` [PATCH v2 3/3] x86/mm/pat: Convert split_large_page() "
[PATCHv5 00/17] mm: Eliminate fake head pages from vmemmap optimization
2026-01-29 7:03 UTC (25+ messages)
` [PATCHv5 01/17] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv5 02/17] mm: Change the interface of prep_compound_tail()
` [PATCHv5 03/17] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv5 04/17] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv5 05/17] riscv/mm: Align vmemmap to maximal folio size
` [PATCHv5 06/17] LoongArch/mm: "
` [PATCHv5 07/17] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv5 08/17] mm: Make page_zonenum() use head page
` [PATCHv5 09/17] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv5 10/17] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv5 11/17] mm/hugetlb: Remove fake head pages
` [PATCHv5 12/17] mm: Drop fake head checks
` [PATCHv5 13/17] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv5 14/17] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv5 15/17] mm: Remove the branch from compound_head()
` [PATCHv5 16/17] hugetlb: Update vmemmap_dedup.rst
` [PATCHv5 17/17] mm/slab: Use compound_head() in page_slab()
Subject: Regression: CONFIG_ASYNC_KERNEL_PGTABLE_FREE causes memory exhaustion and stalls on busy Cascade Lake server (6.18.7 only)
2026-01-29 6:10 UTC
[PATCH] mm: Refactor vma_map_pages to use vm_insert_pages
2026-01-29 4:44 UTC (4+ messages)
[PATCH bpf-next] mm/bpf_memcontrol: Add missing newline in pr_warn message
2026-01-29 3:50 UTC
[PATCH v4 00/54] tree-in-dcache stuff
2026-01-29 3:23 UTC (10+ messages)
[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
2026-01-29 3:04 UTC (7+ messages)
` [PATCHv4 09/14] mm/hugetlb: Remove fake head pages
[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
2026-01-29 2:48 UTC (12+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
[PATCH v3] mm/shmem, swap: fix race of truncate and swap entry split
2026-01-29 2:27 UTC (5+ messages)
[PATCH v5 0/5] support batch checking of references and unmapping for large folios
2026-01-29 1:42 UTC (4+ messages)
` [PATCH v5 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
[PATCH v3 00/13] Remove device private pages from physical address space
2026-01-29 1:06 UTC (10+ messages)
` [PATCH v3 01/13] mm/migrate_device: Introduce migrate_pfn_from_page() helper
` [PATCH v3 02/13] drm/amdkfd: Use migrate pfns internally
` [PATCH v3 04/13] mm/migrate_device: Add migrate PFN flag to track device private pages
` [PATCH v3 13/13] mm: Remove device private pages from the physical address space
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-29 0:47 UTC (11+ messages)
` [PATCH v3 3/6] xfs: add per-inode AG prediction map and dirty-AG bitmap
` [PATCH v3 2/6] xfs: add helpers to pack AG prediction info for per-folio tracking
` [PATCH v3 4/6] xfs: tag folios with AG number during buffered write via iomap attach hook
[PATCH v3 0/3] mm: fix oom-killer not being invoked when demotion is enabled
2026-01-29 0:44 UTC (9+ messages)
` [PATCH v3 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
[PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
2026-01-29 0:40 UTC (3+ messages)
[PATCH] mm: cma: Fix stub for cma_skip_dt_default_reserved_mem()
2026-01-28 23:31 UTC (3+ messages)
[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
2026-01-28 21:18 UTC (10+ messages)
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
[PATCH bpf-next v3 00/17] mm: BPF OOM
2026-01-28 20:21 UTC (25+ messages)
` [PATCH bpf-next v3 01/17] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH bpf-next v3 02/17] bpf: allow attaching struct_ops to cgroups
` [PATCH bpf-next v3 07/17] mm: introduce BPF OOM struct ops
` [PATCH bpf-next v3 09/17] mm: introduce bpf_out_of_memory() BPF kfunc
[PATCH 0/3] Convert x86/mm/pat to ptdescs
2026-01-28 19:17 UTC (3+ messages)
[PATCH v11 8/8] mm: folio_zero_user: cache neighbouring pages
2026-01-28 18:59 UTC (6+ messages)
` [PATCH] mm: folio_zero_user: open code range computation in folio_zero_user()
` [PATCH v2] "
[PATCH v4 00/10] mm: add and use vma_assert_stabilised() helper
2026-01-28 18:52 UTC (13+ messages)
` [PATCH v4 04/10] mm/vma: add+use vma lockdep acquire/release defines
` [PATCH v4 08/10] mm/vma: improve and document __is_vma_write_locked()
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-28 16:44 UTC (10+ messages)
` [PATCH v2 07/13] mm: update secretmem to use VMA flags on mmap_prepare
[PATCH v16 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-01-28 16:40 UTC (4+ messages)
` [PATCH v16 1/2] ACPI:RAS2: Add driver for the "
[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
2026-01-28 16:38 UTC (3+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
[PATCH 00/21] mm: ASI direct map management
2026-01-28 16:29 UTC (7+ messages)
` [PATCH 06/21] mm/page_alloc: add __GFP_SENSITIVE and always set it
[PATCH v2 00/29] maple_tree: Replace big node with maple copy
2026-01-28 14:56 UTC (6+ messages)
` [PATCH v2 22/29] maple_tree: Use maple copy node for mas_wr_rebalance() operation
[PATCH v8 0/3] Optimize zone->contiguous update and issue fix
2026-01-28 14:16 UTC (18+ messages)
` [PATCH v8 1/3] mm/memory hotplug: Fix zone->contiguous always false when hotplug
` [PATCH v8 2/3] mm/memory hotplug/unplug: Add online_memory_block_pages() and offline_memory_block_pages()
` [PATCH v8 3/3] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH] rust: page: add `from_raw()`
2026-01-28 14:14 UTC (3+ messages)
[PATCH v10 01/15] set_memory: set_direct_map_* to take address
2026-01-28 12:18 UTC (2+ messages)
[PATCH 0/2] liveupdate: fixes in error handling
2026-01-28 11:37 UTC (5+ messages)
` [PATCH 1/2] liveupdate: luo_file: do not clear serialized_data on unfreeze
` [PATCH 2/2] liveupdate: luo_file: remember retrieve() status
[PATCH v8] mm/page_alloc: boost watermarks on atomic allocation failure
2026-01-28 9:32 UTC
[PATCH v2] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
2026-01-28 7:12 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 4f938c7d3b25d87b356af4106c2682caf8c835a2
2026-01-28 6:07 UTC
[PATCH v3 0/3] Only free healthy pages in high-order has_hwpoisoned folio
2026-01-28 5:20 UTC (4+ messages)
` [PATCH v3 3/3] mm/memory-failure: refactor page_handle_poison()
[syzbot] [block?] possible deadlock in blkdev_read_iter
2026-01-28 3:41 UTC (7+ messages)
[PATCH v5 0/2] Generalize vmemmap_populate_hugepages to sparc
2026-01-28 3:25 UTC (4+ messages)
` [PATCH v5 1/2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
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