linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCHv4 00/14] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-22  8:08 UTC  (31+ 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

[akpm-mm:mm-new 420/429] fs/romfs/mmap-nommu.c:66:42: sparse: sparse: dereference of noderef expression
 2026-01-22  8:04 UTC 

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-01-22  8:03 UTC  (7+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-22  8:02 UTC  (4+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-22  8:00 UTC  (12+ messages)

[PATCH v2] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
 2026-01-22  7:59 UTC  (2+ messages)

[PATCH] mm/mm_init: Don't call cond_resched() in deferred_init_memmap_chunk() if rcu_preempt_depth() set
 2026-01-22  7:57 UTC  (5+ messages)

[PATCH V3 0/5] mm/khugepaged: cleanups and scan limit fix
 2026-01-22  7:32 UTC  (5+ messages)
` [PATCH V3 1/5] mm/khugepaged: remove unnecessary goto 'skip' label
` [PATCH V3 2/5] mm/khugepaged: count small VMAs towards scan limit

[akpm-mm:mm-new 419/429] mm/memfd_luo.c:446:40: sparse: sparse: dereference of noderef expression
 2026-01-22  7:11 UTC 

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-22  7:02 UTC  (54+ messages)
` [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 v3 18/21] slab: update overview comments
` [PATCH v3 19/21] slab: remove frozen slab checks from __slab_free()
` [PATCH v3 20/21] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH v3 21/21] mm/slub: cleanup and repurpose some "

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-22  6:37 UTC  (23+ messages)

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-22  6:24 UTC  (11+ messages)
` [PATCH v2 11/11] mm: Remove device private pages from the "

[PATCH v2 0/8] Various mm kselftests improvements/fixes
 2026-01-22  6:22 UTC  (15+ messages)
` [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
` [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
` [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH v2 7/8] selftests/mm: fix exit code in pagemap_ioctl
` [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails

[linux-next:master] BUILD REGRESSION e3b32dcb9f23e3c3927ef3eec6a5842a988fb574
 2026-01-22  5:56 UTC 

[PATCH v2 00/29] maple_tree: Replace big node with maple copy
 2026-01-22  5:55 UTC  (32+ 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 24/29] maple_tree: Add cp_converged() 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] x86/sgx: use vm_flags_t for vm_prot_bits
 2026-01-22  5:54 UTC 

[PATCH next 11/14] bit: Strengthen compile-time tests in GENMASK() and BIT()
 2026-01-22  4:41 UTC  (2+ messages)

[PATCH v3] kho: init alloc tags when restoring pages from reserved memory
 2026-01-22  4:25 UTC  (3+ messages)

[PATCH 1/1] kasan: remove unnecessary sync argument from start_report()
 2026-01-22  4:15 UTC 

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

[PATCH] hugetlb: increase hugepage reservations when using node-specific "hugepages=" cmdline
 2026-01-22  3:53 UTC  (2+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-22  3:22 UTC  (2+ messages)

[PATCH] mm: bail out when meet the goal of proactive memcg reclaim
 2026-01-22  2:43 UTC  (4+ messages)

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-01-22  2:32 UTC  (4+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim

[PATCH v5] mm/page_alloc: boost watermarks on atomic allocation failure
 2026-01-22  2:17 UTC  (6+ messages)
  ` [PATCH] "
  ` [PATCH v6] "

[PATCH] mm/huge_memory: Fix iterator variable usage after swap()
 2026-01-22  2:16 UTC  (4+ messages)

Possible KCSAN/lockdep issue in -next barns
 2026-01-22  1:35 UTC  (6+ messages)

[RFC PATCH 0/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
 2026-01-22  1:30 UTC  (6+ 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 next 12/14] bits: move the defitions of BIT() and BIT_ULL() back to linux/bits.h
 2026-01-22  1:23 UTC  (2+ messages)

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-22  0:32 UTC  (7+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-22  0:20 UTC  (5+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed

[PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
 2026-01-21 22:47 UTC  (2+ messages)

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

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

[Invitation] bi-weekly guest_memfd upstream call on 2026-01-22
 2026-01-21 20:52 UTC 

kernel/liveupdate/kexec_handover.c:994 kho_preserve_vmalloc() warn: missing error code 'err'
 2026-01-21 20:39 UTC  (2+ messages)

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-01-21 19:54 UTC  (2+ messages)

[PATCH v3 00/11] Remove XA_ZERO from error recovery of dup_mmap()
 2026-01-21 19:34 UTC  (16+ 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

[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

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

[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

[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 v4] kho: kexec-metadata: track previous kernel chain
 2026-01-21 14:50 UTC 

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

[PATCH] mm/hugetlb_vmemmap: Use max() macro to simplify the code
 2026-01-21 11:32 UTC  (3+ 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