aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)Author
2011-05-30virtio balloon: kill tell-host-first logicDave Hansen
2010-05-19virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-04-22virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke
2010-01-16virtio: fix section mismatch warningsJeff Mahoney
2009-10-22move virtballoon_remove to .devexit.textUwe Kleine-König
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
2009-04-19virtio: fix suspend when using virtio_balloonMarcelo Tosatti
2008-12-30virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard
2008-08-26virtio_balloon: fix towards_target when deflating balloonAnthony Liguori
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell
2008-05-02virtio: change config to guest endian.Rusty Russell
2008-03-17virtio: handle > 2 billion page balloon targetsRusty Russell
2008-02-06virtio: add missing #include <linux/delay.h>Johann Felix Soden
2008-02-04virtio: balloon driverRusty Russell