Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-11 11:58:41 to 2026-06-11 20:00:11 UTC [more...]

[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-06-11 19:59 UTC  (6+ messages)
` [PATCH v2 1/5] mm: Make per-VMA locks available universally
` [PATCH v2 2/5] binder: Make shrinker rely solely on per-VMA lock

[RFC V2 0/3] lib/vsprintf: Add support for pgtable entries
 2026-06-11 19:37 UTC  (4+ messages)

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-11 19:12 UTC  (12+ messages)

[RFC V2 1/3] lib/vsprintf: Add support for pgtable entries
 2026-06-11 18:59 UTC  (5+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-11 18:53 UTC  (8+ messages)

[zswap?] BUG: sleeping function called from invalid context at kernel/cgroup/rstat.c:421
 2026-06-11 18:53 UTC  (8+ messages)

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-11 18:50 UTC  (3+ messages)

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-06-11 18:44 UTC  (7+ messages)
` [PATCH 5/7] mm/migrate: add copy offload registration infrastructure

[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-11 18:40 UTC  (8+ messages)
` [RFC PATCH 1/3] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()
` [RFC PATCH 2/3] mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logic
` [RFC PATCH 3/3] mm: entirely remove lru_add_drain in do_swap_page

[PATCH v5 00/14] mm: thp: always enable mTHP support
 2026-06-11 18:27 UTC  (4+ messages)

[PATCH] mm/memfd_luo: validate serialized_data before conversion
 2026-06-11 18:11 UTC  (7+ messages)

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-11 17:39 UTC  (11+ messages)

[RFC PATCH 00/15] kmem_cache instances with static storage duration
 2026-06-11 17:14 UTC  (15+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches
        ` [PATCH v2 0/9] kmem_cache instances with static storage duration
          ` [PATCH v2 1/9] static kmem_cache instances for core caches
          ` [PATCH v2 2/9] allow static-duration kmem_cache in modules
          ` [PATCH v2 3/9] VFS caches: switch from runtime_const() machinery to slab-static.h
          ` [PATCH v2 4/9] make inode_cache statically allocated
          ` [PATCH v2 5/9] make mnt_cache "
          ` [PATCH v2 6/9] make bh_cachep "
          ` [PATCH v2 7/9] make seq_file_cache "
          ` [PATCH v2 8/9] make thread component caches (fs_cachep, files_cachep, etc.) "
          ` [PATCH v2 9/9] make ufs_inode_cache "

[RFC PATCH 0/5] mm/slub: preserve previous object lifetime
 2026-06-11 17:28 UTC  (4+ messages)

[Bug Report] Elevated PMD nr_anon after running selftests
 2026-06-11 17:24 UTC  (6+ messages)

[Kernel Bug] INFO: rcu detected stall in count_memcg_event_mm
 2026-06-11 17:21 UTC  (2+ messages)

[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
 2026-06-11 17:16 UTC  (6+ messages)

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-11 16:37 UTC  (9+ messages)
` [PATCH v2 02/16] mm/slab: do not init any kfence objects on allocation
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()

[PATCH] maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macro
 2026-06-11 16:22 UTC  (2+ messages)

[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
 2026-06-11 16:21 UTC  (15+ messages)
` [RFC PATCH v2 01/14] "
` [RFC PATCH v2 02/14] kcov: fix INIT_TRACK race in kcov_dataflow
` [RFC PATCH v2 03/14] kcov: add barriers to recursion guard in kcov_df_write
` [RFC PATCH v2 04/14] kcov: reject enable on multiple dataflow fds simultaneously
` [RFC PATCH v2 05/14] kcov: clear dataflow fields on fork
` [RFC PATCH v2 06/14] kcov: clean up dataflow state on task exit
` [RFC PATCH v2 07/14] kcov: exclude kcov_dataflow.o from sanitizer instrumentation
` [RFC PATCH v2 08/14] selftests/kcov_dataflow: add trigger-view.py
` [RFC PATCH v2 09/14] selftests/kcov_dataflow: add ioctl interface selftest
` [RFC PATCH v2 10/14] selftests/kcov_dataflow: add eight_args_c test module
` [RFC PATCH v2 11/14] selftests/kcov_dataflow: add eight_args_rust "
` [RFC PATCH v2 12/14] selftests/kcov_dataflow: add rust_ffi_contract "
` [RFC PATCH v2 13/14] selftests/kcov_dataflow: add binderfs ioctl capture test
` [RFC PATCH v2 14/14] Documentation: add kcov-dataflow.rst

[PATCH 0/3] mm: cleanup clear_not_present_full_ptes()
 2026-06-11 16:14 UTC  (7+ messages)
` [PATCH 2/3] mm: drop pte_clear_not_present_full()
` [PATCH 3/3] mm: cleanup clear_not_present_full_ptes() and rename to clear_non_present_ptes()

[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
 2026-06-11 16:00 UTC  (7+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-11 15:46 UTC  (7+ messages)

[akpm-mm:mm-new] BUILD SUCCESS 801c5efa788952095586d076fed1ea4902facff8
 2026-06-11 15:28 UTC 

[fuse-devel] Debugging a stale kernel cache during file growth
 2026-06-11 15:10 UTC  (8+ messages)

[RFC PATCH v3 0/8] Implement a new generic pagewalk API
 2026-06-11 15:08 UTC  (8+ messages)
` [syzbot ci] "

[RFC PATCH v4 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
 2026-06-11 15:02 UTC  (5+ messages)
` [RFC PATCH v4 1/4] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE "
` [RFC PATCH v4 2/4] mm/damon: introduce DAMON_HUGEPAGE for hot region hugepage collapsing
` [RFC PATCH v4 3/4] mm/damon/sysfs: support hugepage_mem_bp quota goal metric
` [RFC PATCH v4 4/4] Documentation/admin-guide/mm/damon: add DAMON-based Hugepage Management

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-06-11 14:46 UTC  (7+ messages)
` [PATCH v2 19/22] mm/page_alloc: implement __GFP_UNMAPPED allocations

[PATCH] mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()
 2026-06-11 14:35 UTC  (2+ messages)

[PATCH v2] include/linux/swap.h: Remove unused leftovers
 2026-06-11 14:34 UTC  (2+ messages)

[PATCH v4 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-06-11 14:31 UTC  (7+ messages)
` [PATCH v4 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup

[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
 2026-06-11 14:04 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter

[PATCH 1/1] mm: remove NODE_RECLAIM_xxx macros
 2026-06-11 13:57 UTC  (3+ messages)

[RFC PATCH 0/6] arm64: mm: Introducing ROX CACHE to ARM64 systems with bbml2 no abort
 2026-06-11 13:54 UTC  (9+ messages)
` [RFC PATCH 1/6] arm64: mm: explicitly declare module and ftrace execmem regions
` [RFC PATCH 2/6] arm64: mm: allow huge vmap permission adjustments with bbml2_no_abort
` [RFC PATCH 3/6] arm64: mm: fix restoring linear map permissions on execmem cache clean
` [RFC PATCH 4/6] arm64: mm: add helper to fill execmem with trapping instructions
` [RFC PATCH 5/6] arm64: execmem: enable EXECMEM_ROX_CACHE on supported CPUs
` [RFC PATCH 6/6] arm64: mm: support PMD page coalescing in the linear map

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-06-11 13:44 UTC  (7+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCH v9 0/3] KSM: performance optimizations for rmap_walk_ksm
 2026-06-11 13:22 UTC  (4+ messages)
` [PATCH v9 1/3] ksm: add linear_page_index into ksm_rmap_item
` [PATCH v9 2/3] ksm: Optimize rmap_walk_ksm by passing a suitable page index
` [PATCH v9 3/3] ksm: add mremap selftests for ksm_rmap_walk

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-11 13:20 UTC  (13+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-06-11 13:05 UTC  (4+ messages)
` [PATCH RFC 1/3] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC 2/3] KVM: guest_memfd: support folio migration for non-confidential VMs
` [PATCH RFC 3/3] KVM: selftests: exercise guest_memfd folio migration

[RFC PATCH v2 1/3] mm/huge_memory: make persistent huge zero folio read-only
 2026-06-11 12:50 UTC  (4+ messages)

[PATCH net-next v2 0/2] net: isolate SKB data area allocations
 2026-06-11 12:46 UTC  (3+ messages)
` [PATCH net-next v2 1/2] mm/slab: add a node-track-caller variant for kmem buckets allocation
` [PATCH net-next v2 2/2] net: skb: isolate skb data area allocations into a separate bucket

[PATCH RFC] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-11 12:45 UTC 

[RFC PATCH 0/2] mm: memfd with write notifications
 2026-06-11 12:40 UTC  (3+ messages)

[RFC PATCH v2 00/11] add shmem mTHP collapse support
 2026-06-11 12:15 UTC  (4+ messages)

[PATCH] selftests: mm: fix and speedup "droppable" test
 2026-06-11 12:13 UTC  (4+ messages)

[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
 2026-06-11 12:11 UTC  (3+ messages)


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