All of lore.kernel.org
 help / color / mirror / Atom feed
* [v3 PATCH 0/5] mm: misc migrate cleanup and improvement
@ 2020-11-13 20:53 Yang Shi
  2020-11-13 20:53 ` [v3 PATCH 1/5] mm: truncate_complete_page is not existed anymore Yang Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yang Shi @ 2020-11-13 20:53 UTC (permalink / raw)
  To: mhocko, ziy, songliubraving, mgorman, jack, willy, akpm
  Cc: shy828301, linux-mm, linux-kernel


Some misc migrate code cleanup and improvement.

v3: * Incorporated the comments from Willy

v2: * Fixed the comments from Zi Yan
    * Collected Reviewed-by


Yang Shi (5):
      mm: truncate_complete_page is not existed anymore
      mm: migrate: simplify the logic for handling permanent failure
      mm: migrate: skip shared exec THP for NUMA balancing
      mm: migrate: clean up migrate_prep{_local}
      mm: migrate: return -ENOSYS if THP migration is unsupported

 include/linux/migrate.h |   4 +--
 mm/mempolicy.c          |   8 ++---
 mm/migrate.c            | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 mm/vmscan.c             |   2 +-
 4 files changed, 108 insertions(+), 64 deletions(-)


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

end of thread, other threads:[~2020-11-13 20:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 20:53 [v3 PATCH 0/5] mm: misc migrate cleanup and improvement Yang Shi
2020-11-13 20:53 ` [v3 PATCH 1/5] mm: truncate_complete_page is not existed anymore Yang Shi
2020-11-13 20:53 ` [v3 PATCH 2/5] mm: migrate: simplify the logic for handling permanent failure Yang Shi
2020-11-13 20:53 ` [v3 PATCH 3/5] mm: migrate: skip shared exec THP for NUMA balancing Yang Shi
2020-11-13 20:53 ` [v3 PATCH 4/5] mm: migrate: clean up migrate_prep{_local} Yang Shi
2020-11-13 20:53 ` [v3 PATCH 5/5] mm: migrate: return -ENOSYS if THP migration is unsupported Yang Shi

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.