All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] mm: remove isolate_lru_page() and isolate_movable_page()
@ 2024-03-27 14:10 Kefeng Wang
  2024-03-27 14:10 ` [PATCH 1/6] mm: migrate: add isolate_movable_folio() Kefeng Wang
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Kefeng Wang @ 2024-03-27 14:10 UTC (permalink / raw)
  To: Andrew Morton
  Cc: willy, Miaohe Lin, Naoya Horiguchi, David Hildenbrand,
	Oscar Salvador, Zi Yan, Hugh Dickins, Jonathan Corbet, linux-mm,
	linux-doc, Baolin Wang, Kefeng Wang

Turn isolate_lru_page() to folio_isolate_lru() and turn
isolate_movable_page() to isolate_movable_folio().

Kefeng Wang (6):
  mm: migrate: add isolate_movable_folio()
  mm: memory_hotplug: use more folio in do_migrate_range()
  mm: remove isolate_lru_page()
  mm: compaction: use isolate_movable_folio() in
    isolate_migratepages_block()
  mm: memory-failure: use isolate_movable_folio() in mf_isolate_folio()
  mm: migrate: remove isolate_movable_page()

 Documentation/mm/page_migration.rst           |  6 ++--
 .../translations/zh_CN/mm/page_migration.rst  |  6 ++--
 include/linux/migrate.h                       |  4 +--
 mm/compaction.c                               | 30 ++++++++---------
 mm/filemap.c                                  |  2 +-
 mm/folio-compat.c                             |  7 ----
 mm/internal.h                                 |  1 -
 mm/khugepaged.c                               |  8 ++---
 mm/memory-failure.c                           |  4 +--
 mm/memory_hotplug.c                           | 30 ++++++++---------
 mm/migrate.c                                  | 33 +++++++++----------
 mm/migrate_device.c                           |  2 +-
 mm/swap.c                                     |  2 +-
 13 files changed, 62 insertions(+), 73 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2024-03-28 16:58 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 14:10 [PATCH 0/6] mm: remove isolate_lru_page() and isolate_movable_page() Kefeng Wang
2024-03-27 14:10 ` [PATCH 1/6] mm: migrate: add isolate_movable_folio() Kefeng Wang
2024-03-27 14:29   ` Zi Yan
2024-03-27 14:36     ` Kefeng Wang
2024-03-27 18:59   ` Vishal Moola
2024-03-28  5:08     ` Kefeng Wang
2024-03-27 14:10 ` [PATCH 2/6] mm: memory_hotplug: use more folio in do_migrate_range() Kefeng Wang
2024-03-27 14:45   ` Zi Yan
2024-03-27 14:54     ` Matthew Wilcox
2024-03-27 15:10       ` Zi Yan
2024-03-27 15:58         ` Matthew Wilcox
2024-03-28  5:30           ` Kefeng Wang
2024-03-28  5:06         ` Kefeng Wang
2024-03-27 14:10 ` [PATCH 3/6] mm: remove isolate_lru_page() Kefeng Wang
2024-03-28 12:22   ` kernel test robot
2024-03-28 12:56     ` Kefeng Wang
2024-03-28 15:33   ` kernel test robot
2024-03-27 14:10 ` [PATCH 4/6] mm: compaction: use isolate_movable_folio() in isolate_migratepages_block() Kefeng Wang
2024-03-27 18:49   ` Vishal Moola
2024-03-28 12:49     ` Kefeng Wang
2024-03-27 14:10 ` [PATCH 5/6] mm: memory-failure: use isolate_movable_folio() in mf_isolate_folio() Kefeng Wang
2024-03-27 15:12   ` Zi Yan
2024-03-28 16:57   ` kernel test robot
2024-03-27 14:10 ` [PATCH 6/6] mm: migrate: remove isolate_movable_page() Kefeng Wang

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.