All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Convert various functions in memory.c to use folios
@ 2023-01-16 19:18 Matthew Wilcox (Oracle)
  2023-01-16 19:18 ` [PATCH 1/5] mm: Add vma_alloc_zeroed_movable_folio() Matthew Wilcox (Oracle)
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Matthew Wilcox (Oracle) @ 2023-01-16 19:18 UTC (permalink / raw)
  To: linux-mm, Andrew Morton; +Cc: Matthew Wilcox (Oracle)

Patches 2 & 3 depend on patch 1, and patch 5 depends on patch 4, but I
think 4+5 are independent of 1-3.  tested by running xfstests, so not
really MM-specific, but it does boot!  Applies to next-20230116.

Matthew Wilcox (Oracle) (5):
  mm: Add vma_alloc_zeroed_movable_folio()
  mm: Convert do_anonymous_page() to use a folio
  mm: Convert wp_page_copy() to use folios
  mm: Use a folio in copy_pte_range()
  mm: Use a folio in copy_present_pte()

 arch/alpha/include/asm/page.h   |   5 +-
 arch/arm64/include/asm/page.h   |   4 +-
 arch/arm64/mm/fault.c           |   4 +-
 arch/ia64/include/asm/page.h    |  14 ++-
 arch/m68k/include/asm/page_no.h |   5 +-
 arch/s390/include/asm/page.h    |   5 +-
 arch/x86/include/asm/page.h     |   5 +-
 include/linux/highmem.h         |  33 ++++---
 mm/memory.c                     | 159 ++++++++++++++++----------------
 9 files changed, 115 insertions(+), 119 deletions(-)

-- 
2.35.1



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

end of thread, other threads:[~2023-01-21  9:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 19:18 [PATCH 0/5] Convert various functions in memory.c to use folios Matthew Wilcox (Oracle)
2023-01-16 19:18 ` [PATCH 1/5] mm: Add vma_alloc_zeroed_movable_folio() Matthew Wilcox (Oracle)
2023-01-19 10:16   ` Mike Rapoport
2023-01-19 13:57     ` Matthew Wilcox
2023-01-19 18:22   ` Zi Yan
2023-01-16 19:18 ` [PATCH 2/5] mm: Convert do_anonymous_page() to use a folio Matthew Wilcox (Oracle)
2023-01-19 18:23   ` Zi Yan
2023-01-16 19:18 ` [PATCH 3/5] mm: Convert wp_page_copy() to use folios Matthew Wilcox (Oracle)
2023-01-19 18:29   ` Zi Yan
2023-01-16 19:18 ` [PATCH 4/5] mm: Use a folio in copy_pte_range() Matthew Wilcox (Oracle)
2023-01-19 18:32   ` Zi Yan
2023-01-16 19:18 ` [PATCH 5/5] mm: Use a folio in copy_present_pte() Matthew Wilcox (Oracle)
2023-01-19 18:33   ` Zi Yan
2023-01-21  9:22 ` [PATCH 0/5] Convert various functions in memory.c to use folios Mike Rapoport

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.