linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
 2026-01-21 19:10 UTC 

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-21 19:03 UTC  (42+ 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 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 16/21] slab: remove unused PREEMPT_RT specific macros
` [PATCH v3 17/21] slab: refill sheaves from all nodes

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

[PATCH v3 00/11] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-21 18:59 UTC  (15+ 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 18:44 UTC  (25+ 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

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

[GIT PULL] slab fix for 6.19-rc7
 2026-01-21 18:21 UTC  (2+ messages)

[PATCH v2] mm/hugetlb: Restore failed global reservations to subpool
 2026-01-21 17:47 UTC  (2+ messages)

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-21 17:06 UTC  (4+ messages)
` [PATCH 29/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN

[linux-next:master 7687/8302] ERROR: modpost: "vrealloc_node_align_noprof" [mm/kasan/kasan_test.ko] undefined!
 2026-01-21 17:04 UTC  (2+ messages)

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

[PATCH v2 00/29] maple_tree: Replace big node with maple copy
 2026-01-21 16:45 UTC  (29+ messages)
` [PATCH v2 01/29] maple_tree: Fix mas_dup_alloc() sparse warning
` [PATCH v2 02/29] maple_tree: Move mas_spanning_rebalance loop to function
` [PATCH v2 03/29] maple_tree: Extract use of big node from mas_wr_spanning_store()
` [PATCH v2 04/29] maple_tree: Remove unnecessary assignment of orig_l index
` [PATCH v2 05/29] maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()
` [PATCH v2 06/29] maple_tree: Make ma_wr_states reliable for reuse in spanning store
` [PATCH v2 07/29] maple_tree: Remove l_wr_mas from mas_wr_spanning_rebalance
` [PATCH v2 08/29] maple_tree: Don't pass through height in mas_wr_spanning_store
` [PATCH v2 09/29] maple_tree: Move maple_subtree_state from mas_wr_spanning_store to mas_wr_spanning_rebalance
` [PATCH v2 10/29] maple_tree: Correct right ma_wr_state end pivot in mas_wr_spanning_store()
` [PATCH v2 11/29] maple_tree: Introduce maple_copy node and use it in mas_spanning_rebalance()
` [PATCH v2 12/29] maple_tree: Testing update for spanning store
` [PATCH v2 13/29] maple_tree: Inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalance()
` [PATCH v2 14/29] maple_tree: Change initial big node setup in mas_wr_spanning_rebalance()
` [PATCH v2 15/29] maple_tree: Introduce ma_leaf_max_gap()
` [PATCH v2 16/29] maple_tree: Add gap support, slot and pivot sizes for maple copy
` [PATCH v2 17/29] maple_tree: Start using maple copy node for destination
` [PATCH v2 18/29] maple_tree: inline mas_wr_spanning_rebalance()
` [PATCH v2 19/29] maple_tree: Remove unnecessary return statements
` [PATCH v2 20/29] maple_tree: Separate wr_split_store and wr_rebalance store type code path
` [PATCH v2 21/29] maple_tree: Add cp_is_new_root() helper
` [PATCH v2 22/29] maple_tree: Use maple copy node for mas_wr_rebalance() operation
` [PATCH v2 23/29] maple_tree: Add copy_tree_location() helper
` [PATCH v2 25/29] maple_tree: Use maple copy node for mas_wr_split()
` [PATCH v2 26/29] maple_tree: Remove maple big node and subtree structs
` [PATCH v2 27/29] maple_tree: Pass maple copy node to mas_wmb_replace()
` [PATCH v2 28/29] maple_tree: Don't pass end to mas_wr_append()
` [PATCH v2 29/29] maple_tree: Clean up mas_wr_node_store()

[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)

[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 v2] maple_tree: Add lockdep assertion in mas_dup_alloc()
 2026-01-21 13:52 UTC  (2+ messages)

[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 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  (8+ 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

[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 

[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  (10+ messages)
` [PATCH v2 11/11] mm: Remove device private pages from the "

[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  (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