linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] vmw_balloon: compaction and shrinker support
@ 2019-03-28  1:07 Nadav Amit
  2019-03-28  1:07 ` [PATCH v2 1/4] mm/balloon_compaction: list interfaces Nadav Amit
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Nadav Amit @ 2019-03-28  1:07 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Arnd Bergmann
  Cc: Michael S. Tsirkin, Jason Wang, virtualization, linux-mm,
	linux-kernel, VMware, Inc., Julien Freche, Nadav Amit, 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

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            | 145 ++++++---
 4 files changed, 554 insertions(+), 85 deletions(-)

-- 
2.19.1


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

end of thread, other threads:[~2019-04-19 22:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28  1:07 [PATCH v2 0/4] vmw_balloon: compaction and shrinker support Nadav Amit
2019-03-28  1:07 ` [PATCH v2 1/4] mm/balloon_compaction: list interfaces Nadav Amit
2019-04-08 17:35   ` Nadav Amit
2019-04-19 21:41     ` Nadav Amit
2019-04-19 22:07   ` Michael S. Tsirkin
2019-04-19 22:34     ` Nadav Amit
2019-04-19 22:47       ` Michael S. Tsirkin
2019-04-19 22:58         ` Nadav Amit
2019-03-28  1:07 ` [PATCH v2 2/4] vmw_balloon: compaction support Nadav Amit
2019-03-28  1:07 ` [PATCH v2 3/4] vmw_balloon: add memory shrinker Nadav Amit
2019-03-28  1:07 ` [PATCH v2 4/4] vmw_balloon: split refused pages Nadav Amit

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