messages from 2026-07-22 06:50:31 to 2026-07-22 15:04:51 UTC [more...]
[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
2026-07-22 15:04 UTC (2+ messages)
[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
2026-07-22 14:56 UTC (5+ messages)
` [PATCH v2 1/4] mm: page_alloc: __GFP_FS lockdep annotation for direct compaction
` [PATCH v2 2/4] mm: compaction: support non-movable compaction for pageblock requests
` [PATCH v2 3/4] mm: page_alloc: move capture_control to the page allocator
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm in defrag_mode
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-22 14:36 UTC (15+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
2026-07-22 14:29 UTC
[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
2026-07-22 14:26 UTC (2+ messages)
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-07-22 14:20 UTC (17+ messages)
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
[REGRESSION] mm/mprotect: shared-dirty base-page toggle slower since v6.17
2026-07-22 14:11 UTC (7+ messages)
[PATCH 0/2] mm/damon/core: remove unused helper functions
2026-07-22 14:09 UTC (6+ messages)
` [PATCH 1/2] mm/damon/core: remove unused damon_targets_empty()
` [PATCH 2/2] mm/damon/core: remove unused damon_nr_running_ctxs()
[PATCH v3] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
2026-07-22 14:08 UTC
[PATCH RESEND v1 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-22 14:05 UTC (8+ messages)
` [PATCH RESEND v1 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
` [PATCH RESEND v1 2/5] selftests/mm: skip guard hole-punch test if MADV_REMOVE "
` [PATCH RESEND v1 3/5] selftests/mm: skip khugepaged swap tests without swap
` [PATCH RESEND v1 4/5] selftests/mm: skip page-cache hwpoison tests on NFS
` [PATCH RESEND v1 5/5] selftests/mm: retry migration failures for the full runtime
[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
2026-07-22 14:02 UTC (3+ messages)
[PATCH v3 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
2026-07-22 13:51 UTC (3+ messages)
[PATCH RFC 0/3] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
2026-07-22 13:50 UTC (2+ messages)
[PATCH v2] selftests/damon/sysfs.py: clean up sh processes used for obsolete_target test
2026-07-22 13:48 UTC (2+ messages)
[PATCH] samples/damon/mtier: add comment for struct region_range
2026-07-22 13:46 UTC (2+ messages)
[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
2026-07-22 13:33 UTC (7+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[PATCH RFC 00/18] arch, mm: create a generic set_memory/change_page_attr core
2026-07-22 13:20 UTC (10+ messages)
` [PATCH RFC 01/18] x86/mm/pat: Don't gate cpa_lock on debug_pagealloc_enabled()
` [syzbot ci] Re: arch, mm: create a generic set_memory/change_page_attr core
[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-07-22 13:14 UTC (2+ messages)
swap_ops updates
2026-07-22 13:06 UTC (4+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
` [PATCH 3/3] mm/swap: move swap_ops into file systems for file system-based swap
[PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
2026-07-22 13:01 UTC (2+ messages)
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front
[PATCH slab/for-next v4 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-07-22 13:03 UTC (17+ messages)
` [PATCH slab/for-next v4 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH slab/for-next v4 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH slab/for-next v4 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
` [PATCH slab/for-next v4 7/8] mm/slab: introduce kfree_rcu_nolock()
[PATCH] selftest: Fix UB of getline due to missing var init
2026-07-22 13:02 UTC (4+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline
` [PATCH v2 1/2] selftests/clone3: Fix wild pointer access of getline due to missing init
` [PATCH v2 2/2] selftests/mm: Fix potential "
[PATCH] mm/mlock: skip __mm_populate() for MLOCK_ONFAULT
2026-07-22 12:59 UTC (2+ messages)
[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
2026-07-22 12:57 UTC (5+ messages)
[PATCH] mm/page_idle: call folio_test_lru() after folio_get()
2026-07-22 12:50 UTC (3+ messages)
` "
[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-22 12:47 UTC (3+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling
[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-07-22 12:35 UTC (5+ messages)
[RFC PATCH 0/2] mm/memory_hotplug: bound offline retry loops with a configurable limit
2026-07-22 12:29 UTC (5+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] selftests/mm: add pc-dimm ACPI eject selftest for offline_migrate_max_passes
[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
2026-07-22 12:16 UTC (3+ messages)
[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
2026-07-22 12:13 UTC (4+ messages)
` [PATCH v3 05/24] binfmt_misc: use RCU for the handler lookup
[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
2026-07-22 11:52 UTC (6+ messages)
[PATCH 0/8] mm/khugepaged: collapse_file() cleanups
2026-07-22 10:10 UTC (9+ messages)
` [PATCH 1/8] mm/khugepaged: separate out windy folio logic from collapse_file
` [PATCH 2/8] mm/khugepaged: factor out page cache folio reading
` [PATCH 6/8] mm/khugepaged: hoist isolation into collapse_isolate_folio()
` [PATCH 7/8] mm/khugepaged: hoist more code "
[PATCH v2 0/4] mm: honour compact_unevictable_allowed in mlock and CMA paths
2026-07-22 9:58 UTC (5+ messages)
` [PATCH v2 4/4] mm/mlock: migrate folios out of CMA when mlocking a range
[PATCH v2 1/4] selftests: add shared lib.bpf.mk to build BPF progs and skeletons
2026-07-22 9:56 UTC (2+ messages)
[PATCH 1/2] mm/shmem: add shmem_backup_folio() helper
2026-07-22 9:43 UTC (2+ messages)
[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
2026-07-22 9:43 UTC (3+ messages)
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush
[PATCH v6 0/5] Only free healthy pages in high-order has_hwpoisoned folio
2026-07-22 9:40 UTC (7+ messages)
` [PATCH v6 1/5] mm/page_alloc: introduce __free_prepared_contig_range() with fpi_t
` [PATCH v6 2/5] mm/page_alloc: only free healthy pages in high-order has_hwpoisoned folio
[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
2026-07-22 9:36 UTC (4+ messages)
[PATCH v7 6/7] mm/vmalloc: map contiguous pages in batches for vmap() if possible
2026-07-22 8:58 UTC (2+ messages)
[PATCH 1/4] mm: vmpressure: scale sampling window with machine size
2026-07-22 8:52 UTC (3+ messages)
[PATCH slab/for-next v4 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
2026-07-22 8:32 UTC (3+ messages)
[PATCH] mm/mm_init: remove redundant memset in free_area_init()
2026-07-22 8:24 UTC (2+ messages)
[PATCH v7 0/9] mm: optimize zone-device memmap initialization
2026-07-22 8:18 UTC (2+ messages)
[PATCH] mm/memory: use folio lock/ref helpers in do_swap_page
2026-07-22 7:46 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in unmap_region
2026-07-22 7:14 UTC (2+ messages)
[PATCH] slab: silence sparse warning with type-based partitioning
2026-07-22 7:08 UTC (2+ messages)
page: | 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