aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGGravatar Michael S. Tsirkin 1-5/+14
2015-03-10virtio_balloon: set DRIVER_OK before using deviceGravatar Michael S. Tsirkin 1-0/+2
2015-01-21virtio_balloon: coding style fixesGravatar Michael S. Tsirkin 1-2/+1
2015-01-21virtio/balloon: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2014-11-11virtio_balloon: free some memory from balloon on OOMGravatar Raushaniya Maksudova 1-0/+52
2014-11-11virtio_balloon: return the amount of freed memory from leak_balloon()Gravatar Raushaniya Maksudova 1-1/+4
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+2
2014-10-15virtio_balloon: enable VQs early on restoreGravatar Michael S. Tsirkin 1-0/+2
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitGravatar Konstantin Khlebnikov 1-0/+1
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPGravatar Konstantin Khlebnikov 1-47/+13
2014-10-09mm/balloon_compaction: redesign ballooned pages managementGravatar Konstantin Khlebnikov 1-8/+7
2014-03-13virtio_balloon: don't crash if virtqueue is broken.Gravatar Rusty Russell 1-5/+3
2014-03-13virtio_balloon: don't softlockup on huge balloon changes.Gravatar Rusty Russell 1-0/+6
2014-01-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2014-01-16drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...Gravatar Rashika Kheria 1-1/+1
2013-12-05virtio_balloon: update_balloon_size(): update correct fieldGravatar Luiz Capitulino 1-1/+1
2013-10-17virtio: use size-based config accessors.Gravatar Rusty Russell 1-6/+4
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMGravatar Aaron Lu 1-2/+2
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2013-07-03mm: correctly update zone->managed_pagesGravatar Jiang Liu 1-3/+4
2013-07-02virtio_balloon: leak_balloon(): only tell host if we got pages deflatedGravatar Luiz Capitulino 1-1/+2
2013-03-20virtio_balloon: use simplified virtqueue accessors.Gravatar Rusty Russell 1-3/+3
2013-02-13virtio: use module_virtio_driver.Gravatar Rusty Russell 1-12/+1
2013-01-03Drivers: virtio: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-2/+2
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+3
2012-12-18virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Gravatar Joe Perches 1-4/+3
2012-12-11virtio_balloon: introduce migration primitives to balloon pagesGravatar Rafael Aquini 1-19/+132
2012-07-09virtio-balloon: fix add/get API useGravatar Michael S. Tsirkin 1-14/+10
2012-05-22virtio: balloon: separate out common code between remove and freeze functionsGravatar Amit Shah 1-14/+12
2012-05-22virtio: balloon: drop restore_common()Gravatar Amit Shah 1-6/+1
2012-05-17virtio: balloon: let host know of updated balloon size before module removalGravatar Amit Shah 1-0/+1
2012-04-15virtio_balloon: fix handling of PAGE_SIZE != 4kGravatar Michael S. Tsirkin 1-10/+41
2012-04-15virtio_balloon: Fix endian bugGravatar David Gibson 1-2/+5
2012-03-31virtio: drop thaw PM operationGravatar Amit Shah 1-6/+0
2012-03-31virtio: balloon: Allow stats update after restore from S4Gravatar Amit Shah 1-8/+0
2012-03-01virtio: balloon: leak / fill balloon across S4Gravatar Amit Shah 1-11/+22
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Gravatar Amit Shah 1-0/+47
2012-01-12virtio: balloon: Move vq initialization into separate functionGravatar Amit Shah 1-18/+30
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufGravatar Rusty Russell 1-3/+4
2012-01-12virtio-balloon: Trivial cleanupsGravatar Sasha Levin 1-3/+3
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