messages from 2026-07-13 12:34:56 to 2026-07-13 21:18:09 UTC [more...]
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-13 21:17 UTC (45+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline
[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
2026-07-13 21:17 UTC (5+ messages)
[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-13 20:57 UTC (19+ messages)
` [PATCH v8 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v8 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[RFC PATCH v2 0/2] kho: support preserving unsplit high-order pages
2026-07-13 20:49 UTC (3+ messages)
` [RFC PATCH v2 1/2] kho: Introduce a helper to init unsplit pages
` [RFC PATCH v2 2/2] kho: Introduce preserve/restore APIs for "
better block swap batching and a different take on swap_ops v5
2026-07-13 20:13 UTC (2+ messages)
[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-07-13 19:57 UTC (12+ messages)
[RFC] virtio_balloon: fix Use-After-Free in page reporting during PM freeze
2026-07-13 19:43 UTC (5+ messages)
[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
2026-07-13 19:31 UTC (4+ messages)
[PATCH v5 0/9] mm/page_owner: misc cleanups
2026-07-13 19:27 UTC (7+ messages)
` [PATCH v5 9/9] mm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TOCTOU VM_BUG_ON
[PATCH] mm: thp: pin the inode across a file folio split
2026-07-13 19:10 UTC (2+ messages)
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-13 18:18 UTC (21+ messages)
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
2026-07-13 18:03 UTC (3+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
2026-07-13 17:47 UTC (5+ messages)
[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-07-13 17:30 UTC (9+ messages)
` [PATCH v6 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk
` [PATCH v6 5/6] mm/vmalloc: map contiguous pages in batches for vmap() if possible
[Update] mm-next status 2026/07/13
2026-07-13 17:29 UTC
[PATCH RFC 00/13] mm/swap: introduce priority queue to remove global cluster cache and plist
2026-07-13 17:25 UTC (14+ messages)
` [PATCH RFC 01/13] mm/swap: remove unused parameter for reading swap header
` [PATCH RFC 02/13] mm/swap: slightly cleanup the code for hibernation error handling
` [PATCH RFC 03/13] mm/swap: cleanup and document swap device availability flag usage
` [PATCH RFC 04/13] mm/swap: introduce swap device iteration helper
` [PATCH RFC 05/13] mm/swap: change the swapon lock into a percpu rwsem
` [PATCH RFC 06/13] mm/swap: remove swapon mutex and update proc reader
` [PATCH RFC 07/13] mm/swap: consolidate swap inuse accounting helpers
` [PATCH RFC 08/13] mm/swap: change back to use each swap device's percpu cluster
` [PATCH RFC 09/13] mm/swap: add priority queue for swap device allocation
` [PATCH RFC 10/13] mm/swap: remove available list
` [PATCH RFC 11/13] mm/swap: perform sync discard on single device more proactively
` [PATCH RFC 12/13] mm/swap: drop swap active plist
` [PATCH RFC 13/13] lib/plist.c: remove requeue function
[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-13 17:21 UTC (9+ messages)
` [PATCH mm-hotfixes v2 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v2 3/4] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v2 4/4] arm64: remove redundant concurrent ptdump UAF mitigation
[akpm-mm:mm-new 344/369] mm/alloc_tag.c:356:58: error: implicit declaration of function 'compat_ptr'
2026-07-13 17:20 UTC (6+ messages)
[PATCH v4 06/11] mm: handle PMD swap entries in non-present PMD walkers
2026-07-13 16:55 UTC (9+ messages)
` [PATCH v4 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v4 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v4 10/11] mm: install PMD swap entries on swap-out
` [PATCH v4 00/11] mm: PMD-level swap entries for anonymous THPs
` [PATCH v4 04/11] mm: zswap: add range lookup for large-folio swapin
[PATCH 0/2] mm/hugetlb: fix list corruption in allocate_file_region_entries()
2026-07-13 17:14 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/mm: add hugetlb_region_cache_race regression test
[PATCH] mm/hugetlb: restore failed global reservations to subpool in alloc_hugetlb_folio
2026-07-13 15:49 UTC (3+ messages)
[PATCH v6 0/2] mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmap
2026-07-13 17:11 UTC (4+ messages)
` [PATCH v6 2/2] "
[PATCH v1 0/3] mm/damon: Introduce a huge page collapsing mechanism using auto tuning
2026-07-13 15:04 UTC (3+ messages)
[PATCH slab/for-next-fixes v3 1/4] mm/slab: fix a memory leak due to bootstrapping sheaves twice
2026-07-13 17:08 UTC (9+ messages)
` [PATCH slab/for-next-fixes v3 2/4] mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXT
` [PATCH slab/for-next-fixes v3 3/4] lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()
` [PATCH slab/for-next-fixes v3 4/4] mm/slab: prevent unbounded recursion in free path with new kmalloc type
[PATCH v6 0/8] mm: optimize zone-device memmap initialization
2026-07-13 13:28 UTC (3+ messages)
` [PATCH v6 4/8] mm: add a template-based fast path for zone-device page init
[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
2026-07-13 16:35 UTC (10+ messages)
` [PATCH 1/2] mm/page_alloc: don't spin_trylock() in NMI on UP
` [PATCH 2/2] mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK
[PATCH v10 2/6] mm: swap: associate swap devices with tiers
2026-07-13 14:28 UTC (2+ messages)
[RFC PATCH] slab: don't assume alignment on allocators that may return ZERO_SIZE_PTR
2026-07-13 16:53 UTC (3+ messages)
[PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
2026-07-13 14:27 UTC
[PATCH v5 00/18] mm: Some cleanups for page allocator APIs
2026-07-13 16:51 UTC (11+ messages)
` [PATCH v5 05/18] mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
` [PATCH v5 13/18] mm: Remove __alloc_pages_node()
[PATCH v2] mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
2026-07-13 14:21 UTC (2+ messages)
[PATCH v5 0/4] s390/mm: Batch PTE updates in lazy MMU mode
2026-07-13 14:18 UTC (4+ messages)
` [PATCH v5 2/4] "
` [PATCH v5 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer
` [PATCH v5 4/4] s390/mm: Lazy "
[PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
2026-07-13 14:20 UTC
[PATCH v2 0/2] Two small patches to clean up mm/mm_slot.h
2026-07-13 16:13 UTC (9+ messages)
` [PATCH v2 1/2] mm/mm_slot.h: add a helper function mm_slot_remove
` [PATCH v2 2/2] mm/mm_slot.h: clean up macro parameter names in mm_slot_lookup() and mm_slot_insert()
[PATCH] mm/migrate_device: avoid overflowing migrate_vma collection arrays
2026-07-13 15:39 UTC (10+ messages)
[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
2026-07-13 15:57 UTC (6+ messages)
[PATCH 0/2] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-13 16:22 UTC (6+ messages)
[PATCH v2 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-07-13 16:34 UTC (3+ messages)
` [PATCH v2 1/2] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v2 2/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
[PATCH 0/2] mm: fix node reclaim swappiness handling
2026-07-13 15:08 UTC (3+ messages)
` [PATCH 1/2] memcg: move mem_cgroup_swappiness to memcontrol.h
[RFC PATCH v1.2 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
2026-07-13 13:58 UTC (5+ messages)
` [RFC PATCH v1.2 1/5] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
` [RFC PATCH v1.2 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
` [RFC PATCH v1.2 3/5] mm/damon/vaddr: drop last same folio access check optimization
` [RFC PATCH v1.2 5/5] mm/damon/sysfs: read ops_id only once
[PATCH v3 11/24] binfmt_misc: use print_hex_dump_debug() for the register debug output
2026-07-13 15:08 UTC
[PATCH 7/8] mm/khugepaged: clarify a comment regarding max_ptes_none check
2026-07-13 13:58 UTC (3+ messages)
[PATCH v1] mm/slub: add comment explaining intentional kobject handling in sysfs_slab_add
2026-07-13 13:54 UTC (2+ messages)
[PATCH v3 14/24] binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
2026-07-13 15:46 UTC
[PATCH V3] mm: Standardize printing for pgtable entries
2026-07-13 16:06 UTC (8+ messages)
[PATCH v3 0/3] LoongArch: add KHO support and selftests
2026-07-13 13:53 UTC (3+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based
[PATCH v3 13/24] binfmt_misc: factor out the entry matching
2026-07-13 15:37 UTC
[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
2026-07-13 15:34 UTC (3+ messages)
[PATCH v3 15/24] binfmt_misc: return errors directly in load_misc_binary()
2026-07-13 16:04 UTC
[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
2026-07-13 15:53 UTC (11+ messages)
` [PATCH v5 4/6] mm/zswap: Implement "
[PATCH v3 16/24] binfmt_misc: give the parse_command() results names
2026-07-13 16:12 UTC
[PATCH 0/4] mm: kmemleak: reduce transient false positives by confirming leaks
2026-07-13 12:52 UTC (4+ messages)
` [PATCH 1/4] mm: kmemleak: confirm suspected leaks with a second scan
[PATCH] mm: memcg-v1: make mem_cgroup_oom_notify_cb() return void
2026-07-13 12:34 UTC (2+ 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