linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
@ 2019-04-25 11:54 Nadav Amit
  2019-04-25 11:54 ` [PATCH v4 1/4] mm/balloon_compaction: List interfaces Nadav Amit
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Nadav Amit @ 2019-04-25 11:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Michael S. Tsirkin
  Cc: Arnd Bergmann, Julien Freche, VMware, Inc.,
	Jason Wang, linux-kernel, virtualization, linux-mm, Nadav Amit

VMware balloon enhancements: adding support for memory compaction,
memory shrinker (to prevent OOM) and splitting of refused pages to
prevent recurring inflations.

Patches 1-2: Support for compaction
Patch 3: Support for memory shrinker - disabled by default
Patch 4: Split refused pages to improve performance

v3->v4:
* "get around to" comment [Michael]
* Put list_add under page lock [Michael]

v2->v3:
* Fixing wrong argument type (int->size_t) [Michael]
* Fixing a comment (it) [Michael]
* Reinstating the BUG_ON() when page is locked [Michael] 

v1->v2:
* Return number of pages in list enqueue/dequeue interfaces [Michael]
* Removed first two patches which were already merged

Nadav Amit (4):
  mm/balloon_compaction: List interfaces
  vmw_balloon: Compaction support
  vmw_balloon: Add memory shrinker
  vmw_balloon: Split refused pages

 drivers/misc/Kconfig               |   1 +
 drivers/misc/vmw_balloon.c         | 489 ++++++++++++++++++++++++++---
 include/linux/balloon_compaction.h |   4 +
 mm/balloon_compaction.c            | 144 ++++++---
 4 files changed, 553 insertions(+), 85 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2019-05-17 18:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25 11:54 [PATCH v4 0/4] vmw_balloon: Compaction and shrinker support Nadav Amit
2019-04-25 11:54 ` [PATCH v4 1/4] mm/balloon_compaction: List interfaces Nadav Amit
2019-04-25 11:54 ` [PATCH v4 2/4] vmw_balloon: Compaction support Nadav Amit
2019-04-25 11:54 ` [PATCH v4 3/4] vmw_balloon: Add memory shrinker Nadav Amit
2019-04-25 11:54 ` [PATCH v4 4/4] vmw_balloon: Split refused pages Nadav Amit
2019-05-04  1:25 ` [PATCH v4 0/4] vmw_balloon: Compaction and shrinker support Nadav Amit
2019-05-17 17:10   ` Nadav Amit
2019-05-17 17:24     ` Greg Kroah-Hartman
2019-05-17 17:57       ` Nadav Amit
2019-05-17 18:10         ` Greg Kroah-Hartman

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