summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-01-10virtio_balloon: stay awake while adjusting balloonDavid Stevens
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01virtio-balloon: correct the comment of virtballoon_migratepage()Xueshi Hu
2023-10-18virtio_balloon: Fix endless deflation and inflation on arm64Gavin Shan
2023-10-04virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-09-06virtio-balloon: Use virtio_find_vqs() helperXianting Tian
2021-06-29virtio_balloon: specify page reporting order if neededGavin Shan
2021-05-03virtio-balloon: fix a typo in comment of virtballoon_migratepage()Liu Xiang
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka
2020-10-21virtio-balloon: Constify id_tableRikard Falkeborn
2020-08-05virtio_balloon: use LE config space accessesMichael S. Tsirkin
2020-08-05virtio_balloon: fix sparse warningMichael S. Tsirkin
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-07-29virtio_balloon: fix up endian-ness for free cmd idMichael S. Tsirkin
2020-07-29virtio-balloon: Document byte ordering of poison_valAlexander Duyck
2020-06-04virtio-balloon: Disable free page reporting if page poison reporting is not e...Alexander Duyck
2020-04-17virtio-balloon: Avoid using the word 'report' when referring to free page hin...Alexander Duyck
2020-04-17virtio-balloon: make virtballoon_free_page_report() staticJason Yan
2020-04-07virtio-balloon: switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOMDavid Hildenbrand
2020-04-07virtio-balloon: add support for providing free page reports to hostAlexander Duyck
2020-04-07virtio-balloon: pull page poisoning config out of free page hintingAlexander Duyck
2020-03-08virtio_balloon: Adjust label in virtballoon_probeNathan Chancellor
2020-02-06virtio_balloon: Fix memory leaks on errors in virtballoon_probe()David Hildenbrand
2020-02-06virtio-balloon: Fix memory leak when unloading while hinting is in progressDavid Hildenbrand
2020-02-06virtio_balloon: prevent pfn array overflowMichael S. Tsirkin
2020-02-06virtio-balloon: initialize all vq callbacksDaniel Verkamp
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin
2019-12-11virtio_balloon: name cleanupsMichael S. Tsirkin
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand
2019-11-20virtio_balloon: fix shrinker countWei Wang
2019-11-20virtio_balloon: fix shrinker scan number of pagesMichael S. Tsirkin
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-25vfs: Convert virtio_balloon to use the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2019-05-20balloon: don't bother with dentry_operationsAl Viro
2019-03-06virtio_balloon: remove the unnecessary 0-initializationWei Wang
2019-03-06virtio-balloon: improve update_balloon_size_funcWei Wang
2019-01-14virtio-balloon: tweak config_changed implementationWei Wang
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang