aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)Author
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-03mm: correctly update zone->managed_pagesJiang Liu
2013-07-02virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino
2013-03-20virtio_balloon: use simplified virtqueue accessors.Rusty Russell
2013-02-13virtio: use module_virtio_driver.Rusty Russell
2013-01-03Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-18virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2012-12-11virtio_balloon: introduce migration primitives to balloon pagesRafael Aquini
2012-07-09virtio-balloon: fix add/get API useMichael S. Tsirkin
2012-05-22virtio: balloon: separate out common code between remove and freeze functionsAmit Shah
2012-05-22virtio: balloon: drop restore_common()Amit Shah
2012-05-17virtio: balloon: let host know of updated balloon size before module removalAmit Shah
2012-04-15virtio_balloon: fix handling of PAGE_SIZE != 4kMichael S. Tsirkin
2012-04-15virtio_balloon: Fix endian bugDavid Gibson
2012-03-31virtio: drop thaw PM operationAmit Shah
2012-03-31virtio: balloon: Allow stats update after restore from S4Amit Shah
2012-03-01virtio: balloon: leak / fill balloon across S4Amit Shah
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Amit Shah
2012-01-12virtio: balloon: Move vq initialization into separate functionAmit Shah
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-12virtio-balloon: Trivial cleanupsSasha Levin
2011-10-31virtio: Add module.h to drivers/virtio users.Paul Gortmaker
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