messages from 2026-06-10 14:02:30 to 2026-06-11 11:09:08 UTC [more...]
[PATCH] selftests: mm: fix and speedup "droppable" test
2026-06-11 11:07 UTC (2+ messages)
[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
2026-06-11 10:51 UTC (4+ 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
[RFC PATCH v2 1/3] mm/huge_memory: make persistent huge zero folio read-only
2026-06-11 10:35 UTC (4+ messages)
[PATCH] mm/memfd_luo: validate serialized_data before conversion
2026-06-11 10:30 UTC
[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
2026-06-11 9:55 UTC (6+ messages)
` [PATCH 5/7] mm/migrate: add copy offload registration infrastructure
[RFC V2 1/3] lib/vsprintf: Add support for pgtable entries
2026-06-11 9:50 UTC (4+ messages)
[PATCH v2 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
2026-06-11 9:47 UTC (4+ messages)
` [PATCH v2 1/3] mm, swap: make SWAPFILE_CLUSTER runtime
` [PATCH v2 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER
` [PATCH v2 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64
[PATCH v3 0/3] remove mmap_action success, error hooks
2026-06-11 9:44 UTC (8+ messages)
` [PATCH v3 1/3] drivers/char/mem: eliminate unnecessary use of success_hook
` [PATCH v3 2/3] mm/vma: remove mmap_action->success_hook
` [PATCH v3 3/3] mm/vma: eliminate mmap_action->error_hook, introduce error_override
[PATCH v4 6/8] string: introduce memcpy_streaming() helpers
2026-06-11 9:38 UTC (4+ messages)
[RFC PATCH] mm/huge_memory: do not add dropped split tail folios to LRU
2026-06-11 9:30 UTC (16+ messages)
` [syzbot ci] "
[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
2026-06-11 9:23 UTC (6+ messages)
` [PATCH 2/5] mm/khugepaged: use slab cache instead of normal kmalloc
[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
2026-06-11 9:23 UTC (7+ messages)
[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
2026-06-11 9:09 UTC (3+ messages)
` [PATCH 00/17] "
[RFC PATCH 0/3] mm/numa: reserve standby NUMA nodes for runtime claiming
2026-06-11 9:00 UTC (3+ messages)
` [RFC PATCH 1/3] mm/numa: add exclusive node pool and numa=standby boot parameter
[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-11 8:51 UTC (27+ messages)
` [PATCH v2 01/16] mm/slab: do not limit zeroing to orig_size when only red zoning is enabled
` [PATCH v2 02/16] mm/slab: do not init any kfence objects on allocation
` [PATCH v2 03/16] mm/slab: stop inlining __slab_alloc_node()
` [PATCH v2 04/16] mm/slab: introduce slab_alloc_context
` [PATCH v2 05/16] mm/slab: introduce alloc_flags and SLAB_ALLOC_TRYLOCK
` [PATCH v2 06/16] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v2 07/16] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v2 08/16] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v2 09/16] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v2 10/16] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v2 11/16] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v2 12/16] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v2 13/16] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v2 14/16] mm/slab: introduce kmalloc_flags()
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
` [PATCH v2 16/16] mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves
[PATCH] tools/mm/page_owner_sort: free per-record allocations
2026-06-11 8:34 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
2026-06-11 7:53 UTC (8+ 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
` [PATCH v2 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v2 4/5] binder: Remove mmap_lock fallback
` [PATCH v2 5/5] tcp: Remove mmap_lock fallback path
[PATCH v2] mm: page_isolation: avoid unsafe folio reads while scanning compound pages
2026-06-11 7:52 UTC (2+ messages)
[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
2026-06-11 7:36 UTC (14+ messages)
[PATCH] mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
2026-06-11 7:35 UTC (9+ messages)
[RFC PATCH 0/5] mm/slub: preserve previous object lifetime
2026-06-11 7:19 UTC (7+ messages)
` [RFC PATCH 1/5] mm/slub: factor user tracking metadata size calculation
` [RFC PATCH 2/5] mm/slub: add optional previous lifetime user tracking
` [RFC PATCH 3/5] mm/slub: print previous object lifetime in debug reports
` [RFC PATCH 4/5] Documentation/mm: document SLUB previous lifetime tracking
` [RFC PATCH 5/5] mm/slub: sanitize previous lifetime tracking flags
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-06-11 7:17 UTC (6+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
2026-06-11 6:19 UTC (5+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 2/4] mm: use get_i_mmap_root to access the file's i_mmap
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree
` [PATCH v2 4/4] docs/mm: update document for split "
[PATCH] mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()
2026-06-11 6:19 UTC (6+ messages)
[RFC PATCH v2 00/11] add shmem mTHP collapse support
2026-06-11 6:18 UTC (4+ messages)
[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
2026-06-11 6:06 UTC (7+ messages)
[RFC PATCH v2 07/11] mm: khugepaged: skip large folios that don't need to be collapsed
2026-06-11 4:59 UTC (2+ messages)
[PATCH v3 0/3] selftests/mm: assorted fixes for hmm-tests
2026-06-11 4:59 UTC (5+ messages)
` [PATCH v3 1/3] selftests/mm: allow PUD-level entries in compound testcase of hmm tests
` [PATCH v3 2/3] selftests/mm: remove hardcoded THP sizing assumptions in "
` [PATCH v3 3/3] selftests/mm: fix exclusive_cow test fork() handling
[PATCH v2 0/3] selftests/mm: assorted fixes for hmm-tests
2026-06-11 3:46 UTC (3+ messages)
better block swap batching and a different take on swap_ops v2
2026-06-11 3:20 UTC (6+ messages)
` [PATCH 1/8] shmem: provide a shmem_write_folio wrapper
` [PATCH 2/8] mm: merge writeout into pageout
[PATCH v2] include/linux/swap.h: Remove unused leftovers
2026-06-11 3:18 UTC (2+ messages)
[RFC 0/4] mm, swap: Enable THP SWAP for PowerPC Book3S64
2026-06-11 3:17 UTC (6+ messages)
` [RFC 1/4] include/linux/swap.h: Remove unused leftovers
[PATCH v4 0/4] mm/zsmalloc: reduce lock contention in zs_free()
2026-06-11 3:15 UTC (6+ messages)
` [PATCH v4 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup
[PATCH] mm: don't allow empty relative nodemask in mpol_relative_nodemask()
2026-06-11 2:50 UTC (3+ messages)
` [PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
[RFC PATCH 0/2] mm: memfd with write notifications
2026-06-11 1:36 UTC (2+ messages)
[PATCH] mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.h
2026-06-11 1:22 UTC
[RFC PATCH v2 06/11] mm: khugepaged: allow khugepaged to check all shmem mTHP-sized orders
2026-06-11 0:47 UTC (3+ messages)
[PATCH] maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macro
2026-06-11 0:40 UTC (2+ messages)
[RFC PATCH v4 0/6] samples/damon: handle damon_{start,stop}() failures
2026-06-11 0:06 UTC (2+ messages)
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-06-10 23:53 UTC (19+ messages)
[PATCH v4] mm/lruvec: trace LRU add drains and drain-all requests
2026-06-10 23:48 UTC
[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
2026-06-10 23:40 UTC (11+ messages)
[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
2026-06-10 22:27 UTC (2+ messages)
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-10 22:23 UTC (10+ messages)
` [PATCH v7 04/42] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v7 06/42] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
[zswap?] BUG: sleeping function called from invalid context at kernel/cgroup/rstat.c:421
2026-06-10 22:08 UTC (7+ messages)
[syzbot] [mm?] KCSAN: data-race in mas_wr_store_entry / mtree_range_walk (2)
2026-06-10 21:59 UTC (3+ messages)
` [syzbot] [mm?] KCSAN: data-race in mas_wr_slot_store / mtree_range_walk
[PATCH v1] kasan: Fix false-positive wild-memory-access on x86 under 5-level paging
2026-06-10 21:55 UTC (3+ messages)
[PATCH v3] mm/lruvec: trace LRU add drains and drain-all requests
2026-06-10 21:13 UTC (3+ messages)
[PATCH 00/11] Convert moduleparams to seq_buf
2026-06-10 21:06 UTC (4+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
[PATCH 2/2] arm64: tlbflush: Reset active_cpu on ASID rollover
2026-06-10 20:57 UTC
[PATCH] mm/gup_test: reject wrapped user ranges
2026-06-10 20:33 UTC (4+ messages)
[PATCH v2 0/6] Remove __folio_index again
2026-06-10 20:02 UTC (4+ messages)
` [PATCH v2 5/6] show_page_info: Remove printing of page index
[PATCH v4 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest
2026-06-10 19:42 UTC (2+ messages)
[PATCH] mm/lruvec: trace LRU add drains and drain-all queuing
2026-06-10 19:38 UTC (8+ messages)
[RFC v1] io_uring/rsrc: add fast path huge page handling in buffer registration
2026-06-10 18:45 UTC (5+ messages)
[PATCH] mm/swap_state: remove unnecessary lru_add_drain() from readahead
2026-06-10 16:51 UTC (2+ messages)
[akpm-mm:mm-new] BUILD SUCCESS ce70d5abbf4f9930a07eddb06f40a0ea3494e33a
2026-06-10 16:38 UTC
[PATCH v2] mm: page_reporting: allow driver to set batch capacity
2026-06-10 16:21 UTC (4+ messages)
[PATCH 1/2] fs/proc/task_mmu: change lock_vma_range() to return error code
2026-06-10 16:00 UTC (8+ messages)
` [PATCH 2/2] fs/proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
[Invitation] bi-weekly guest_memfd upstream call on 2026-06-11
2026-06-10 15:59 UTC
[PATCH RFC 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-10 15:04 UTC (6+ messages)
[v2 00/16] mm: PMD-level swap entries for anonymous THPs
2026-06-10 14:44 UTC (5+ messages)
[PATCH v5] Docs/{admin-guide,mm}/damon: fix DAMON documentation details
2026-06-10 14:41 UTC (3+ messages)
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-06-10 14:37 UTC (7+ messages)
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
2026-06-10 14:17 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox