From: Nadav Amit <namit@vmware.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Arnd Bergmann <arnd@arndb.de>
Cc: "Michael S. Tsirkin" <mst@redhat.com>,
Jason Wang <jasowang@redhat.com>,
<virtualization@lists.linux-foundation.org>, <linux-mm@kvack.org>,
<linux-kernel@vger.kernel.org>,
"VMware, Inc." <pv-drivers@vmware.com>,
Julien Freche <jfreche@vmware.com>,
Nadav Amit <nadav.amit@gmail.com>, Nadav Amit <namit@vmware.com>
Subject: [PATCH v2 0/4] vmw_balloon: compaction and shrinker support
Date: Thu, 28 Mar 2019 01:07:14 +0000 [thread overview]
Message-ID: <20190328010718.2248-1-namit@vmware.com> (raw)
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
next reply other threads:[~2019-03-27 17:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-28 1:07 Nadav Amit [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190328010718.2248-1-namit@vmware.com \
--to=namit@vmware.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=jasowang@redhat.com \
--cc=jfreche@vmware.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mst@redhat.com \
--cc=nadav.amit@gmail.com \
--cc=pv-drivers@vmware.com \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox