summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: balloon: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* virtio_balloon: Treat stats requests as wakeup eventsDavid Stevens2024-05-221-29/+46
* virtio_balloon: Give the balloon its own wakeup sourceDavid Stevens2024-05-221-2/+11
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-01-181-10/+47
|\
| * virtio_balloon: stay awake while adjusting balloonDavid Stevens2024-01-101-10/+47
* | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-051-1/+1
|\
| * virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu2023-11-011-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-10/+14
|\ \ | |/ |/|
| * virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng2023-10-041-10/+14
* | virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan2023-10-181-1/+5
|/
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* 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