linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Folio migration
@ 2021-05-10 23:23 Matthew Wilcox (Oracle)
  2021-05-10 23:23 ` [RFC PATCH 1/3] mm/migrate: Add folio_migrate_mapping Matthew Wilcox (Oracle)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matthew Wilcox (Oracle) @ 2021-05-10 23:23 UTC (permalink / raw)
  To: linux-mm; +Cc: Matthew Wilcox (Oracle), linux-kernel

These will be part of the folio v10 patch set, but I thought I'd post
them separately to give them a bit of exposure and get early feedback
before I send out v10.

Matthew Wilcox (Oracle) (3):
  mm/migrate: Add folio_migrate_mapping
  mm/migrate: Add folio_migrate_flags
  mm/migrate: Add folio_migrate_copy

 include/linux/ksm.h        |   4 +-
 include/linux/migrate.h    |   4 +
 include/linux/page_owner.h |   8 +-
 mm/folio-compat.c          |  23 ++++
 mm/ksm.c                   |  31 +++--
 mm/migrate.c               | 239 +++++++++++++++----------------------
 mm/page_owner.c            |  10 +-
 7 files changed, 154 insertions(+), 165 deletions(-)

-- 
2.30.2



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

end of thread, other threads:[~2021-05-11 22:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 23:23 [RFC PATCH 0/3] Folio migration Matthew Wilcox (Oracle)
2021-05-10 23:23 ` [RFC PATCH 1/3] mm/migrate: Add folio_migrate_mapping Matthew Wilcox (Oracle)
2021-05-11 22:04   ` Zi Yan
2021-05-11 22:32     ` Matthew Wilcox
2021-05-10 23:23 ` [RFC PATCH 2/3] mm/migrate: Add folio_migrate_flags Matthew Wilcox (Oracle)
2021-05-10 23:23 ` [RFC PATCH 3/3] mm/migrate: Add folio_migrate_copy Matthew Wilcox (Oracle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).