aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31virtio: Add module.h to drivers/virtio users.Gravatar Paul Gortmaker 1-0/+1
2011-05-30virtio balloon: kill tell-host-first logicGravatar Dave Hansen 1-13/+8
2010-05-19virtio_balloon: use virtqueue_xxx wrappersGravatar Michael S. Tsirkin 1-9/+8
2010-04-22virtio: Fix GFP flags passed from the virtio balloon driverGravatar Balbir Singh 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQGravatar Rusty Russell 1-0/+1
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsGravatar Adam Litke 1-4/+18
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Gravatar Adam Litke 1-8/+86
2010-01-16virtio: fix section mismatch warningsGravatar Jeff Mahoney 1-3/+3
2009-10-22move virtballoon_remove to .devexit.textGravatar Uwe Kleine-König 1-1/+1
2009-10-22virtio: let header files include virtio_ids.hGravatar Christian Borntraeger 1-1/+0
2009-09-23virtio: add virtio IDs fileGravatar Fernando Luis Vazquez Cao 1-0/+1
2009-09-23virtio: make add_buf return capacity remainingGravatar Rusty Russell 1-1/+1
2009-06-12virtio: find_vqs/del_vqs virtio operationsGravatar Michael S. Tsirkin 1-16/+11
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Gravatar Rusty Russell 1-2/+2
2009-04-19virtio: fix suspend when using virtio_balloonGravatar Marcelo Tosatti 1-1/+2
2008-12-30virtio: avoid implicit use of Linux page size in balloon interfaceGravatar Hollis Blanchard 1-2/+11
2008-08-26virtio_balloon: fix towards_target when deflating balloonGravatar Anthony Liguori 1-1/+1
2008-05-02virtio: explicit advertisement of driver featuresGravatar Rusty Russell 1-1/+5
2008-05-02virtio: change config to guest endian.Gravatar Rusty Russell 1-3/+3
2008-03-17virtio: handle > 2 billion page balloon targetsGravatar Rusty Russell 1-2/+2
2008-02-06virtio: add missing #include <linux/delay.h>Gravatar Johann Felix Soden 1-0/+1
2008-02-04virtio: balloon driverGravatar Rusty Russell 1-0/+284