summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22virtio: balloon: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-05-22virtio_balloon: Treat stats requests as wakeup eventsDavid Stevens1-29/+46
2024-05-22virtio_balloon: Give the balloon its own wakeup sourceDavid Stevens1-2/+11
2024-01-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-10/+47
2024-01-10virtio_balloon: stay awake while adjusting balloonDavid Stevens1-10/+47
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+14
2023-11-01virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu1-1/+1
2023-10-18virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan1-1/+5
2023-10-04virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng1-10/+14
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)1-45/+2
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-6/+6
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian1-2/+2
2021-06-29virtio_balloon: specify page reporting order if neededGavin Shan1-0/+17
2021-05-03virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang1-1/+1
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka1-3/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka1-1/+1
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn1-1/+1
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin1-17/+9
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin1-1/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin1-1/+5
2020-07-29virtio-balloon: Document byte ordering of poison_valAlexander Duyck1-0/+5
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck1-1/+8
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck1-1/+1
2020-04-17virtio-balloon: make virtballoon_free_page_report() staticJason Yan1-1/+1
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand1-56/+47
2020-04-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck1-0/+64
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck1-6/+17
2020-03-08virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor1-1/+1
2020-02-06virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand1-4/+9
2020-02-06virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand1-0/+4
2020-02-06virtio_balloon: prevent pfn array overflowMichael S. Tsirkin1-0/+2
2020-02-06virtio-balloon: initialize all vq callbacksDaniel Verkamp1-0/+2
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin1-4/+5
2019-12-11virtio_balloon: name cleanupsMichael S. Tsirkin1-12/+12
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand1-0/+11
2019-11-20virtio_balloon: fix shrinker countWei Wang1-1/+1
2019-11-20virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin1-6/+12
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+4
2019-05-26vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-26mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-14/+1
2019-05-20balloon: don't bother with dentry_operationsAl Viro1-5/+1
2019-03-06virtio_balloon: remove the unnecessary 0-initializationWei Wang1-1/+0