From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Nadav Amit <namit@vmware.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Julien Freche <jfreche@vmware.com>,
Pv-drivers <Pv-drivers@vmware.com>,
Jason Wang <jasowang@redhat.com>,
lkml <linux-kernel@vger.kernel.org>,
"virtualization@lists.linux-foundation.org"
<virtualization@lists.linux-foundation.org>,
Linux-MM <linux-mm@kvack.org>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH v4 0/4] vmw_balloon: Compaction and shrinker support
Date: Fri, 17 May 2019 19:24:29 +0200 [thread overview]
Message-ID: <20190517172429.GA21509@kroah.com> (raw)
In-Reply-To: <9AD9FE33-1825-4D1A-914F-9C29DF93DC8D@vmware.com>
On Fri, May 17, 2019 at 05:10:23PM +0000, Nadav Amit wrote:
> > On May 3, 2019, at 6:25 PM, Nadav Amit <namit@vmware.com> wrote:
> >
> >> On Apr 25, 2019, at 4:54 AM, Nadav Amit <namit@vmware.com> wrote:
> >>
> >> 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
> >
> > Ping.
>
> Ping.
>
> Greg, did it got lost again?
I thought you needed the mm developers to ack the first patch, did that
ever happen?
next prev parent reply other threads:[~2019-05-17 17:24 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Nadav Amit via Virtualization
2019-04-25 11:54 ` [PATCH v4 2/4] vmw_balloon: Compaction support Nadav Amit via Virtualization
2019-04-25 11:54 ` Nadav Amit
2019-04-25 11:54 ` [PATCH v4 3/4] vmw_balloon: Add memory shrinker Nadav Amit via Virtualization
2019-04-25 11:54 ` Nadav Amit
2019-04-25 11:54 ` [PATCH v4 4/4] vmw_balloon: Split refused pages Nadav Amit
2019-04-25 11:54 ` Nadav Amit via Virtualization
2019-05-04 1:25 ` [PATCH v4 0/4] vmw_balloon: Compaction and shrinker support Nadav Amit via Virtualization
2019-05-04 1:25 ` Nadav Amit
2019-05-17 17:10 ` Nadav Amit
2019-05-17 17:24 ` Greg Kroah-Hartman [this message]
2019-05-17 17:57 ` Nadav Amit via Virtualization
2019-05-17 17:57 ` Nadav Amit
2019-05-17 18:10 ` Greg Kroah-Hartman
2019-05-17 18:10 ` Greg Kroah-Hartman
2019-05-17 17:24 ` Greg Kroah-Hartman
2019-05-17 17:10 ` Nadav Amit via Virtualization
-- strict thread matches above, loose matches on Subject: below --
2019-04-25 11:54 Nadav Amit via Virtualization
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=20190517172429.GA21509@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Pv-drivers@vmware.com \
--cc=arnd@arndb.de \
--cc=jasowang@redhat.com \
--cc=jfreche@vmware.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mst@redhat.com \
--cc=namit@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 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.