messages from 2026-07-30 04:40:08 to 2026-07-30 15:34:06 UTC [more...]
[PATCH] selftests/mm: make libnuma-dependent tests optional
2026-07-30 15:33 UTC (3+ messages)
` "
[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
2026-07-30 15:28 UTC (2+ messages)
[PATCH] mm, memcg: fix memory.peak reset clobbering other fds' watermark
2026-07-30 15:16 UTC (2+ messages)
[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
2026-07-30 15:02 UTC (4+ messages)
` [PATCH RFC v2 1/3] mm, x86: support copying a folio "
` [PATCH RFC v2 2/3] mm: new migrate_mode flag for async "
` [PATCH RFC v2 3/3] mm: use non-temporal stores for demotion
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-30 14:57 UTC (10+ messages)
[PATCH] mm: use proper PTE accessor in move_ptes()
2026-07-30 14:50 UTC (5+ messages)
[RFC PATCH] mm/ksm: use checksum to speed up page comparison
2026-07-30 14:47 UTC (4+ messages)
[PATCH v2 0/7] mm/khugepaged: several cleanups
2026-07-30 14:44 UTC (7+ messages)
` [PATCH v2 1/7] mm/khugepaged: refactor per-scan state clearing into collapse_control_init_scan()
` [PATCH v2 2/7] mm/khugepaged: extract young page check into collapse_is_referenced() helper
[PATCH] mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()
2026-07-30 14:32 UTC
[PATCH v2 00/17] mm: Introduce section-based vmemmap optimization for HugeTLB
2026-07-30 14:32 UTC (10+ messages)
` [PATCH v2 02/17] mm/sparse-vmemmap: rename HVO order macros
` [PATCH v2 03/17] mm/mm_init: skip initializing shared vmemmap tail pages
` [PATCH v2 06/17] mm/mm_init: factor out pfn_to_zone()
[PATCH] mm: kmemleak: default min_unref_scans to 2 for verbose auto-scan
2026-07-30 14:31 UTC
[PATCH v4 4/5] mm/memcontrol: convert memcg to use page_counter_stock
2026-07-30 14:30 UTC (4+ messages)
[PATCH] hugetlb: Use invalidate_lock instead of fault_mutex
2026-07-30 14:24 UTC (4+ messages)
[PATCH mm-hotfixes v2 0/2] mm/huge_memory: fix huge_zero_pfn race
2026-07-30 14:18 UTC (4+ messages)
` [PATCH mm-hotfixes v2 1/2] "
` [PATCH mm-hotfixes v2 2/2] mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logic
[PATCH] slub: print just the function name in /sys/kernel/slab/*/ctor
2026-07-30 14:15 UTC (3+ messages)
[PATCH RFC] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
2026-07-30 14:15 UTC (3+ messages)
[PATCH] mm/usercopy: harden bounds checking for vmalloc allocations
2026-07-30 14:14 UTC (7+ messages)
[RFC PATCH 0/2] mm/memory_hotplug: bound offline retry loops with a configurable limit
2026-07-30 14:12 UTC (5+ messages)
[PATCH v6 0/6] selftests/mm: separate GUP microbenchmarking from functional testing
2026-07-30 14:08 UTC (7+ messages)
` [PATCH v6 1/6] selftests/mm: make file helpers return errors
` [PATCH v6 2/6] tools/lib/mm: add shared file helpers
` [PATCH v6 3/6] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v6 4/6] tools/mm: move gup_test from selftests/mm to tools/mm
` [PATCH v6 5/6] tools/mm: make gup_bench a benchmark only tool
` [PATCH v6 6/6] selftests/mm: add a GUP selftest
[PATCH] mm/huge_memory: fix huge zero folio publication race
2026-07-30 14:02 UTC (6+ messages)
[PATCH v2] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
2026-07-30 14:01 UTC (4+ messages)
[PATCH v1 0/2] mm: split underused anonymous mTHP folios
2026-07-30 13:52 UTC (14+ messages)
` [PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list
[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
2026-07-30 13:34 UTC (10+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled
` [PATCH 2/9] selftests/exec: let binfmt_flag_supported() return a bool
` [PATCH 3/9] selftests/exec: test registering an entry disabled
` [PATCH 4/9] binfmt_misc: document "
` [PATCH 5/9] selftests/exec: share the bpf handler preconditions
` [PATCH 6/9] binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interp
` [PATCH 7/9] binfmt_misc: let a 'B' entry bind its interpreters
` [PATCH 8/9] selftests/exec: test interpreters bound to a 'B' entry
` [PATCH 9/9] binfmt_misc: document interpreters bound by "
[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
2026-07-30 13:11 UTC (12+ messages)
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
2026-07-30 13:11 UTC (4+ messages)
` [PATCH RFC 3/3] mm: use non-temporal stores for demotion
[PATCH mm-hotfixes 0/2] mm/huge_memory: fix huge_zero_pfn race
2026-07-30 13:09 UTC (10+ messages)
` [PATCH mm-hotfixes 2/2] "
[PATCH] mm/vmalloc: make vm_struct.nr_pages an unsigned long
2026-07-30 13:04 UTC (8+ messages)
` [PATCH v2 0/3] mm/vmalloc: stop truncating byte counts derived from nr_pages
` [PATCH v2 1/3] mm/vmalloc: fix 32-bit truncation of the area size in vread_iter()
` [PATCH v2 2/3] mm/vmalloc: fix 32-bit truncation in the vrealloc() grow-in-place check
` [PATCH v2 3/3] mm/vmalloc: make vm_struct.nr_pages an unsigned long
[PATCH v3] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
2026-07-30 12:49 UTC (2+ messages)
[PATCH v2] selftests/mm: unpoison pages in memory-failure teardown
2026-07-30 12:48 UTC (2+ messages)
[PATCH v4] mm/migrate_device: Clear stale mapping after freeing swapcache
2026-07-30 12:47 UTC (4+ messages)
[PATCH v3] mm/page_reporting: Add page_reporting_delay_ms module parameter
2026-07-30 12:43 UTC (7+ messages)
[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-30 12:41 UTC (15+ messages)
` [PATCH v3 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v3 02/13] mm/slab: remove objs_per_slab()
` [PATCH v3 08/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v3 09/13] mm/slab: introduce slab_obj_ext_has_codetag()
` [PATCH v3 10/13] mm/slab: reduce slabobj_ext memory with allocation profiling disabled
` [PATCH v3 13/13] mm/slab, kfence, memcg: completely remove obj_ext for kfence objects
[PATCH] mm/mglru: force aging the lruvec when min_seq pinned
2026-07-30 12:35 UTC (9+ messages)
[RFC PATCH v5 0/4] mm: avoid large folio splits when swap is unavailable
2026-07-30 12:23 UTC (5+ messages)
` [RFC PATCH v5 1/4] mm: add page_counter_margin()
` [RFC PATCH v5 2/4] mm: distinguish large folio swap allocation failures
` [RFC PATCH v5 3/4] mm/vmscan: avoid pointless large folio splits without swap
` [RFC PATCH v5 4/4] mm/shmem: split large folios only on -E2BIG
[RFC PATCH v2 0/5] mm: mglru: fix swappiness behavior
2026-07-30 12:22 UTC (3+ messages)
` [RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
[PATCH v3 0/2] kho: support preserving high-order non-compound pages
2026-07-30 12:05 UTC (4+ messages)
` [PATCH v3 2/2] kho: Introduce preserve/restore APIs for high-order pages
[PATCH v5 00/22] kho: make boot time huge page allocation work nicely with KHO
2026-07-30 11:53 UTC (10+ messages)
` [PATCH v5 01/22] kho: generalize radix tree APIs
` [PATCH v5 17/22] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v5 18/22] kho: extend scratch
[RFC PATCH 9/9] arm64/debug: Mark debug exception helpers __always_inline
2026-07-30 11:50 UTC (4+ messages)
[PATCH v7 00/13] Use generic_file_read_iter() in hugetlbfs
2026-07-30 11:40 UTC (11+ messages)
` [PATCH v7 01/13] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v7 02/13] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v7 03/13] hugetlb: Mark some function arguments as const
` [PATCH v7 05/13] hugetlb: Move poison to pages before clearing hugetlb page type
[RFC PATCH v2 4/5] mm: mglru: run aging when pages are severely imbalanced across gens
2026-07-30 11:38 UTC (4+ messages)
[RFC PATCH v2 1/2] mm: allow smaller large folios to use lru_cache
2026-07-30 11:28 UTC (4+ messages)
[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
2026-07-30 11:21 UTC (2+ messages)
[PATCH 0/3] x86/mm: DEBUG_PAGEALLOC musings
2026-07-30 11:17 UTC (7+ messages)
` [PATCH 3/3] x86/mm: Fix and document DEBUG_PAGEALLOC
[PATCH v5 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
2026-07-30 11:10 UTC (2+ messages)
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-07-30 11:05 UTC (11+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-07-30 10:16 UTC (9+ messages)
` [PATCH v3 02/15] mm: introduce linear_anon_page_index()
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
2026-07-30 10:06 UTC (3+ messages)
[PATCH v4 0/5] mm/rmap: Refactor try_to_unmap_one
2026-07-30 9:45 UTC (6+ messages)
` [PATCH v4 1/5] mm/rmap: convert page -> folio for hwpoison checks
` [PATCH v4 2/5] mm/rmap: Add try_to_unmap_poisoned_hugetlb_one
` [PATCH v4 3/5] mm/rmap: refactor some code around lazyfree folio unmapping
` [PATCH v4 4/5] mm/rmap: refactor anon folio unmap in try_to_unmap_one
` [PATCH v4 5/5] mm/rmap: add anon folio unmap dispatcher
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-07-30 9:33 UTC (13+ messages)
` [PATCH v7 1/5] block: introduce bio_in_atomic()
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v7 4/5] buffer: set "
` [PATCH v7 5/5] block: enable RWF_DONTCACHE for block devices
[PATCH v6 0/3] mm: make persistent huge zero folio read-only
2026-07-30 9:06 UTC (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] arm64/mm: add set_direct_map_ro_noflush()
` [PATCH v6 3/3] x86/mm: "
[PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-07-30 9:01 UTC (4+ messages)
[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
2026-07-30 8:58 UTC (2+ messages)
[PATCH] mm: return -ENOMEM for page-table allocation failure in insert_pages()
2026-07-30 8:36 UTC (5+ messages)
[PATCH mm-unstable v1 2/3] mm/migrate.c: Prevent folio splitting from interacting with KSM
2026-07-30 8:33 UTC (7+ messages)
[PATCH v2 0/3] mm,kernfs,proc: Unmap mmaps of removed files via file->f_mapping
2026-07-30 8:24 UTC (6+ messages)
` [PATCH v2 1/3] mm: Add unmap_mapping_file() helper
[PATCH v8 0/9] mm: optimize zone-device memmap initialization
2026-07-30 8:14 UTC (5+ messages)
` [PATCH v8 7/9] x86/string: extend memcpy_flushcache() fixed-size fastpaths
[PATCH v7 0/9] mm: optimize zone-device memmap initialization
2026-07-30 7:58 UTC (7+ messages)
` [PATCH v7 9/9] mm: always use the zone-device template init path
[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-07-30 7:57 UTC (6+ messages)
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks
[PATCH RFC] mm/gup: batch contiguous pages in follow_page_mask() and return them via a pages array
2026-07-30 7:53 UTC
[RFC PATCH 00/16] Page Alloc Hogger
2026-07-30 7:50 UTC (4+ messages)
[RFC PATCH v2 1/5] mm: mglru: avoid scanning empty generations in scan_folios()
2026-07-30 7:21 UTC (4+ messages)
[PATCH] mm/mm_init: remove unnecessary initialization of pgdat->per_cpu_nodestats
2026-07-30 7:06 UTC (4+ messages)
[PATCH] memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is done
2026-07-30 6:57 UTC (2+ messages)
[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
2026-07-30 6:34 UTC (3+ messages)
` [PATCH v8 2/8] mm: migrate: Add promote_misplaced_memcg_folios()
[PATCH v3 0/2] mm/zswap: Fixes and improves the zswap shrink
2026-07-30 6:31 UTC (5+ messages)
` [PATCH v3 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
2026-07-30 6:06 UTC (4+ messages)
` [RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)~
[RFC PATCH v1.1 0/6] mm/damon: add kunit and selftests for probes and probe weights
2026-07-30 4:39 UTC (5+ messages)
` [RFC PATCH v1.1 3/6] selftests/damon/_damon_sysfs: implement DamonProbes
` [RFC PATCH v1.1 4/6] selftests/damon/drgn_dump_damon_status: dump probes
` [RFC PATCH v1.1 5/6] selftests/damon/sysfs.py: extend commit assertion function for probes
` [RFC PATCH v1.1 6/6] selftests/damon/sysfs.py: test damon probes
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