summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+4
2019-05-25vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-14/+1
2019-05-20balloon: don't bother with dentry_operationsAl Viro1-5/+1
2019-03-06virtio_balloon: remove the unnecessary 0-initializationWei Wang1-1/+0
2019-03-06virtio-balloon: improve update_balloon_size_funcWei Wang1-1/+4
2019-01-14virtio-balloon: tweak config_changed implementationWei Wang1-33/+65
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang1-0/+10
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-33/+331
2018-08-22virtio_balloon: replace oom notifier with shrinkerWei Wang1-51/+59
2018-08-22virtio-balloon: kzalloc the vb structWei Wang1-4/+1
2018-08-22virtio-balloon: remove BUG() in init_vqsWei Wang1-3/+7
2018-07-30virtio_balloon: fix another race between migration and ballooningJiang Biao1-0/+2
2018-04-10virtio_balloon: export hugetlb page allocation countsJonathan Helman1-0/+6
2018-01-31virtio_balloon: include disk/file caches memory statisticsTomáš Golembiovský1-0/+4
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek1-2/+1
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-5/+19
2017-07-25virtio-balloon: coding format cleanupWei Wang1-2/+4
2017-07-25virtio-balloon: deflate via a page listLiang Li1-14/+8
2017-06-18virtio_balloon: disable VIOMMU supportMichael S. Tsirkin1-0/+7
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek1-0/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar1-0/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie1-0/+4
2016-10-31virtio: update balloon size in balloon "probe"Konstantin Neumoin1-0/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+2
2016-08-01balloon: check the number of available pages in leak balloonKonstantin Neumoin1-0/+2
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-1/+1
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim1-6/+48
2016-05-22virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin1-8/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-61/+61
2016-03-17virtio_balloon: export 'available' memory to balloon statisticsIgor Redko1-0/+6
2016-03-11virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek1-15/+21
2016-03-11virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek1-57/+51
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2016-01-12virtio_balloon: fix race by fill and leakMinchan Kim1-1/+1
2015-09-08virtio_balloon: do not change memory amount visible via /proc/meminfoDenis V. Lunev1-2/+6
2015-09-08virtio_ballon: change stub of release_pages_by_pfnDenis V. Lunev1-4/+4
2015-04-15virtio_balloon: transitional interfaceMichael S. Tsirkin1-6/+15
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin1-5/+14
2015-03-10virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin1-0/+2
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin1-2/+1
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-11-11virtio_balloon: free some memory from balloon on OOMRaushaniya Maksudova1-0/+52