Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH mm-new 0/5] mm: mincore: reduce lock contention and misc cleanups
@ 2026-07-01 14:40 Kefeng Wang
  2026-07-01 14:40 ` [PATCH mm-new 1/5] mm: mincore: attempt per-vma lock during page table walk Kefeng Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Kefeng Wang @ 2026-07-01 14:40 UTC (permalink / raw)
  To: Andrew Morton, linux-mm
  Cc: Liam R. Howlett, Lorenzo Stoakes, Vlastimil Babka, Jann Horn,
	Pedro Falcato, David Hildenbrand, Zi Yan, Kefeng Wang

Kefeng Wang (5):
  mm: mincore: attempt per-vma lock during page table walk
  mm: mincore: remove special handing for VM_PFNMAP
  mm: mincore: replace __get_free_page() with kmalloc()
  mm: mincore: remove xa_is_value() in mincore_swap()
  mm: mincore: improve mincore_hugetlb()

 mm/mincore.c | 96 +++++++++++++++++++++++++---------------------------
 1 file changed, 47 insertions(+), 49 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-07-01 18:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01 14:40 [PATCH mm-new 0/5] mm: mincore: reduce lock contention and misc cleanups Kefeng Wang
2026-07-01 14:40 ` [PATCH mm-new 1/5] mm: mincore: attempt per-vma lock during page table walk Kefeng Wang
2026-07-01 14:40 ` [PATCH mm-new 2/5] mm: mincore: remove special handing for VM_PFNMAP Kefeng Wang
2026-07-01 14:40 ` [PATCH mm-new 3/5] mm: mincore: replace __get_free_page() with kmalloc() Kefeng Wang
2026-07-01 18:26   ` Andrew Morton
2026-07-01 14:40 ` [PATCH mm-new 4/5] mm: mincore: remove xa_is_value() in mincore_swap() Kefeng Wang
2026-07-01 14:40 ` [PATCH mm-new 5/5] mm: mincore: improve mincore_hugetlb() Kefeng Wang
2026-07-01 18:24 ` [PATCH mm-new 0/5] mm: mincore: reduce lock contention and misc cleanups Andrew Morton

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