[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1389889445-3855-1-git-send-email-lcapitulino@redhat.com>
Date: Thu, 16 Jan 2014 11:24:01 -0500
From: Luiz Capitulino <lcapitulino@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: kvm@...r.kernel.org, riel@...hat.com, aarcange@...hat.com,
aquini@...hat.com, mst@...hat.com, rusty@...tcorp.com.au,
vdavydov@...allels.com, amit.shah@...hat.com, dfediuck@...hat.com,
agl@...ibm.com
Subject: [RFC PATCH 0/4] virtio_balloon: add pressure notification via a new virtqueue
The pressure notification added to the virtio-balloon driver by this series
is going to be used by the host (QEMU, in this case) to implement automatic
balloning support. More details in patch 3/4 and patch 4/4.
Patch 1/4 adds in-kernel vmpressure support and is not really part of this
series, it's added here for the convenience of someone who wants to try
automatic ballooning. Patch 2/4 is a hack to make in-kernel vmpressure work
for something not related to cgroups, I'll improve it in later versions.
Glauber Costa (1):
vmpressure: in-kernel notifications
Luiz capitulino (3):
vmpressure in-kernel: hack
virtio_balloon: add pressure notification via a new virtqueue
virtio_balloon: skip inflation if guest is under pressure
drivers/virtio/virtio_balloon.c | 100 ++++++++++++++++++++++++++++++++----
include/linux/vmpressure.h | 6 +++
include/uapi/linux/virtio_balloon.h | 1 +
mm/vmpressure.c | 58 +++++++++++++++++++--
4 files changed, 151 insertions(+), 14 deletions(-)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists