messages from 2026-06-11 13:20:18 to 2026-06-12 06:57:38 UTC [more...]
[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-12 6:57 UTC (32+ 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 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 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
2026-06-12 6:55 UTC (16+ 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 v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-06-12 6:54 UTC (4+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
[PATCH] mm/gup_test: fix race with PIN_LONGTERM_TEST ioctls
2026-06-12 6:47 UTC (3+ messages)
[v2 11/16] mm: handle PMD swap entries in non-present PMD walkers
2026-06-12 6:45 UTC
[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
2026-06-12 6:44 UTC (10+ 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
` [syzbot ci] Re: mm: split the file's i_mmap tree for NUMA
[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
2026-06-12 6:23 UTC (2+ messages)
` [PATCH v3] mm/damon: add KUnit test for walk_control_obsolete behavior
[PATCHv2] mm/huge_memory: do not add dropped split tail folios to LRU
2026-06-12 5:52 UTC (5+ messages)
[PATCH v3] tools/mm/page_owner_sort: free per-record allocations
2026-06-12 5:50 UTC
[PATCH v2 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64
2026-06-12 5:46 UTC (2+ messages)
Direct IO page bouncing got some garbage?
2026-06-12 5:24 UTC (2+ messages)
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-06-12 5:09 UTC (12+ messages)
[PATCH] mm: pgtable: protect lockless kernel page table walks with RCU
2026-06-12 5:05 UTC (4+ messages)
` [PATCH v2] "
[RFC PATCH] mm/huge_memory: do not add dropped split tail folios to LRU
2026-06-12 4:54 UTC (11+ messages)
[RFC PATCH 0/3] mm: drop redundant lru_add_drain in anon folio reuse paths
2026-06-12 4:48 UTC (16+ 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 0/2] kasan: hw_tags: Add option to tag only at allocation time
2026-06-12 4:44 UTC (3+ messages)
` [RFC PATCH 1/2] kasan: hw_tags: Use KASAN_PAGE_REDZONE for vmalloc redzoning
` [RFC PATCH 2/2] kasan: hw_tags: Add boot option to elide free time poisoning
[PATCH RFC] mm/kmemleak: avoid soft lockup when scanning task stacks
2026-06-12 4:27 UTC (4+ messages)
[PATCH v4 00/19] mm: Refactor bootmem gigantic hugepage allocation
2026-06-12 3:59 UTC (20+ messages)
` [PATCH v4 01/19] mm/hugetlb: Fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pages
` [PATCH v4 02/19] mm/hugetlb_vmemmap: Fix __hugetlb_vmemmap_optimize_folios()
` [PATCH v4 03/19] powerpc/mm: Fix wrong addr_pfn tracking in compound vmemmap population
` [PATCH v4 04/19] mm/hugetlb: Initialize gigantic bootmem hugepage struct pages earlier
` [PATCH v4 05/19] mm/mm_init: Simplify deferred_free_pages() migratetype init
` [PATCH v4 06/19] mm/sparse: Panic on memmap and usemap allocation failure
` [PATCH v4 07/19] mm/sparse: Move subsection_map_init() into sparse_init()
` [PATCH v4 08/19] mm/mm_init: Defer sparse_init() until after zone initialization
` [PATCH v4 09/19] mm/mm_init: Defer hugetlb reservation "
` [PATCH v4 10/19] mm/mm_init: Remove set_pageblock_order() call from sparse_init()
` [PATCH v4 11/19] mm/sparse: Move sparse_vmemmap_init_nid_late() into sparse_init_nid()
` [PATCH v4 12/19] mm/hugetlb_cma: Validate hugetlb CMA range by zone at reserve time
` [PATCH v4 13/19] mm/hugetlb: Refactor early boot gigantic hugepage allocation
` [PATCH v4 14/19] mm/hugetlb: Free cross-zone bootmem gigantic pages after allocation
` [PATCH v4 15/19] mm/hugetlb_vmemmap: Move bootmem HVO setup to early init
` [PATCH v4 16/19] mm/hugetlb: Remove obsolete bootmem cross-zone checks
` [PATCH v4 17/19] mm/sparse-vmemmap: Remove sparse_vmemmap_init_nid_late()
` [PATCH v4 18/19] mm/hugetlb: Remove unused bootmem cma field
` [PATCH v4 19/19] mm/mm_init: Fold __init_page_from_nid() into __init_deferred_page()
[PATCH] mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()
2026-06-12 4:00 UTC (4+ messages)
[PATCH] mm/memblock: Remove redundant pageblock_align() in free_unused_memmap()
2026-06-12 3:11 UTC
[PATCH] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
2026-06-12 2:48 UTC (6+ messages)
[PATCH v5 0/5] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-06-12 2:44 UTC (7+ messages)
` [PATCH v5 1/5] mm: move mirrored memory overlap checking to the outer loop
[PATCH v3 0/3] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
2026-06-12 2:26 UTC (4+ messages)
` [PATCH v3 1/3] mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()
` [PATCH v3 2/3] mm/percpu: honor GFP constraints when populating chunks
` [PATCH v3 3/3] mm/percpu: Avoid IO/FS reclaim in backing allocations
[PATCH v4 0/4] mm/zsmalloc: reduce lock contention in zs_free()
2026-06-12 2:00 UTC (8+ messages)
` [PATCH v4 1/4] mm/zsmalloc: encode class index in obj value for lockless class lookup
[PATCH] selftests: mm: fix and speedup "droppable" test
2026-06-12 1:29 UTC (2+ messages)
[PATCH 0/5] mm/khugepaged: add collapse hint machanism for khugepaged and use in mglru
2026-06-12 1:01 UTC (7+ messages)
[RFC PATCH v4 0/4] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
2026-06-12 0:56 UTC (9+ 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 v4 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-06-12 0:23 UTC (4+ messages)
` [PATCH v4 6/6] kselftest: alloc_tag: extend the allocinfo ioctl kselftest
[PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
2026-06-12 0:11 UTC (5+ messages)
[PATCH] maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macro
2026-06-11 23:00 UTC (3+ messages)
[PATCH v2 0/5] mm: Unconditional per-VMA locks and cleanups
2026-06-11 21:04 UTC (14+ 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
` [syzbot ci] Re: mm: Unconditional per-VMA locks and cleanups
[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
[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 (6+ 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/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 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 (4+ messages)
` [syzbot ci] "
[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 v2] include/linux/swap.h: Remove unused leftovers
2026-06-11 14:34 UTC (2+ messages)
[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 (5+ messages)
` [RFC PATCH 1/6] arm64: mm: explicitly declare module and ftrace execmem regions
` [RFC PATCH 3/6] arm64: mm: fix restoring linear map permissions on execmem cache clean
[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 (3+ messages)
` [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
[syzbot ci] Re: Implement a new generic pagewalk API
2026-06-11 13:22 UTC (2+ messages)
[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
2026-06-11 13:20 UTC (13+ 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