linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/11] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-21 16:49 UTC  (12+ messages)
` [PATCH v3 01/11] mm: Relocate the page table ceiling and floor definitions
` [PATCH v3 02/11] mm/mmap: Move exit_mmap() trace point
` [PATCH v3 03/11] mm/mmap: Abstract vma clean up from exit_mmap()
` [PATCH v3 04/11] mm/vma: Add limits to unmap_region() for vmas
` [PATCH v3 05/11] mm/memory: Add tree limit to free_pgtables()
` [PATCH v3 06/11] mm/vma: Add page table limit to unmap_region()
` [PATCH v3 07/11] mm: Change dup_mmap() recovery
` [PATCH v3 08/11] mm: Introduce unmap_desc struct to reduce function arguments
` [PATCH v3 09/11] mm/vma: Use unmap_desc in exit_mmap() and vms_clear_ptes()
` [PATCH v3 10/11] mm/vma: Use unmap_region() in vms_clear_ptes()
` [PATCH v3 11/11] mm: Use unmap_desc struct for freeing page tables

[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-21 16:35 UTC  (20+ messages)
` [PATCHv4 01/14] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv4 02/14] mm: Change the interface of prep_compound_tail()
` [PATCHv4 03/14] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv4 04/14] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv4 05/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv4 06/14] mm: Make page_zonenum() use head page
` [PATCHv4 07/14] mm/sparse: Check memmap alignment for compound_info_has_mask()
` [PATCHv4 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv4 09/14] mm/hugetlb: Remove fake head pages
` [PATCHv4 10/14] mm: Drop fake head checks
` [PATCHv4 11/14] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv4 12/14] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv4 13/14] mm: Remove the branch from compound_head()
` [PATCHv4 14/14] hugetlb: Update vmemmap_dedup.rst

[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
 2026-01-21 16:35 UTC  (8+ messages)

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-21 16:22 UTC  (29+ messages)
` [PATCH v3 05/21] slab: add sheaves to most caches
` [PATCH v3 06/21] slab: introduce percpu 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 15/21] slab: remove struct kmem_cache_cpu
` [PATCH v3 16/21] slab: remove unused PREEMPT_RT specific macros

[PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
 2026-01-21 16:01 UTC  (4+ messages)
` [PATCH] mm-kasan-fix-kasan-poisoning-in-vrealloc-fix

Possible KCSAN/lockdep issue in -next barns
 2026-01-21 15:58 UTC  (5+ messages)

[PATCH] mm: bail out when meet the goal of proactive memcg reclaim
 2026-01-21 15:54 UTC  (3+ messages)

[akpm-mm:mm-new 414/422] include/linux/hugetlb_inline.h:16:16: sparse: sparse: dereference of noderef expression
 2026-01-21 15:44 UTC 

[PATCH] mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
 2026-01-21 15:28 UTC  (2+ messages)

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 15:18 UTC  (26+ messages)

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-01-21 14:58 UTC  (6+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim
` [RFC PATCH -next 5/7] mm/mglru: combine shrink_many into shrink_node_memcgs

[PATCH v4] kho: kexec-metadata: track previous kernel chain
 2026-01-21 14:50 UTC 

[PATCH v3] kho: init alloc tags when restoring pages from reserved memory
 2026-01-21 14:34 UTC 

[PATCH] maple_tree: Add dead node check in mas_dup_alloc()
 2026-01-21 13:52 UTC  (4+ messages)
` [PATCH v2] maple_tree: Add lockdep assertion "

[PATCH v2 0/8] Various mm kselftests improvements/fixes
 2026-01-21 13:45 UTC  (7+ messages)
` [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails

[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
 2026-01-21 13:21 UTC  (9+ messages)

[PATCH v2] slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
 2026-01-21 13:17 UTC  (7+ messages)

[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
 2026-01-21 12:41 UTC  (11+ messages)

[RFC PATCH 0/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
 2026-01-21 12:39 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/lru_gen: refactor to extract helper functions
` [RFC PATCH 2/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
` [RFC PATCH 3/3] docs/cgroup: document memory.lru_gen interface

[PATCH v2 0/3] selftests/mm: add memory failure selftests
 2026-01-21 12:30 UTC  (6+ messages)
` [PATCH v2 1/3] selftests/mm: add memory failure anonymous page test

[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21 12:29 UTC  (13+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag

[PATCH] mm/huge_memory: Fix iterator variable usage after swap()
 2026-01-21 12:28 UTC  (3+ messages)

[PATCH v1 0/2] mm: move pte table reclaim code to memory.c
 2026-01-21 12:08 UTC  (4+ messages)
` [PATCH v1 1/2] "

[PATCH] mm/pagewalk: use min() to simplify the code
 2026-01-21 12:05 UTC  (2+ messages)

[PATCH 00/21] mm: ASI direct map management
 2026-01-21 12:03 UTC  (11+ messages)
` [PATCH 05/21] x86/mm/pat: mirror direct map changes to ASI

[PATCH v2 0/2] iommu: debug-pagealloc: Remove pfn_valid() usage
 2026-01-21 11:52 UTC  (2+ messages)

[PATCH] mm/hugetlb_vmemmap: Use max() macro to simplify the code
 2026-01-21 11:32 UTC  (4+ messages)

[PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
 2026-01-21 11:25 UTC  (9+ messages)
` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting

[PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
 2026-01-21 11:21 UTC  (5+ messages)
` [PATCH v3 26/30 fix] mm: mglru: do not call update_lru_size() during reparenting

[GIT PULL] slab fix for 6.19-rc7
 2026-01-21 10:38 UTC 

[PATCH] maple_tree: update mas_next[_range] docs
 2026-01-21  9:56 UTC  (3+ messages)

[next-20260120] KASAN: maybe wild-memory-access in select_task_rq_fair
 2026-01-21  9:07 UTC  (4+ messages)

[PATCH v2 0/2] add and use vma_assert_stabilised() helper
 2026-01-21  9:07 UTC  (6+ messages)
` [PATCH v2 1/2] mm/vma: use lockdep where we can, reduce duplication

kernel/liveupdate/kexec_handover.c:994 kho_preserve_vmalloc() warn: missing error code 'err'
 2026-01-21  8:58 UTC 

[PATCH v2] slab: replace cache_from_obj() with inline checks
 2026-01-21  8:33 UTC  (2+ messages)

[RFC PATCH] mm/khugepaged: free empty xa_nodes when rollbacks in collapse_file
 2026-01-21  8:19 UTC  (3+ messages)

[PATCH v2 0/3] Migrate on fault for device pages
 2026-01-21  8:05 UTC  (4+ messages)
` [PATCH v2 1/3] mm: unified hmm fault and migrate device pagewalk paths

[PATCH v5] mm/page_alloc: boost watermarks on atomic allocation failure
 2026-01-21  6:57 UTC 

[PATCH v5] mm/page_alloc: boost watermarks on atomic allocation failure
 2026-01-21  6:48 UTC 

[PATCH] mm: Use %pe format specifier for error pointers
 2026-01-21  6:26 UTC  (2+ messages)

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2026-01-21  5:51 UTC  (5+ messages)

[PATCH net-next v2 4/5] netconsole: Use printk context for CPU and task information
 2026-01-21  5:40 UTC 

[PATCH 0/3 v2] exec: inherit HWCAPs from the parent process
 2026-01-21  5:24 UTC  (6+ messages)
` [PATCH 2/3] "

[linux-next:master] BUILD REGRESSION 053966c344dbd346e71305f530e91ea77916189f
 2026-01-21  5:23 UTC 

[linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
 2026-01-21  4:57 UTC 

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-21  4:10 UTC  (2+ messages)

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-21  4:04 UTC  (15+ messages)
` [PATCH v2 05/11] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn to track device private pages
` [PATCH v2 11/11] mm: Remove device private pages from the physical address space

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-21  3:51 UTC  (16+ messages)

[PATCH] mm: zswap: Use SG list decompression APIs from zsmalloc
 2026-01-21  3:49 UTC  (2+ messages)

[RFC PATCH] zsmalloc: make common caches global
 2026-01-21  3:41 UTC  (8+ messages)

[PATCH] mm: vmscan: add skipexec mode not to reclaim pages with VM_EXEC vma flag
 2026-01-21  3:40 UTC  (3+ messages)

[PATCHv2] zsmalloc: make common caches global
 2026-01-21  1:37 UTC  (3+ messages)

[PATCH v26 00/28] riscv control-flow integrity for usermode
 2026-01-21  1:32 UTC  (5+ messages)

[GIT PULL] hotfixes for 6.19-rc7
 2026-01-20 23:23 UTC  (2+ messages)

[PATCH v6 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-20 23:23 UTC  (3+ messages)

[PATCH v7 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-20 23:22 UTC  (2+ messages)
` [PATCH v7 2/2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn

[PATCH 2/2] memblock: annotate struct memblock_type with __counted_by_ptr
 2026-01-20 21:06 UTC  (5+ messages)

[PATCH v4 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-20 20:30 UTC  (2+ messages)

[PATCH v9 00/13] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-20 19:18 UTC  (3+ messages)

[PATCH v2] kho: skip memoryless NUMA nodes when reserving scratch areas
 2026-01-20 19:00 UTC  (3+ messages)

[PATCH v3 0/2] kho: history: track previous kernel version and kexec boot count
 2026-01-20 18:58 UTC  (6+ messages)
` [PATCH v3 1/2] kho: history: track previous kernel version

[PATCH 0/6] kho: ABI headers and Documentation updates
 2026-01-20 18:56 UTC  (12+ messages)
` [PATCH 3/6] kho: docs: combine concepts and FDT documentation
` [PATCH 5/6] kho: Relocate vmalloc preservation structure to KHO ABI header
` [PATCH 6/6] kho/abi: add memblock "

[PATCH v7 0/2] Make KHO Stateless
 2026-01-20 17:57 UTC  (3+ messages)
` [PATCH v7 1/2] kho: Adopt radix tree for preserved memory tracking

[PATCH] selftests/mm: Have the harness run each test category separately
 2026-01-20 17:47 UTC  (3+ messages)

[PATCH] mm/kfence: randomize the freelist on initialization
 2026-01-20 17:46 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox