aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge 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-08mm, 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-02Merge 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-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2022-08-05Merge 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-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-6/+6
2022-01-14virtio: 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-25vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_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
2019-03-06virtio-balloon: improve update_balloon_size_funcWei Wang1-1/+4
2019-01-14virtio-balloon: tweak config_changed implementationWei Wang1-33/+65
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISONWei Wang1-0/+10
2018-10-24virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang1-33/+331
2018-08-22virtio_balloon: replace oom notifier with shrinkerWei Wang1-51/+59
2018-08-22virtio-balloon: kzalloc the vb structWei Wang1-4/+1
2018-08-22virtio-balloon: remove BUG() in init_vqsWei Wang1-3/+7
2018-07-30virtio_balloon: fix another race between migration and ballooningJiang Biao1-0/+2
2018-04-10virtio_balloon: export hugetlb page allocation countsJonathan Helman1-0/+6
2018-01-31virtio_balloon: include disk/file caches memory statisticsTomáš Golembiovský1-0/+4
2017-12-01virtio_balloon: fix increment of vb->num_pfns in fill_balloon()Jan Stancek1-2/+1
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-5/+19
2017-07-25virtio-balloon: coding format cleanupWei Wang1-2/+4
2017-07-25virtio-balloon: deflate via a page listLiang Li1-14/+8
2017-06-18virtio_balloon: disable VIOMMU supportMichael S. Tsirkin1-0/+7
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-03-28virtio_balloon: prevent uninitialized variable useArnd Bergmann1-0/+2
2017-03-28virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek1-7/+10
2017-03-28virtio_balloon: init 1st buffer in stats vqLadi Prosek1-0/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar1-0/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-24mm balloon: umount balloon_mnt when removing vb deviceYisheng Xie1-0/+4
2016-10-31virtio: update balloon size in balloon "probe"Konstantin Neumoin1-0/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+2
2016-08-01balloon: check the number of available pages in leak balloonKonstantin Neumoin1-0/+2
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-1/+1
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim1-6/+48
2016-05-22virtio_balloon: fix PFN format for virtio-1Michael S. Tsirkin1-8/+12
2016-03-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-61/+61
2016-03-17virtio_balloon: export 'available' memory to balloon statisticsIgor Redko1-0/+6
2016-03-11virtio_balloon: Allow to resize and update the balloon stats in parallelPetr Mladek1-15/+21
2016-03-11virtio_balloon: Use a workqueue instead of "vballoon" kthreadPetr Mladek1-57/+51
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2016-01-12virtio_balloon: fix race by fill and leakMinchan Kim1-1/+1
2015-09-08virtio_balloon: do not change memory amount visible via /proc/meminfoDenis V. Lunev1-2/+6
2015-09-08virtio_ballon: change stub of release_pages_by_pfnDenis V. Lunev1-4/+4
2015-04-15virtio_balloon: transitional interfaceMichael S. Tsirkin1-6/+15
2015-03-10virtio-balloon: do not call blocking ops when !TASK_RUNNINGMichael S. Tsirkin1-5/+14
2015-03-10virtio_balloon: set DRIVER_OK before using deviceMichael S. Tsirkin1-0/+2
2015-01-21virtio_balloon: coding style fixesMichael S. Tsirkin1-2/+1
2015-01-21virtio/balloon: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-11-11virtio_balloon: free some memory from balloon on OOMRaushaniya Maksudova1-0/+52
2014-11-11virtio_balloon: return the amount of freed memory from leak_balloon()Raushaniya Maksudova1-1/+4
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2014-10-15virtio_balloon: enable VQs early on restoreMichael S. Tsirkin1-0/+2
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov1-0/+1
2014-10-09mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov1-47/+13
2014-10-09mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov1-8/+7
2014-03-13virtio_balloon: don't crash if virtqueue is broken.Rusty Russell1-5/+3
2014-03-13virtio_balloon: don't softlockup on huge balloon changes.Rusty Russell1-0/+6
2014-01-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2014-01-16drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...Rashika Kheria1-1/+1
2013-12-05virtio_balloon: update_balloon_size(): update correct fieldLuiz Capitulino1-1/+1
2013-10-17virtio: use size-based config accessors.Rusty Russell1-6/+4
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-3/+4
2013-07-02virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino1-1/+2
2013-03-20virtio_balloon: use simplified virtqueue accessors.Rusty Russell1-3/+3
2013-02-13virtio: use module_virtio_driver.Rusty Russell1-12/+1
2013-01-03Drivers: virtio: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+3
2012-12-18virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-4/+3
2012-12-11virtio_balloon: introduce migration primitives to balloon pagesRafael Aquini1-19/+132
2012-07-09virtio-balloon: fix add/get API useMichael S. Tsirkin1-14/+10
2012-05-22virtio: balloon: separate out common code between remove and freeze functionsAmit Shah1-14/+12
2012-05-22virtio: balloon: drop restore_common()Amit Shah1-6/+1
2012-05-17virtio: balloon: let host know of updated balloon size before module removalAmit Shah1-0/+1
2012-04-15virtio_balloon: fix handling of PAGE_SIZE != 4kMichael S. Tsirkin1-10/+41
2012-04-15virtio_balloon: Fix endian bugDavid Gibson1-2/+5
2012-03-31virtio: drop thaw PM operationAmit Shah1-6/+0
2012-03-31virtio: balloon: Allow stats update after restore from S4Amit Shah1-8/+0
2012-03-01virtio: balloon: leak / fill balloon across S4Amit Shah1-11/+22
2012-01-12virtio: balloon: Add freeze, restore handlers to support S4Amit Shah1-0/+47
2012-01-12virtio: balloon: Move vq initialization into separate functionAmit Shah1-18/+30
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-3/+4
2012-01-12virtio-balloon: Trivial cleanupsSasha Levin1-3/+3
2011-10-31virtio: Add module.h to drivers/virtio users.Paul Gortmaker1-0/+1
2011-05-30virtio balloon: kill tell-host-first logicDave Hansen1-13/+8
2010-05-19virtio_balloon: use virtqueue_xxx wrappersMichael S. Tsirkin1-9/+8
2010-04-22virtio: Fix GFP flags passed from the virtio balloon driverBalbir Singh1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-24virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQRusty Russell1-0/+1
2010-02-24virtio: Fix scheduling while atomic in virtio_balloon statsAdam Litke1-4/+18
2010-02-24virtio: Add memory statistics reporting to the balloon driver (V4)Adam Litke1-8/+86
2010-01-16virtio: fix section mismatch warningsJeff Mahoney1-3/+3
2009-10-22move virtballoon_remove to .devexit.textUwe Kleine-König1-1/+1
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger1-1/+0
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao1-0/+1
2009-09-23virtio: make add_buf return capacity remainingRusty Russell1-1/+1
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-16/+11
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-2/+2
2009-04-19virtio: fix suspend when using virtio_balloonMarcelo Tosatti1-1/+2
2008-12-30virtio: avoid implicit use of Linux page size in balloon interfaceHollis Blanchard1-2/+11
2008-08-26virtio_balloon: fix towards_target when deflating balloonAnthony Liguori1-1/+1
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-1/+5
2008-05-02virtio: change config to guest endian.Rusty Russell1-3/+3
2008-03-17virtio: handle > 2 billion page balloon targetsRusty Russell1-2/+2
2008-02-06virtio: add missing #include <linux/delay.h>Johann Felix Soden1-0/+1
2008-02-04virtio: balloon driverRusty Russell1-0/+284