Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 21:39:32 to 2026-07-13 00:02:21 UTC [more...]

[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
 2026-07-13  0:02 UTC  (7+ messages)
` [RFC PATCH 09/10] mm/swapfile: implement swap_ghost_extend_max() for dynamic growth

[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
 2026-07-12 22:35 UTC  (20+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
` [PATCH v4 3/4] swap: apply new pw_queue_on() interface
` [PATCH v4 4/4] slub: "

[PATCH 0/6] mm: batch rmap walks during large folio migration
 2026-07-12 18:24 UTC  (8+ messages)
` [PATCH 1/6] mm/rmap: Add batched version of folio_try_share_anon_rmap_pte
` [PATCH 2/6] mm: factor out generic PTE batch detection from swap_pte_batch()
` [PATCH 3/6] mm/migrate: split remove_migration_pte_hugetlb() out of remove_migration_pte()
` [PATCH 4/6] mm/migrate: batch the restore-side migration rmap walk
` [PATCH 5/6] mm/rmap: split try_to_migrate_hugetlb_one() out of try_to_migrate_one()
` [PATCH 6/6] mm/rmap: batch the unmap of large folios in try_to_migrate_one()
` [syzbot ci] Re: mm: batch rmap walks during large folio migration

[PATCH] mm/damon/core: skip aging from repeated aggressive merging
 2026-07-12 17:23 UTC  (2+ messages)

[RFC PATCH v1.1 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-12 17:03 UTC  (6+ messages)
` [RFC PATCH v1.1 1/5] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
` [RFC PATCH v1.1 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
` [RFC PATCH v1.1 3/5] mm/damon/vaddr: drop last same folio access check optimization
` [RFC PATCH v1.1 4/5] mm/damon/paddr: drop last same folio access check reuse optimization
` [RFC PATCH v1.1 5/5] mm/damon/sysfs: read ops_id only once

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-12 16:53 UTC  (7+ messages)
` [PATCH mm-hotfixes v2 1/4] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v2 2/4] x86/mm/pat: acquire mmap lock on page table free "
` [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

[PATCH v7 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-12 16:48 UTC  (12+ messages)
` [PATCH v7 01/10] mm/memory: add memory_block_aligned_range() helper
` [PATCH v7 02/10] mm/memory_hotplug: add mhp_online_type_to_str() and export string helpers
` [PATCH v7 03/10] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v7 04/10] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v7 05/10] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v7 06/10] mm/memory_hotplug: add offline_and_remove_memory_ranges()
` [PATCH v7 07/10] dax/kmem: resolve default online type at probe time
` [PATCH v7 08/10] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v7 09/10] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v7 10/10] selftests/dax: add dax/kmem hotplug sysfs regression test

[RFC PATCH v3] mm: retry page faults under per-VMA lock when mmap_lock is not required
 2026-07-12 13:27 UTC  (8+ messages)

[PATCH v6 00/10] dax/kmem: atomic whole-device hotplug via sysfs
 2026-07-12 13:27 UTC  (8+ messages)
` [PATCH v6 07/10] dax: plumb hotplug online_type through dax

[PATCH v3 0/3] mm: handle device-private PMDs in walk callbacks
 2026-07-12 12:47 UTC  (8+ messages)
` [PATCH v3 1/3] mm/mempolicy: skip non-present PMDs when queueing folios
` [PATCH v3 2/3] mm/madvise: skip device-private PMDs in cold and pageout walks
` [PATCH v3 3/3] mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmd

[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
 2026-07-12 12:32 UTC  (7+ messages)
` [PATCH v2 1/5] exec: stash a bpf-selected interpreter in struct linux_binprm
` [PATCH v2 2/5] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/5] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 4/5] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 5/5] selftests/exec: add binfmt_misc bpf-backed handler test

[RFC PATCH] slab: don't assume alignment on allocators that may return ZERO_SIZE_PTR
 2026-07-12 12:07 UTC 

[PATCH v2 0/5] mm/rmap: Refactor try_to_unmap_one
 2026-07-12 11:47 UTC  (7+ messages)
` [PATCH v2 5/5] mm/rmap: add anon folio unmap dispatcher

[PATCH 0/2] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-12 11:34 UTC  (17+ messages)
` [PATCH 1/2] mm/vmalloc: acquire init_mm read lock on huge vmap promotion
` [PATCH 2/2] Revert "arm64: Enable vmalloc-huge with ptdump"

[PATCH] mm/ptdump: always stabilise against page table freeing using init_mm
 2026-07-12 10:47 UTC  (6+ messages)

[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
 2026-07-12 10:46 UTC  (8+ messages)

[PATCH] mm/kconfig: Drop redundant dependency wrappers
 2026-07-12  9:33 UTC 

[PATCH] mm/memory-tiers: cache top tier nodes
 2026-07-12  8:43 UTC  (2+ messages)

[harry:kmalloc-no-objext-rfc-v1r1] [mm/slab] 6bc21472e7: BUG:kernel_NULL_pointer_dereference,address
 2026-07-12  8:14 UTC  (5+ messages)

[PATCH] selftests/mm: remove obsolete hugetlb vmemmap test
 2026-07-12  7:12 UTC  (3+ messages)

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-12  5:37 UTC  (3+ messages)

[RFC PATCH v2 3/3] mm/vmscan: avoid pointless large folio splits without swap
 2026-07-12  2:03 UTC  (2+ messages)

[PATCH v3] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-12  1:14 UTC  (2+ messages)

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-11 21:42 UTC  (7+ messages)
` [PATCH v3 04/24] binfmt_misc: convert entry list to an hlist
` [PATCH v3 05/24] binfmt_misc: use RCU for the handler lookup
` [PATCH v3 06/24] binfmt_misc: annotate racy accesses to ->enabled

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-11 18:45 UTC  (14+ 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 v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "

[akpm-mm:mm-new] BUILD SUCCESS 61cccb8363fcc282d4ae0555b8739dd227f5ad0b
 2026-07-11 18:37 UTC 

[RFC PATCH 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-11 18:04 UTC  (6+ messages)
` [RFC PATCH 1/5] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
` [RFC PATCH 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
` [RFC PATCH 3/5] mm/damon/vaddr: drop last same folio access check optimization
` [RFC PATCH 4/5] mm/damon/paddr: drop last same folio access check reuse optimization
` [RFC PATCH 5/5] mm/damon/sysfs: read ops_id only once

[RFC PATCH] mm/damon/core: skip aging from repeated aggressive merging
 2026-07-11 17:15 UTC 

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-11 17:09 UTC  (4+ messages)

[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
 2026-07-11 17:04 UTC  (5+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-11 16:52 UTC  (4+ messages)
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-11 16:44 UTC  (5+ messages)

[PATCH v3 00/26] Introduce meminspect
 2026-07-11 15:43 UTC  (3+ messages)
` [PATCH v3 25/26] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory

[PATCH v2 0/3] mm: split a couple of headers from internal.h
 2026-07-11 15:14 UTC  (3+ messages)
` [PATCH v2 1/3] mm: split out mm_init and memblock declarations "

[PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path
 2026-07-11 13:27 UTC  (3+ messages)

[PATCH] rust: bitmap: encourage using xarray/maple_tree instead of id_pool
 2026-07-11 13:13 UTC 

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-11 12:13 UTC  (3+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()

[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-07-11  9:30 UTC  (3+ messages)

[PATCH -next] memcg: move mem_cgroup_swappiness to memcontrol.h
 2026-07-11  9:17 UTC  (2+ messages)

[PATCH 0/2] mm: fix node reclaim swappiness handling
 2026-07-11  9:11 UTC  (3+ messages)
` [PATCH 1/2] memcg: move mem_cgroup_swappiness to memcontrol.h
` [PATCH 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter

[PATCH] mm: huge_memory: Fix kobject cleanup in thpsize_create error
 2026-07-11  8:46 UTC 

[PATCH] vfio: Request THP-aligned mmap for device fds
 2026-07-11  8:37 UTC  (10+ messages)

[PATCH] userfaultfd: wait on source PMD during UFFDIO_MOVE
 2026-07-11  8:13 UTC  (2+ messages)

[PATCH v3 1/2] ARM: mm: fix use-after-free in __do_user_fault() under CONFIG_DEBUG_USER
 2026-07-11  8:13 UTC  (9+ messages)

[PATCH] mm: shrinker: Fix double-free in alloc_shrinker_info error path
 2026-07-11  7:53 UTC  (3+ messages)

[PATCH] selftests/mm: Fix memleak in migration benchmark
 2026-07-11  7:31 UTC  (2+ messages)

[PATCH v3 1/2] ARM: mm: fix use-after-free in __do_user_fault() under CONFIG_DEBUG_USER
 2026-07-11  6:43 UTC  (3+ messages)

[PATCH] mm/mm_slot.h: add a helper function mm_slot_remove
 2026-07-11  6:37 UTC  (4+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-11  6:32 UTC  (8+ messages)
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-11  6:26 UTC  (9+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-11  5:49 UTC  (20+ messages)
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [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 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v8 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH] mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()
 2026-07-11  5:11 UTC  (2+ messages)

[PATCH 1/4] Docs/ABI/damon: fix typo in intervals_goal sysfs path
 2026-07-11  5:04 UTC  (3+ messages)

[PATCH V3] mm: Standardize printing for pgtable entries
 2026-07-11  4:58 UTC  (2+ messages)

[PATCH v2] mm/vmscan: clear hopeless kswapd when global direct reclaim makes progress
 2026-07-11  4:39 UTC 

[PATCH v3 0/5] tracing: add ref_trace_final_put tracing
 2026-07-11  4:40 UTC  (6+ messages)
` [PATCH v3 1/5] tracing: add ref_trace_final_put tracepoint
` [PATCH v3 2/5] refcount: "
` [PATCH v3 3/5] percpu-refcount: add ref_trace_final_put trace
` [PATCH v3 4/5] kunit: add test for ref_trace_final_put
` [PATCH v3 5/5] MAINTAINERS: add entries "

[PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path
 2026-07-11  4:15 UTC 

[PATCH] mm: nommu: free unused resources when mremap shrinks the vma
 2026-07-11  3:03 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION bee763d5f341b99cf472afeb508d4988f62a6ca1
 2026-07-11  2:48 UTC 

[PATCH 00/18] Another attempt at HVO support on arm64
 2026-07-11  2:22 UTC  (6+ messages)

[PATCH] mm/vmscan: clear hopeless kswapd when global direct reclaim makes progress
 2026-07-11  0:39 UTC  (4+ messages)

[PATCH] mm/zswap: flush dcache in the compressed decompression path
 2026-07-11  0:25 UTC  (4+ messages)

[PATCH] mm: remove wb_writeout_inc
 2026-07-11  0:11 UTC  (2+ messages)

[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
 2026-07-11  0:03 UTC  (3+ messages)
` [PATCH 1/2] mm/page_alloc: don't spin_trylock() in NMI on UP

[PATCH] mm: truncate: exit on empty batches in truncate_folio_batch_exceptionals()
 2026-07-10 23:43 UTC  (2+ messages)

[PATCH v3 1/1] mm: let node_reclaim() return the number of pages reclaimed
 2026-07-10 23:27 UTC  (2+ messages)

[PATCH v2 00/10] Use generic_file_read_iter() in hugetlbfs
 2026-07-10 23:04 UTC  (2+ messages)
` [syzbot ci] "

[RESEND][RFC/discuss] memfd_secret(): opt-in visibility for security monitoring (eBPF/audit)
 2026-07-10 21:51 UTC  (3+ messages)
  ` İlt: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox