linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2026-01-24  0:07 UTC  (2+ messages)

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-01-23 23:26 UTC  (5+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse

[PATCH v4 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-23 20:12 UTC  (11+ messages)
` [PATCH v4 01/10] mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAG
` [PATCH v4 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH v4 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH v4 04/10] mm/vma: add+use vma lockdep acquire/release defines
` [PATCH v4 05/10] mm/vma: de-duplicate __vma_enter_locked() error path
` [PATCH v4 06/10] mm/vma: clean up __vma_enter/exit_locked()
` [PATCH v4 07/10] mm/vma: introduce helper struct + thread through exclusive lock fns
` [PATCH v4 08/10] mm/vma: improve and document __is_vma_write_locked()
` [PATCH v4 09/10] mm/vma: update vma_assert_locked() to use lockdep
` [PATCH v4 10/10] mm/vma: add and use vma_assert_stabilised()

[PATCH V3 0/5] mm/khugepaged: cleanups and scan limit fix
 2026-01-23 20:07 UTC  (12+ messages)
` [PATCH V3 2/5] mm/khugepaged: count small VMAs towards scan limit
` [PATCH V3 5/5] mm/khugepaged: make khugepaged_collapse_control static

[PATCH RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-23 20:04 UTC  (64+ messages)
` [PATCH RESEND v3 01/10] mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAG
` [PATCH RESEND v3 02/10] mm/vma: document possible vma->vm_refcnt values and reference comment
` [PATCH RESEND v3 03/10] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH RESEND v3 04/10] mm/vma: add+use vma lockdep acquire/release defines
` [PATCH RESEND v3 05/10] mm/vma: de-duplicate __vma_enter_locked() error path
` [PATCH v3 06/10] mm/vma: clean up __vma_enter/exit_locked()
` [PATCH RESEND v3 07/10] mm/vma: introduce helper struct + thread through exclusive lock fns
` [PATCH RESEND v3 08/10] mm/vma: improve and document __is_vma_write_locked()
` [PATCH RESEND v3 09/10] mm/vma: update vma_assert_locked() to use lockdep
` [PATCH RESEND v3 10/10] mm/vma: add and use vma_assert_stabilised()

[PATCH v2 17/29] maple_tree: Start using maple copy node for destination
 2026-01-23 19:45 UTC  (3+ messages)

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-23 19:12 UTC  (8+ messages)
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control

[PATCH] kho: fix doc for kho_restore_pages()
 2026-01-23 19:05 UTC 

[PATCH net-next 0/3] net/smc: buffer allocation and registration improvements
 2026-01-23 18:55 UTC  (8+ messages)
` [PATCH net-next 1/3] net/smc: cap allocation order for SMC-R physically contiguous buffers
` [PATCH net-next 2/3] mm: vmalloc: export find_vm_area()
` [PATCH net-next 3/3] net/smc: optimize MTTE consumption for SMC-R buffers

[PATCH] arm64: mm: explicitly use kernel pte for ioremap_prot()
 2026-01-23 18:36 UTC  (2+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-23 18:17 UTC  (28+ messages)
` [PATCH v4 01/22] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH v4 02/22] mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
` [PATCH v4 03/22] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v4 04/22] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH v4 05/22] mm/slab: make caches with sheaves mergeable
` [PATCH v4 06/22] slab: add sheaves to most caches
` [PATCH v4 07/22] slab: introduce percpu sheaves bootstrap
` [PATCH v4 08/22] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v4 09/22] slab: handle kmalloc sheaves bootstrap
` [PATCH v4 10/22] slab: add optimized sheaf refill from partial list
` [PATCH v4 11/22] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH v4 12/22] slab: remove SLUB_CPU_PARTIAL
` [PATCH v4 13/22] slab: remove the do_slab_free() fastpath
` [PATCH v4 14/22] slab: remove defer_deactivate_slab()
` [PATCH v4 15/22] slab: simplify kmalloc_nolock()
` [PATCH v4 16/22] slab: remove struct kmem_cache_cpu
` [PATCH v4 17/22] slab: remove unused PREEMPT_RT specific macros
` [PATCH v4 18/22] slab: refill sheaves from all nodes
` [PATCH v4 19/22] slab: update overview comments
` [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 v16 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-01-23 17:55 UTC  (3+ messages)
` [PATCH v16 1/2] ACPI:RAS2: Add driver for the "
` [PATCH v16 2/2] ras: mem: Add ACPI RAS2 memory driver

[PATCH v4 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-23 17:45 UTC  (3+ messages)
` [PATCH v4 2/2] mm/vmscan: add tracepoint and reason for kswapd_failures reset

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

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-01-23 16:46 UTC  (10+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH mm-new v5 0/5] Improve khugepaged scan logic
 2026-01-23 16:32 UTC  (17+ messages)
` [PATCH mm-new v5 1/5] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH mm-new v5 2/5] mm: khugepaged: refine scan progress number
` [PATCH mm-new v5 3/5] mm: add folio_test_lazyfree helper
` [PATCH mm-new v5 4/5] mm: khugepaged: skip lazy-free folios
` [PATCH mm-new v5 5/5] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-23 15:15 UTC  (3+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH v2] mm: optimize stat output for 11% sys time reduce
 2026-01-23 15:06 UTC  (7+ messages)
` [PATCH v3] "
    ` [PATCH v4 0/1] mm: memcg: optimize stat output to reduce printf overhead
      ` [PATCH v4 1/1] mm: optimize stat output for 11% sys time reduce

[PATCH] MemTest: Test RAM address bus for stuck bits
 2026-01-23 14:49 UTC  (2+ messages)
` CPU Cache in Linux MemTest

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-23 14:19 UTC  (18+ messages)

[PATCH v2 11/11] mm: Remove device private pages from the physical address space
 2026-01-23 13:50 UTC  (11+ messages)

[PATCH v2 00/10] dma-bug: heaps: Add Tegra VPR support
 2026-01-23 13:30 UTC  (7+ messages)
` [PATCH v2 04/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v2 06/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v2 07/10] arm64: tegra: Add VPR placeholder node on Tegra234

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-01-23 13:26 UTC  (5+ messages)

[PATCH] selftests/mm: Have the harness run each test category separately
 2026-01-23 12:45 UTC  (6+ messages)

[akpm-mm:mm-new 420/429] fs/romfs/mmap-nommu.c:66:42: sparse: sparse: dereference of noderef expression
 2026-01-23 12:36 UTC  (5+ messages)

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-23 12:33 UTC  (9+ messages)
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "

[PATCHv4 07/14] mm/sparse: Check memmap alignment for compound_info_has_mask()
 2026-01-23 12:07 UTC  (5+ messages)

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-23 10:16 UTC  (3+ messages)

[PATCH 0/2] mm: memfd_luo: preserve file seals
 2026-01-23  9:58 UTC  (3+ messages)
` [PATCH 1/2] memfd: export memfd_{add,get}_seals()
` [PATCH 2/2] mm: memfd_luo: preserve file seals

[PATCH v9 00/13] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-23  9:37 UTC  (4+ messages)
` [PATCH v9 06/13] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic

[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-01-23  9:29 UTC  (20+ messages)
` [RFC PATCH bpf-next v3 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v3 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v3 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v3 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v3 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v3 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v3 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v3 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v3 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v3 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v3 12/12] samples/bpf: Add memcg priority control example

[PATCH RESEND v3] kho: init alloc tags when restoring pages from reserved memory
 2026-01-23  8:55 UTC  (2+ messages)

[PATCH v2] kho: skip memoryless NUMA nodes when reserving scratch areas
 2026-01-23  8:53 UTC  (3+ messages)

[PATCH v3] mm/mm_init: Don't cond_resched() in deferred_init_memmap_chunk() if called from deferred_grow_zone()
 2026-01-23  8:47 UTC  (5+ messages)

[PATCH next 11/14] bit: Strengthen compile-time tests in GENMASK() and BIT()
 2026-01-23  8:46 UTC  (10+ messages)

[PATCH v3 0/9] Various mm kselftests improvements/fixes
 2026-01-23  8:25 UTC  (9+ messages)
` [PATCH v3 5/9] selftests/mm: check that FORCE_READ() succeeded
` [PATCH v3 6/9] selftests/mm: introduce helper to read every page

[PATCH v2] x86/sgx: use vm_flags_t for vm_prot_bits
 2026-01-23  7:58 UTC  (4+ messages)

[linux-next:master] [mm/slab] 4fad56bdb6: BUG_kmalloc-#:Padding_overwritten.#-#@offset=
 2026-01-23  7:21 UTC 

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

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

[PATCH v2 00/11] Remove device private pages from physical address space
 2026-01-23  6:25 UTC  (10+ messages)

[PATCH v3 00/13] Remove device private pages from physical address space
 2026-01-23  6:23 UTC  (10+ messages)
` [PATCH v3 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags to track device private pages
` [PATCH v3 06/13] mm: Add helpers to create migration entries from struct pages
` [PATCH v3 07/13] mm: Add a new swap type for migration entries of device private pages
` [PATCH v3 08/13] mm: Add softleaf support for device private migration entries
` [PATCH v3 09/13] mm: Begin creating "
` [PATCH v3 10/13] mm: Add helpers to create device private entries from struct pages
` [PATCH v3 11/13] mm/util: Add flag to track device private pages in page snapshots
` [PATCH v3 12/13] mm/hmm: Add flag to track device private pages
` [PATCH v3 13/13] mm: Remove device private pages from the physical address space

page:  |  | latest

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