summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+4Star
|\
| * vfs: Convert virtio_balloon to use the new mount APIDavid Howells2019-05-261-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1Star
| * balloon: don't bother with dentry_operationsAl Viro2019-05-201-5/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-14/+1Star
|/
* virtio_balloon: remove the unnecessary 0-initializationWei Wang2019-03-061-1/+0Star
* virtio-balloon: improve update_balloon_size_funcWei Wang2019-03-061-1/+4
* virtio-balloon: tweak config_changed implementationWei Wang2019-01-151-33/+65
* virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang2018-10-251-0/+10
* virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang2018-10-251-33/+331
* virtio_balloon: replace oom notifier with shrinkerWei Wang2018-08-211-51/+59
* virtio-balloon: kzalloc the vb structWei Wang2018-08-211-4/+1Star
* virtio-balloon: remove BUG() in init_vqsWei Wang2018-08-211-3/+7
* virtio_balloon: fix another race between migration and ballooningJiang Biao2018-07-301-0/+2
* virtio_balloon: export hugetlb page allocation countsJonathan Helman2018-04-101-0/+6
* virtio_balloon: include disk/file caches memory statisticsTomáš Golembiovský2018-01-311-0/+4
* virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek2017-12-011-2/+1Star
* virtio_balloon: fix deadlock on OOMMichael S. Tsirkin2017-11-141-5/+19
* virtio-balloon: coding format cleanupWei Wang2017-07-251-2/+4
* virtio-balloon: deflate via a page listLiang Li2017-07-251-14/+8Star
* virtio_balloon: disable VIOMMU supportMichael S. Tsirkin2017-06-181-0/+7
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1Star
* virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-03-281-0/+2
* virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek2017-03-281-7/+10
* virtio_balloon: init 1st buffer in stats vqLadi Prosek2017-03-281-0/+2
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+1
|\
| * sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+2
|\ \ | |/ |/|
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* | mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie2017-02-251-0/+4
|/
* virtio: update balloon size in balloon "probe"Konstantin Neumoin2016-10-301-0/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-061-0/+2
|\
| * balloon: check the number of available pages in leak balloonKonstantin Neumoin2016-08-011-0/+2
* | mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-271-1/+1
* | mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-271-6/+48
|/
* virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin2016-05-221-8/+12
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-201-61/+61
|\
| * virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek2016-03-111-15/+21
| * virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek2016-03-111-57/+51Star
* | virtio_balloon: export 'available' memory to balloon statisticsIgor Redko2016-03-171-0/+6
|/
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* virtio_balloon: fix race by fill and leakMinchan Kim2016-01-121-1/+1
* virtio_balloon: do not change memory amount visible via /proc/meminfoDenis V. Lunev2015-09-081-2/+6
* virtio_ballon: change stub of release_pages_by_pfnDenis V. Lunev2015-09-081-4/+4
* virtio_balloon: transitional interfaceMichael S. Tsirkin2015-04-151-6/+15
* virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin2015-03-101-5/+14
* virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin2015-03-101-0/+2
* virtio_balloon: coding style fixesMichael S. Tsirkin2015-01-211-2/+1Star
* virtio/balloon: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* virtio_balloon: free some memory from balloon on OOMRaushaniya Maksudova2014-11-111-0/+52