summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-balloon: Constify id_tableRikard Falkeborn2020-10-211-1/+1
* virtio_balloon: use LE config space accessesMichael S. Tsirkin2020-08-051-17/+9
* virtio_balloon: fix sparse warningMichael S. Tsirkin2020-08-051-1/+1
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin2020-07-291-1/+5
* virtio-balloon: Document byte ordering of poison_valAlexander Duyck2020-07-291-0/+5
* virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck2020-06-041-1/+8
* virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck2020-04-171-1/+1
* virtio-balloon: make virtballoon_free_page_report() staticJason Yan2020-04-171-1/+1
* virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand2020-04-071-56/+47
* virtio-balloon: add support for providing free page reports to hostAlexander Duyck2020-04-071-0/+64
* virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck2020-04-071-6/+17
* virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor2020-03-081-1/+1
* virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand2020-02-061-4/+9
* virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand2020-02-061-0/+4
* virtio_balloon: prevent pfn array overflowMichael S. Tsirkin2020-02-061-0/+2
* virtio-balloon: initialize all vq callbacksDaniel Verkamp2020-02-061-0/+2
* virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin2019-12-111-4/+5
* virtio_balloon: name cleanupsMichael S. Tsirkin2019-12-111-12/+12
* virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand2019-12-111-0/+11
* virtio_balloon: fix shrinker countWei Wang2019-11-201-1/+1
* virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin2019-11-201-6/+12
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+4
|\
| * vfs: Convert virtio_balloon to use the new mount APIDavid Howells2019-05-251-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1
| * balloon: don't bother with dentry_operationsAl Viro2019-05-201-5/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-14/+1
|/
* virtio_balloon: remove the unnecessary 0-initializationWei Wang2019-03-061-1/+0
* virtio-balloon: improve update_balloon_size_funcWei Wang2019-03-061-1/+4
* virtio-balloon: tweak config_changed implementationWei Wang2019-01-141-33/+65
* virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang2018-10-241-0/+10
* virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang2018-10-241-33/+331
* virtio_balloon: replace oom notifier with shrinkerWei Wang2018-08-221-51/+59
* virtio-balloon: kzalloc the vb structWei Wang2018-08-221-4/+1
* virtio-balloon: remove BUG() in init_vqsWei Wang2018-08-221-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/+1
* 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/+8
* virtio_balloon: disable VIOMMU supportMichael S. Tsirkin2017-06-181-0/+7
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* 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
|\ \ | |/ |/|