linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] mm: finish isolate/putback_lru_page()
@ 2024-08-26  6:58 Kefeng Wang
  2024-08-26  6:58 ` [PATCH 1/6] mm: migrate_device: convert to migrate_device_coherent_folio() Kefeng Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Kefeng Wang @ 2024-08-26  6:58 UTC (permalink / raw)
  To: Andrew Morton
  Cc: David Hildenbrand, Matthew Wilcox, Baolin Wang, Zi Yan,
	Alistair Popple, Jonathan Corbet, linux-mm, Kefeng Wang

Convert to use more folios in migrate_device.c, then we could
remove isolate_lru_page() and putback_lru_page().  

Based on next-20240823.

Kefeng Wang (6):
  mm: migrate_device: convert to migrate_device_coherent_folio()
  mm: migrate_device: use a folio in migrate_device_range()
  mm: migrate_device: use more folio in migrate_device_unmap()
  mm: migrate_device: use more folio in migrate_device_finalize()
  mm: remove isolate_lru_page()
  mm: remove putback_lru_page()

 Documentation/mm/page_migration.rst           |   6 +-
 Documentation/mm/unevictable-lru.rst          |   2 +-
 .../translations/zh_CN/mm/page_migration.rst  |   6 +-
 mm/filemap.c                                  |   2 +-
 mm/folio-compat.c                             |  12 ---
 mm/gup.c                                      |   2 +-
 mm/internal.h                                 |   4 +-
 mm/khugepaged.c                               |   6 +-
 mm/migrate_device.c                           | 102 +++++++++---------
 mm/swap.c                                     |   2 +-
 10 files changed, 67 insertions(+), 77 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2024-08-27  5:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26  6:58 [PATCH 0/6] mm: finish isolate/putback_lru_page() Kefeng Wang
2024-08-26  6:58 ` [PATCH 1/6] mm: migrate_device: convert to migrate_device_coherent_folio() Kefeng Wang
2024-08-26 15:04   ` David Hildenbrand
2024-08-26 17:52   ` Vishal Moola
2024-08-27  5:42   ` Alistair Popple
2024-08-26  6:58 ` [PATCH 2/6] mm: migrate_device: use a folio in migrate_device_range() Kefeng Wang
2024-08-26 15:05   ` David Hildenbrand
2024-08-26 17:53   ` Vishal Moola
2024-08-27  5:46   ` Alistair Popple
2024-08-26  6:58 ` [PATCH 3/6] mm: migrate_device: use more folio in migrate_device_unmap() Kefeng Wang
2024-08-26 15:06   ` David Hildenbrand
2024-08-26 17:53   ` Vishal Moola
2024-08-27  5:47   ` Alistair Popple
2024-08-26  6:58 ` [PATCH 4/6] mm: migrate_device: use more folio in migrate_device_finalize() Kefeng Wang
2024-08-26 17:53   ` Vishal Moola
2024-08-27  5:48   ` Alistair Popple
2024-08-26  6:58 ` [PATCH 5/6] mm: remove isolate_lru_page() Kefeng Wang
2024-08-26 13:05   ` Matthew Wilcox
2024-08-26 13:52     ` Kefeng Wang
2024-08-26 14:41   ` [PATCH 5-fix/6] mm: remove isolate_lru_page() fix Kefeng Wang
2024-08-26 17:54     ` Vishal Moola
2024-08-26  6:58 ` [PATCH 6/6] mm: remove putback_lru_page() Kefeng Wang
2024-08-26 15:08   ` David Hildenbrand
2024-08-26 17:54   ` Vishal Moola

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).