linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -V2 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
@ 2022-11-09  1:23 Huang Ying
  2022-11-09  1:23 ` [PATCH -V2 1/2] migrate: convert unmap_and_move() " Huang Ying
  2022-11-09  1:23 ` [PATCH -V2 2/2] migrate: convert migrate_pages() " Huang Ying
  0 siblings, 2 replies; 4+ messages in thread
From: Huang Ying @ 2022-11-09  1:23 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, linux-kernel, Huang Ying, Zi Yan, Yang Shi,
	Baolin Wang, Oscar Salvador, Matthew Wilcox

The conversion is quite straightforward, just replace the page API to
the corresponding folio API.  migrate_pages() and unmap_and_move()
mostly work with folios (head pages) only.

Changelog:

v1 -> v2:

- Rebased on mm-unstable.

- Added reviewed-by.

rfc -> v1:

- Change API to test transhuge and hugetlb, per Matthew and Zi's comments.

- Make THP related statistics for THP only, per Matthew's comments.

Best Regards,
Huang, Ying


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

end of thread, other threads:[~2022-11-09  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09  1:23 [PATCH -V2 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios Huang Ying
2022-11-09  1:23 ` [PATCH -V2 1/2] migrate: convert unmap_and_move() " Huang Ying
2022-11-09  1:23 ` [PATCH -V2 2/2] migrate: convert migrate_pages() " Huang Ying
2022-11-09  7:53   ` Baolin Wang

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