summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)Author
2017-07-25virtio-balloon: coding format cleanupWei Wang
2017-07-25virtio-balloon: deflate via a page listLiang Li
2017-06-18virtio_balloon: disable VIOMMU supportMichael S. Tsirkin
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie
2016-10-31virtio: update balloon size in balloon "probe"Konstantin Neumoin
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-08-01balloon: check the number of available pages in leak balloonKonstantin Neumoin
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim
2016-05-22virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-03-17virtio_balloon: export 'available' memory to balloon statisticsIgor Redko
2016-03-11virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek
2016-03-11virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi
2016-01-12virtio_balloon: fix race by fill and leakMinchan Kim
2015-09-08virtio_balloon: do not change memory amount visible via /proc/meminfoDenis V. Lunev
2015-09-08virtio_ballon: change stub of release_pages_by_pfnDenis V. Lunev
2015-04-15virtio_balloon: transitional interfaceMichael S. Tsirkin
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin
2015-03-10virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin
2014-11-11virtio_balloon: free some memory from balloon on OOMRaushaniya Maksudova
2014-11-11virtio_balloon: return the amount of freed memory from leak_balloon()Raushaniya Maksudova
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-15virtio_balloon: enable VQs early on restoreMichael S. Tsirkin
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2014-03-13virtio_balloon: don't crash if virtqueue is broken.Rusty Russell
2014-03-13virtio_balloon: don't softlockup on huge balloon changes.Rusty Russell
2014-01-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-16drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...Rashika Kheria
2013-12-05virtio_balloon: update_balloon_size(): update correct fieldLuiz Capitulino
2013-10-17virtio: use size-based config accessors.Rusty Russell
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu
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