aboutsummaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11virtio_balloon: divide/multiply instead of shiftsGravatar Michael S. Tsirkin 1-4/+5
2019-12-11virtio_balloon: name cleanupsGravatar Michael S. Tsirkin 1-12/+12
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesGravatar David Hildenbrand 1-0/+11
2019-11-20virtio_balloon: fix shrinker countGravatar Wei Wang 1-1/+1
2019-11-20virtio_balloon: fix shrinker scan number of pagesGravatar Michael S. Tsirkin 1-6/+12
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+4
2019-05-25vfs: Convert virtio_balloon to use the new mount APIGravatar David Howells 1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Gravatar Thomas Gleixner 1-14/+1
2019-05-20balloon: don't bother with dentry_operationsGravatar Al Viro 1-5/+1
2019-03-06virtio_balloon: remove the unnecessary 0-initializationGravatar Wei Wang 1-1/+0
2019-03-06virtio-balloon: improve update_balloon_size_funcGravatar Wei Wang 1-1/+4
2019-01-14virtio-balloon: tweak config_changed implementationGravatar Wei Wang 1-33/+65
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONGravatar Wei Wang 1-0/+10
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTGravatar Wei Wang 1-33/+331
2018-08-22virtio_balloon: replace oom notifier with shrinkerGravatar Wei Wang 1-51/+59
2018-08-22virtio-balloon: kzalloc the vb structGravatar Wei Wang 1-4/+1
2018-08-22virtio-balloon: remove BUG() in init_vqsGravatar Wei Wang 1-3/+7
2018-07-30virtio_balloon: fix another race between migration and ballooningGravatar Jiang Biao 1-0/+2
2018-04-10virtio_balloon: export hugetlb page allocation countsGravatar Jonathan Helman 1-0/+6
2018-01-31virtio_balloon: include disk/file caches memory statisticsGravatar Tomáš Golembiovský 1-0/+4
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Gravatar Jan Stancek 1-2/+1
2017-11-14virtio_balloon: fix deadlock on OOMGravatar Michael S. Tsirkin 1-5/+19
2017-07-25virtio-balloon: coding format cleanupGravatar Wei Wang 1-2/+4
2017-07-25virtio-balloon: deflate via a page listGravatar Liang Li 1-14/+8
2017-06-18virtio_balloon: disable VIOMMU supportGravatar Michael S. Tsirkin 1-0/+7
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-2/+1
2017-03-28virtio_balloon: prevent uninitialized variable useGravatar Arnd Bergmann 1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersGravatar Ladi Prosek 1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqGravatar Ladi Prosek 1-0/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+2
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Gravatar Ingo Molnar 1-0/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceGravatar Yisheng Xie 1-0/+4
2016-10-31virtio: update balloon size in balloon "probe"Gravatar Konstantin Neumoin 1-0/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+2
2016-08-01balloon: check the number of available pages in leak balloonGravatar Konstantin Neumoin 1-0/+2
2016-07-26mm: fix build warnings in <linux/compaction.h>Gravatar Minchan Kim 1-1/+1
2016-07-26mm: balloon: use general non-lru movable page featureGravatar Minchan Kim 1-6/+48
2016-05-22virtio_balloon: fix PFN format for virtio-1Gravatar Michael S. Tsirkin 1-8/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-61/+61
2016-03-17virtio_balloon: export 'available' memory to balloon statisticsGravatar Igor Redko 1-0/+6
2016-03-11virtio_balloon: Allow to resize and update the balloon stats in parallelGravatar Petr Mladek 1-15/+21
2016-03-11virtio_balloon: Use a workqueue instead of "vballoon" kthreadGravatar Petr Mladek 1-57/+51
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyGravatar Stefan Hajnoczi 1-1/+1
2016-01-12virtio_balloon: fix race by fill and leakGravatar Minchan Kim 1-1/+1
2015-09-08virtio_balloon: do not change memory amount visible via /proc/meminfoGravatar Denis V. Lunev 1-2/+6
2015-09-08virtio_ballon: change stub of release_pages_by_pfnGravatar Denis V. Lunev 1-4/+4
2015-04-15virtio_balloon: transitional interfaceGravatar Michael S. Tsirkin 1-6/+15