summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-45/+2
|/
* virtio: Replace unsigned with unsigned intSolomon Tan2022-05-311-6/+6
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* virtio-balloon: Use virtio_find_vqs() helperXianting Tian2021-09-061-2/+2
* virtio_balloon: specify page reporting order if neededGavin Shan2021-06-291-0/+17
* virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang2021-05-031-1/+1
* mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka2020-12-151-3/+1
* mm, page_poison: use static key more efficientlyVlastimil Babka2020-12-151-1/+1
* 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