linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Nadav Amit <namit@vmware.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: 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 17:10:23 +0000	[thread overview]
Message-ID: <9AD9FE33-1825-4D1A-914F-9C29DF93DC8D@vmware.com> (raw)
In-Reply-To: <8A2D1D43-759A-4B09-B781-31E9002AE3DA@vmware.com>

> 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?


  reply	other threads:[~2019-05-17 17:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-25 11:54 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 [this message]
2019-05-17 17:24     ` Greg Kroah-Hartman
2019-05-17 17:57       ` Nadav Amit
2019-05-17 18:10         ` Greg Kroah-Hartman

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=9AD9FE33-1825-4D1A-914F-9C29DF93DC8D@vmware.com \
    --to=namit@vmware.com \
    --cc=Pv-drivers@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=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