[PATCH v2 0/2] mm: remove the memory isolate notifier

From: David Hildenbrand
Date: Thu Nov 14 2019 - 08:19:30 EST


This is the MM part of
https://lkml.org/lkml/2019/10/31/487

"We can get rid of the memory isolate notifier by switching to balloon
compaction in powerpc's CMM (Collaborative Memory Management). The memory
isolate notifier was only necessary to allow to offline memory blocks that
contain inflated/"loaned" pages - which also possible when the inflated
pages are movable (via balloon compaction). [...]"

Michael queued the POWERPC bits that remove the single user, but I am
missing ACKs for the MM bits. I think it makes sense to let these two
patches also go via Michael's tree, to avoid collissions. Thoughts?

v1 -> v2: (MM bits)
- "mm: remove the memory isolate notifier"
-- Remove another stale comment
-- Minor code cleanup

David Hildenbrand (2):
mm: remove the memory isolate notifier
mm: remove "count" parameter from has_unmovable_pages()

drivers/base/memory.c | 19 -----------------
include/linux/memory.h | 27 ------------------------
include/linux/page-isolation.h | 4 ++--
mm/memory_hotplug.c | 2 +-
mm/page_alloc.c | 21 +++++++------------
mm/page_isolation.c | 38 ++++------------------------------
6 files changed, 14 insertions(+), 97 deletions(-)

--
2.21.0