summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-041-44/+38
|\
| * hv_balloon: Update the balloon driver to use the SBRM APIMitchell Levy2023-08-111-44/+38
* | x86/hyperv: Improve code for referencing hyperv_pcpu_input_argNischala Yelchuri2023-06-281-1/+1
|/
* Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-211-3/+1
|\
| * Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
* | HV: hv_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
|/
* hv_balloon: Add support for configurable order free page reportingShradha Gupta2022-11-281-21/+73
* Drivers: hv: fix repeated words in commentsJilin Yuan2022-10-271-1/+1
* Drivers: hv: Create debugfs file with hyper-v balloon usage informationAlexander Atanasov2022-07-181-6/+129
* hv_balloon: Fix balloon_probe() and balloon_remove() error handlingShradha Gupta2022-05-261-5/+16
* Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-071-5/+44
|\
| * Drivers: hv: balloon: Disable balloon and hot-add accordinglyBoqun Feng2022-04-061-2/+34
| * Drivers: hv: balloon: Support status report for larger page sizesBoqun Feng2022-04-061-3/+10
* | hv_balloon: rate-limit "Unhandled message" warningAnssi Hannula2022-03-011-1/+1
|/
* Drivers: hv: balloon: account for vmbus packet header in max_pkt_sizeYanming Liu2022-01-231-0/+7
* Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_sizeBoqun Feng2021-11-151-1/+1
* hv_balloon: Remove redundant assignment to region_startJiapeng Chong2021-05-141-1/+0
* x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-0/+89
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
* hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooningVitaly Kuznetsov2020-12-131-1/+4
* hv_balloon: simplify math in alloc_balloon_pages()Vitaly Kuznetsov2020-12-131-1/+1
* Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-051-1/+1
|\
| * hv_balloon: disable warning when floor reachedOlaf Hering2020-10-191-1/+1
* | hv_balloon: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+1
* | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
|/
* hv_balloon: don't check for memhp_auto_online manuallyDavid Hildenbrand2020-04-071-15/+10
* hv_balloon: Balloon up according to request page numberTianyu Lan2020-01-251-10/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-3/+1
|\
| * mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder2019-12-011-1/+0
| * hv_balloon: use generic_online_page()David Hildenbrand2019-12-011-2/+1
* | hv_balloon: Add the support of hibernationDexuan Cui2019-11-211-2/+85
* | Drivers: hv: balloon: Remove dependencies on guest page sizeHimadri Pandya2019-11-211-13/+12
|/
* hv_balloon: Reorganize the probe functionDexuan Cui2019-07-301-58/+66
* hv_balloon: Use a static page for the balloon_up send bufferDexuan Cui2019-07-301-15/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner2019-06-051-11/+1
* hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-051-2/+12
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-3/+4
* hv_balloon: avoid touching uninitialized struct page during tail onliningVitaly Kuznetsov2019-01-091-4/+6
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-9/+10
* hv_balloon: Replace spin_is_locked() with lockdepLance Roy2018-10-151-1/+1
* use the new async probing feature for the hyperv driversArjan van de Ven2018-07-031-0/+3
* hv_balloon: trace post_statusVitaly Kuznetsov2018-03-061-0/+6
* hv_balloon: fix bugs in num_pages_onlined accountingVitaly Kuznetsov2018-03-061-13/+69
* hv_balloon: simplify hv_online_page()/hv_page_online_one()Vitaly Kuznetsov2018-03-061-22/+5
* hv_balloon: fix printk loglevelVitaly Kuznetsov2018-03-061-6/+6
* Drivers: hv: balloon: Initialize last_post_time on startupAlex Ng2017-08-161-0/+1
* Drivers: hv: balloon: Show the max dynamic memory assignedAlex Ng2017-08-161-2/+2
* Drivers: hv: balloon: Correctly update onlined page countAlex Ng2017-08-161-4/+3
* vmbus: remove useless return'sStephen Hemminger2017-03-171-2/+0