kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] virtio_balloon: add pressure notification via a new virtqueue
@ 2014-01-16 16:24 Luiz Capitulino
  2014-01-16 16:24 ` [RFC PATCH 1/4] vmpressure: in-kernel notifications Luiz Capitulino
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Luiz Capitulino @ 2014-01-16 16:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: kvm, riel, aarcange, aquini, mst, rusty, vdavydov, amit.shah,
	dfediuck, agl

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-01-20 14:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 16:24 [RFC PATCH 0/4] virtio_balloon: add pressure notification via a new virtqueue Luiz Capitulino
2014-01-16 16:24 ` [RFC PATCH 1/4] vmpressure: in-kernel notifications Luiz Capitulino
2014-01-16 16:24 ` [RFC PATCH 2/4] vmpressure in-kernel: hack Luiz Capitulino
2014-01-16 16:24 ` [RFC PATCH 3/4] virtio_balloon: add pressure notification via a new virtqueue Luiz Capitulino
2014-01-16 22:40   ` Rusty Russell
2014-01-17  1:38     ` Luiz Capitulino
2014-01-17  1:43       ` Luiz Capitulino
2014-01-20  2:13       ` Rusty Russell
2014-01-20 14:59         ` Luiz Capitulino
2014-01-16 16:24 ` [RFC PATCH 4/4] virtio_balloon: skip inflation if guest is under pressure Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).