aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_balloon.c
Commit message (Expand)AuthorAge
* virtio-balloon: fix add/get API useMichael S. Tsirkin2012-07-08
* virtio: balloon: separate out common code between remove and freeze functionsAmit Shah2012-05-21
* virtio: balloon: drop restore_common()Amit Shah2012-05-21
* virtio: balloon: let host know of updated balloon size before module removalAmit Shah2012-05-17
* virtio_balloon: fix handling of PAGE_SIZE != 4kMichael S. Tsirkin2012-04-15
* virtio_balloon: Fix endian bugDavid Gibson2012-04-15
* virtio: drop thaw PM operationAmit Shah2012-03-30
* virtio: balloon: Allow stats update after restore from S4Amit Shah2012-03-30
* virtio: balloon: leak / fill balloon across S4Amit Shah2012-02-29
* virtio: balloon: Add freeze, restore handlers to support S4Amit Shah2012-01-12
* virtio: balloon: Move vq initialization into separate functionAmit Shah2012-01-12
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-12
* virtio-balloon: Trivial cleanupsSasha Levin2012-01-12
* virtio: Add module.h to drivers/virtio users.Paul Gortmaker2011-10-31
* virtio balloon: kill tell-host-first logicDave Hansen2011-05-29
* virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-19
* virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh2010-04-22
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell2010-02-23
* virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke2010-02-23
* virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke2010-02-23
* virtio: fix section mismatch warningsJeff Mahoney2010-01-16
* move virtballoon_remove to .devexit.textUwe Kleine-König2009-10-22
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-22
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-23
* virtio: make add_buf return capacity remainingRusty Russell2009-09-23
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-12
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-12
* virtio: fix suspend when using virtio_balloonMarcelo Tosatti2009-04-19
* virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard2008-12-29
* virtio_balloon: fix towards_target when deflating balloonAnthony Liguori2008-08-25
* virtio: explicit advertisement of driver featuresRusty Russell2008-05-02
* virtio: change config to guest endian.Rusty Russell2008-05-02
* virtio: handle > 2 billion page balloon targetsRusty Russell2008-03-17
* virtio: add missing #include <linux/delay.h>Johann Felix Soden2008-02-06
* virtio: balloon driverRusty Russell2008-02-04