linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-01-23  6:52 UTC  (18+ 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

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

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-23  6:45 UTC  (18+ 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  (20+ messages)
` [PATCH v2 11/11] mm: Remove device private pages from the "

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

[akpm-mm:mm-new 279/310] memory-failure.c:275:49: warning: format specifies type 'unsigned long' but the argument has type '__fsword_t' (aka 'int')
 2026-01-23  6:23 UTC  (3+ messages)

[PATCH v3 00/13] Remove device private pages from physical address space
 2026-01-23  6:23 UTC  (14+ 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 03/13] mm/migrate_device: Make migrate_device_{pfns,range}() take mpfns
` [PATCH v3 04/13] mm/migrate_device: Add migrate PFN flag to track device private pages
` [PATCH v3 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags "
` [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

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-23  6:20 UTC  (7+ 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 "
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files

[PATCH] x86/sgx: use vm_flags_t for vm_prot_bits
 2026-01-23  6:15 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION a0c666c25aeefd16f4b088c6549a6fb6b65a8a1d
 2026-01-23  5:49 UTC 

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

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-01-23  5:07 UTC  (18+ messages)
` [PATCH mm-unstable v14 01/16] mm: introduce is_pmd_order helper
` [PATCH mm-unstable v14 02/16] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH mm-unstable v14 04/16] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH mm-unstable v14 05/16] khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v14 06/16] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v14 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v14 09/16] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v14 10/16] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v14 11/16] khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v14 12/16] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v14 13/16] khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v14 14/16] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v14 15/16] khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v14 16/16] Documentation: mm: update the admin guide for mTHP collapse

[RFC PATCH 0/5] mm/damon: Add node_sys_bp quota goal metric for PA-based migration control
 2026-01-23  4:57 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: add DAMOS_QUOTA_NODE_SYS_BP metric
` [RFC PATCH 2/5] mm/damon: add get_goal_metric() op and PA provider
` [RFC PATCH 3/5] mm/damon/core: add new ops-specific goal metric
` [RFC PATCH 4/5] mm/damon/paddr: capacity clamp and directional early-exit for node_sys_bp
` [RFC PATCH 5/5] mm/damon/sysfs-schemes: accept "node_sys_bp" in goal's target_metric

[PATCH v2 06/10] dma-buf: heaps: Add support for Tegra VPR
 2026-01-23  3:25 UTC  (2+ messages)

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

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

[PATCH] arm64: mm: explicitly use kernel pte for ioremap_prot()
 2026-01-23  3:02 UTC 

[PATCH v2 04/10] mm/cma: Allow dynamically creating CMA areas
 2026-01-23  2:43 UTC  (3+ messages)

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

[next-20260120] KASAN: maybe wild-memory-access in select_task_rq_fair
 2026-01-23  2:10 UTC  (3+ messages)

[PATCH v3] mm/shmem, swap: fix race of truncate and swap entry split
 2026-01-23  1:46 UTC  (2+ messages)

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

mips64-linux-ld: lib/math/div64.c:undefined reference to `__multi3'
 2026-01-23  1:15 UTC  (3+ messages)

[PATCH v2] mm: optimize stat output for 11% sys time reduce
 2026-01-23  1:07 UTC  (5+ messages)
` [PATCH v3] "

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-23  0:43 UTC  (15+ messages)
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-23  0:01 UTC  (19+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH 1/2] f2fs: improve readahead for POSIX_FADV_WILLNEED
 2026-01-22 23:26 UTC  (4+ messages)

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

[PATCH 1/1] kasan: remove unnecessary sync argument from start_report()
 2026-01-22 22:51 UTC  (2+ messages)

[PATCH V5 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2026-01-22 22:34 UTC  (4+ messages)
` [PATCH V5 2/2] mm/khugepaged: retry with sync writeback "

[PATCH v3 0/9] Various mm kselftests improvements/fixes
 2026-01-22 22:23 UTC  (17+ messages)
` [PATCH v3 1/9] selftests/mm: default KDIR to build directory
` [PATCH v3 2/9] selftests/mm: remove flaky header check
` [PATCH v3 3/9] selftests/mm: pass down full CC and CFLAGS to check_config.sh
` [PATCH v3 4/9] selftests/mm: fix usage of FORCE_READ() in cow tests
` [PATCH v3 5/9] selftests/mm: check that FORCE_READ() succeeded
` [PATCH v3 6/9] selftests/mm: introduce helper to read every page
` [PATCH v3 7/9] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH v3 8/9] selftests/mm: fix exit code in pagemap_ioctl
` [PATCH v3 9/9] selftests/mm: report SKIP in pfnmap if a check fails

[PATCH RESEND v3 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-22 22:12 UTC  (27+ 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] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-01-22 21:44 UTC 

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

[PATCH v3] mm/mm_init: Don't cond_resched() in deferred_init_memmap_chunk() if called from deferred_grow_zone()
 2026-01-22 20:56 UTC  (3+ messages)

[PATCH] kho: print which scratch buffer failed to be reserved
 2026-01-22 19:48 UTC  (3+ messages)

[PATCH v3 00/10] mm: add and use vma_assert_stabilised() helper
 2026-01-22 19:25 UTC  (5+ messages)
` [PATCH v3 3/8] mm/vma: rename is_vma_write_only(), separate out shared refcount put
` [PATCH v3 4/8] mm/vma: add+use vma lockdep acquire/release defines

[PATCH] selftests/mm: Have the harness run each test category separately
 2026-01-22 19:13 UTC  (2+ messages)

[PATCH v2 0/2] kho: clean up page initialization logic
 2026-01-22 19:11 UTC  (5+ messages)
` [PATCH v2 1/2] kho: use unsigned long for nr_pages
` [PATCH v2 2/2] kho: simplify page initialization in kho_restore_page()

[PATCH v4 0/3] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-01-22 18:52 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v5 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v5 3/3] mm: vmscan: add PIDs "

kernel/liveupdate/kexec_handover.c:994 kho_preserve_vmalloc() warn: missing error code 'err'
 2026-01-22 18:42 UTC  (4+ messages)

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

[PATCH 0/6] kho: ABI headers and Documentation updates
 2026-01-22 18:29 UTC  (16+ messages)
` [PATCH 1/6] kho/abi: luo: make generated documentation more coherent
` [PATCH 2/6] kho/abi: memfd: "
` [PATCH 3/6] kho: docs: combine concepts and FDT documentation
` [PATCH 4/6] kho: Introduce KHO FDT ABI header
` [PATCH 5/6] kho: Relocate vmalloc preservation structure to KHO "
` [PATCH 6/6] kho/abi: add memblock "

[PATCH] kho: cleanup error handling in kho_populate()
 2026-01-22 18:12 UTC  (2+ messages)

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

[PATCH v2 00/10] dma-bug: heaps: Add Tegra VPR support
 2026-01-22 18:07 UTC  (8+ messages)
` [PATCH v2 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v2 07/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v2 08/10] arm64: tegra: Add GPU "
` [PATCH v2 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v2 10/10] arm64: tegra: Hook up VPR to the GPU

[PATCH 0/3] mm: memfd_luo hotfixes
 2026-01-22 18:03 UTC  (7+ messages)
` [PATCH 1/3] memfd: export alloc_file()
` [PATCH 2/3] mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()
` [PATCH 3/3] mm: memfd_luo: restore and free memfd_luo_ser on failure

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

[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-22 17:25 UTC  (5+ messages)

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

[PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
 2026-01-22 16:15 UTC  (2+ messages)

[PATCH v3 0/6] AG aware parallel writeback for XFS
 2026-01-22 16:15 UTC  (3+ messages)

[PATCH 17/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
 2026-01-22 16:14 UTC  (2+ messages)

[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
 2026-01-22 16:14 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