All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] vmw_balloon: compaction and shrinker support
@ 2019-04-23 23:45 Nadav Amit
  2019-04-23 23:45   ` Nadav Amit via Virtualization
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Nadav Amit @ 2019-04-23 23:45 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

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] 14+ messages in thread

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23 23:45 [PATCH v3 0/4] vmw_balloon: compaction and shrinker support Nadav Amit
2019-04-23 23:45 ` [PATCH v3 1/4] mm/balloon_compaction: list interfaces Nadav Amit
2019-04-23 23:45   ` Nadav Amit via Virtualization
2019-04-24 13:49   ` Michael S. Tsirkin
2019-04-25 19:08     ` Nadav Amit
2019-04-25 19:08       ` Nadav Amit via Virtualization
2019-04-25 19:08       ` Nadav Amit
2019-04-24 13:49   ` Michael S. Tsirkin
2019-04-23 23:45 ` [PATCH v3 2/4] vmw_balloon: compaction support Nadav Amit
2019-04-23 23:45 ` Nadav Amit via Virtualization
2019-04-23 23:45 ` [PATCH v3 3/4] vmw_balloon: add memory shrinker Nadav Amit
2019-04-23 23:45 ` Nadav Amit via Virtualization
2019-04-23 23:45 ` [PATCH v3 4/4] vmw_balloon: split refused pages Nadav Amit
2019-04-23 23:45   ` Nadav Amit via Virtualization

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.