messages from 2026-07-29 02:26:17 to 2026-07-29 14:57:35 UTC [more...]
[PATCH v5 00/22] kho: make boot time huge page allocation work nicely with KHO
2026-07-29 14:56 UTC (19+ messages)
` [PATCH v5 01/22] kho: generalize radix tree APIs
` [PATCH v5 02/22] kho: make radix max key width more obvious
` [PATCH v5 03/22] kho: disallow wide keys in radix tree
` [PATCH v5 04/22] kho: return virtual address of mem_map from kho_get_mem_map()
` [PATCH v5 05/22] kho: store incoming radix tree in kho_in
` [PATCH v5 06/22] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v5 07/22] kho: add a struct for radix callbacks
` [PATCH v5 08/22] kho: add callback for table pages
` [PATCH v5 09/22] kho: add data argument to radix walk callback
` [PATCH v5 10/22] kho: allow early-boot usage of the KHO radix tree
` [PATCH v5 11/22] kho: allow destroying "
` [PATCH v5 12/22] kho: add kho_radix_init_tree()
` [PATCH v5 13/22] kho: expose kho_scratch_overlap() to kexec_handover.h
` [PATCH v5 14/22] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v5 15/22] kho: initialize preserved memory map radix tree earlier
` [PATCH v5 16/22] mm/mm_init: simplify deferred_free_pages() migratetype init
` [PATCH v5 17/22] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v5 18/22] kho: extend scratch
[PATCH 00/17] arm64/mm: Enable 128 bit page table entries
2026-07-29 12:24 UTC (18+ messages)
` [PATCH 01/17] mm: Add read-write accessors for vm_page_prot
` [PATCH 02/17] arm64/mm: Convert READ_ONCE() as pmdp_get() while accessing PMD
` [PATCH 03/17] arm64/mm: Convert READ_ONCE() as pudp_get() while accessing PUD
` [PATCH 04/17] arm64/mm: Convert READ_ONCE() as p4dp_get() while accessing P4D
` [PATCH 05/17] arm64/mm: Convert READ_ONCE() as pgdp_get() while accessing PGD
` [PATCH 06/17] arm64/mm: Route all pgtable reads via ptval_get()
` [PATCH 07/17] arm64/mm: Route all pgtable writes via ptval_set()
` [PATCH 08/17] arm64/mm: Route all pgtable atomics to central helpers
` [PATCH 09/17] arm64/mm: Override read-write accessors for vm_page_prot
` [PATCH 10/17] arm64/mm: Standardize printing for pgtable entries
` [PATCH 11/17] arm64/mm: Enable fixmap with 5 level page table
` [PATCH 12/17] arm64/mm: Enable pgtable geometry for FEAT_D128
` [PATCH 13/17] arm64/mm: Enable pgtable descriptor "
` [PATCH 14/17] arm64/mm: Enable 128 bit translation
` [PATCH 15/17] arm64/mm: Add an abstraction level for tlbi_op
` [PATCH 16/17] arm64/mm: Enable TLBIP instruction based TLB flush
` [PATCH 17/17] arm64/mm: Make ARM64_D128 selectable
[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
2026-07-29 12:42 UTC (13+ messages)
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
2026-07-29 11:11 UTC (14+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test
[PATCH 0/3] x86/mm: DEBUG_PAGEALLOC musings
2026-07-29 14:48 UTC (6+ messages)
` [PATCH 1/3] x86/mm: Use guard() in cpa_collapse_large_pages()
` [PATCH 2/3] x86/mm: Use guard() for pgd_lock
` [PATCH 3/3] x86/mm: Fix and document DEBUG_PAGEALLOC
[PATCH v2] mm/hugetlb_cma: support percentage-based hugetlb_cma reservation
2026-07-29 8:52 UTC (2+ messages)
[linux-next:master 9148/9778] drivers/gpu/drm/ttm/ttm_backup.c:163 ttm_backup_backup_folio() warn: inconsistent indenting
2026-07-29 8:50 UTC
[RFC PATCH 0/6] mm/damon: add kunit and selftests for probes and probe weights
2026-07-29 14:47 UTC (7+ messages)
` [RFC PATCH 1/6] mm/damon/tests/core-kunit: test damon_commit_filter()
` [RFC PATCH 2/6] mm/damon/tests/core-kunit: add damon_commit_probes() test
` [RFC PATCH 3/6] selftests/damon/_damon_sysfs: implement DamonProbes
` [RFC PATCH 4/6] selftests/damon/drgn_dump_damon_status: dump probes
` [RFC PATCH 5/6] selftests/damon/sysfs.py: extend commit assertion function for probes
` [RFC PATCH 6/6] selftests/damon/sysfs.py: test damon probes
[PATCH v6 1/4] block: add task-context bio completion infrastructure
2026-07-29 8:48 UTC (15+ messages)
[PATCH] mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
2026-07-29 12:12 UTC (2+ messages)
` [PATCH] mm/shmem: drop redundant casts in shmem_evict_inode() pr_warn
[PATCH v3] mm/slub: fix missing debugfs entries for caches created before sysfs init
2026-07-29 10:18 UTC
[PATCH v3 0/2] mm/zswap: Fixes and improves the zswap shrink
2026-07-29 8:42 UTC (3+ messages)
` [PATCH v3 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH v3 2/2] mm/zswap: Support batch writeback in shrink_memcg()
[RFC PATCH v2 0/2] mm: enable lru cache for smaller large folios
2026-07-29 12:13 UTC (5+ messages)
` [RFC PATCH v2 1/2] mm: allow smaller large folios to use lru_cache
` [RFC PATCH v2 2/2] mm: improve large folio reuse for LRU-cached folios
[PATCH v2 0/7] mm/khugepaged: several cleanups
2026-07-29 9:48 UTC (15+ 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 v2 3/7] mm/khugepaged: introduce a count_collapse_event() helper
` [PATCH v2 4/7] mm/khugepaged: fix outdated comments
` [PATCH v2 6/7] mm/khugepaged: unmap pte before releasing vma write lock
` [PATCH v2 7/7] mm: Documentation: clarify where the mTHP stats live
[RFC PATCH 00/11] mm, swap: dynamic cluster management for xswap devices
2026-07-29 14:36 UTC (7+ messages)
` [RFC PATCH 02/11] mm, swap: add CONFIG_XSWAP and xswap fields to swap_info_struct
` [RFC PATCH 03/11] mm, swap: add xswap cluster grow via VM_SPARSE vmalloc
[PATCH v3 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
2026-07-29 9:46 UTC (11+ messages)
` [PATCH v3 06/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v3 07/13] mm/slab: replace slab.stride with obj_exts_in_object
` [PATCH v3 08/13] mm/slab: change struct slabobj_ext to a union
[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
2026-07-29 8:34 UTC (9+ messages)
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
[PATCH] MAINTAINERS: update address for Brendan Jackman
2026-07-29 12:46 UTC (2+ messages)
[PATCH v5 2/3] mm/vmscan: add pgrotate_anon and pgrotate_file vmstat counters
2026-07-29 13:09 UTC (2+ messages)
[PATCH v8 0/8] mm: Hot page tracking and promotion infrastructure
2026-07-29 13:54 UTC (8+ messages)
[PATCH v2] mm/khugepaged: replace mutex_lock/mutex_unlock usage with guard macro
2026-07-29 11:56 UTC (3+ messages)
[RFC PATCH] mm/ksm: use checksum to speed up page comparison
2026-07-29 9:38 UTC (2+ messages)
[PATCH] kexec: keep the next kernel off hardware-poisoned pages
2026-07-29 11:57 UTC (4+ messages)
[PATCH 1/4] mm/damon: defensively skip zone device folios in damon_get_folio()
2026-07-29 14:22 UTC (2+ messages)
[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
2026-07-29 14:20 UTC (4+ messages)
` [PATCH v4 19/21] memblock: make HugeTLB bootmem allocation work "
[PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-07-29 14:14 UTC (10+ messages)
` [PATCH v5 1/8] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
` [PATCH v5 2/8] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
` [PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
` [PATCH v5 4/8] mm/slab: extend deferred free mechanism to handle rcu sheaves
` [PATCH v5 5/8] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
` [PATCH v5 6/8] mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
` [PATCH v5 7/8] mm/slab: introduce kfree_rcu_nolock()
` [PATCH v5 8/8] slub_kunit: extend the test for kfree_rcu_nolock()
[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
2026-07-29 11:50 UTC (8+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
[PATCH v5 3/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-07-29 13:02 UTC (2+ messages)
[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
2026-07-29 9:32 UTC (8+ messages)
` [PATCH 04/16] vmalloc: pass in pgd pointer for vmap{__vunmap}_range_noflush()
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-07-29 11:52 UTC (5+ messages)
` [PATCH v3 01/26] set_memory: add folio_{zap,restore}_direct_map helpers
[RFC] Robust futex causing memcg OOM storm on exit
2026-07-29 8:21 UTC (10+ messages)
[PATCH mm-hotfixes 0/2] mm/huge_memory: fix huge_zero_pfn race
2026-07-29 8:15 UTC (3+ messages)
[PATCH v3 3/5] selftests/mm: skip khugepaged swap tests without swap
2026-07-29 9:18 UTC (2+ messages)
[RFC PATCH v1.2 00/12] mm/damon: cleanup code, add test cases, and update guidances in docs
2026-07-29 14:02 UTC (13+ messages)
` [RFC PATCH v1.2 01/12] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [RFC PATCH v1.2 02/12] mm/damon/core: remove debug messages
` [RFC PATCH v1.2 03/12] mm/damon/vaddr: remove a debug message
` [RFC PATCH v1.2 04/12] mm/damon/core: validate number of probes in valid_probe_params()
` [RFC PATCH v1.2 05/12] mm/damon/sysfs: remove probes number validation
` [RFC PATCH v1.2 06/12] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [RFC PATCH v1.2 07/12] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [RFC PATCH v1.2 08/12] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [RFC PATCH v1.2 09/12] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [RFC PATCH v1.2 10/12] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal
` [RFC PATCH v1.2 11/12] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
` [RFC PATCH v1.2 12/12] Docs/ABI/damon: recommend subsystem doc instead of admin-guide
[PATCH v2 1/1] mm: shmem: reject page-aligned fallocate end overflow
2026-07-29 14:07 UTC
[PATCH] mm/migrate: report RCU-tasks quiescent states in migrate_pages_batch()
2026-07-29 9:21 UTC (2+ messages)
[PATCH v2] selftests/mm: unpoison pages in memory-failure teardown
2026-07-29 9:18 UTC (2+ messages)
[PATCH v1 0/2] mm: split underused anonymous mTHP folios
2026-07-29 14:02 UTC (9+ messages)
` [PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list
[PATCH 0/2] mm: gup: cleanup gup_fast call chain
2026-07-29 13:23 UTC (3+ messages)
[PATCH] mm: memcg: stop reclaim when a limit update is superseded
2026-07-29 8:02 UTC (6+ messages)
[PATCH] selftest: Fix UB of getline due to missing var init
2026-07-29 7:59 UTC (5+ messages)
` [PATCH v2 0/2] selftests: Add missing initalization of pointer passed to getline
[PATCH] params: fix charp corruption on allocation failure
2026-07-29 12:32 UTC (2+ messages)
` [PATCH v2] "
[PATCH v7 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-07-29 13:15 UTC (14+ messages)
` [PATCH v7 1/7] arm64/hugetlb: Extend batching of multiple CONT_PTE in a single PTE setup
` [PATCH v7 2/7] arm64/vmalloc: Allow arch_vmap_pte_range_map_size to batch multiple CONT_PTE
[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
2026-07-29 13:52 UTC (8+ messages)
` [PATCH v5 04/11] mm: zswap: add range lookup for large-folio swapin
[PATCH 0/2] mm/gup: batch PTE-mapped large folios in follow_page_mask()
2026-07-29 7:16 UTC (4+ messages)
` [PATCH 1/2] mm/gup: pass an end address to follow_page_mask() and return a page count
` [PATCH 2/2] mm/gup: batch contiguous PTE-mapped large folios in follow_page_mask()
[PATCH] mm/huge_memory: fix huge zero folio publication race
2026-07-29 6:44 UTC (2+ messages)
[PATCH] kho: fix size calculation in kho_preserved_memory_reserve()
2026-07-29 6:43 UTC (2+ messages)
[PATCH v2 0/2] make unused huge shrinker memcg aware
2026-07-29 5:59 UTC (6+ messages)
` [PATCH v2 2/2] mm: shmem: "
[Bug 221804] New: WARNING at mm/memblock.c:904 __free_reserved_area(): "Cannot free reserved memory because of deferred initialization of the memory map" during housekeeping_init() at boot
2026-07-29 5:50 UTC (2+ messages)
[PATCH] tools/mm: prevent page_owner_sort from truncating input
2026-07-29 5:38 UTC
[PATCH v2 0/2] zram: fix zram issues reported by sashiko
2026-07-29 4:57 UTC (3+ messages)
` [PATCH v2 1/2] zram: set default primary compressor in zram_destroy_comps()
` [PATCH v2 2/2] zram: validate deflate params
[PATCH] mm/zsmalloc: fix release order of locks in zs_page_migrate()
2026-07-29 4:52 UTC (4+ messages)
[PATCH 0/2] zram: fix zram issues reported by sashiko
2026-07-29 3:50 UTC (3+ messages)
` [PATCH 1/2] zram: set default primary compressor in zram_destroy_comps()
` [PATCH 2/2] zram: validate deflate params
[PATCH] selftests/mm: unpoison pages in memory-failure teardown
2026-07-29 3:38 UTC (5+ messages)
[RFC PATCH v1.1 00/10] mm/damon: cleanup code, add test cases, and update guidances in docs
2026-07-29 3:37 UTC (11+ messages)
` [RFC PATCH v1.1 01/10] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [RFC PATCH v1.1 02/10] mm/damon/core: remove debug messages
` [RFC PATCH v1.1 03/10] mm/damon/vaddr: remove a debug message
` [RFC PATCH v1.1 04/10] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [RFC PATCH v1.1 05/10] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [RFC PATCH v1.1 06/10] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [RFC PATCH v1.1 07/10] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [RFC PATCH v1.1 08/10] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal
` [RFC PATCH v1.1 09/10] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
` [RFC PATCH v1.1 10/10] Docs/ABI/damon: recommend subsystem doc instead of admin-guide
[PATCH] mm/shmem: downgrade final i_blocks check in shmem_evict_inode() to pr_warn()
2026-07-29 3:37 UTC (3+ messages)
[PATCH 0/1] mm: shmem: reject impossible fallocate ranges
2026-07-29 3:05 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v7 00/13] Use generic_file_read_iter() in hugetlbfs
2026-07-29 2:55 UTC (4+ messages)
` [PATCH v7 06/13] hugetlb: Use the has_hwpoisoned flag
[PATCH] memcg: bypass the reclaim and oom killer for dying tasks once oom_reaper is done
2026-07-29 2:46 UTC
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