summaryrefslogtreecommitdiff
path: root/drivers/hv/hv_balloon.c
AgeCommit message (Expand)Author
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-08-11hv_balloon: Update the balloon driver to use the SBRM APIMitchell Levy
2023-06-28x86/hyperv: Improve code for referencing hyperv_pcpu_input_argNischala Yelchuri
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-03HV: hv_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2022-11-28hv_balloon: Add support for configurable order free page reportingShradha Gupta
2022-10-27Drivers: hv: fix repeated words in commentsJilin Yuan
2022-07-18Drivers: hv: Create debugfs file with hyper-v balloon usage informationAlexander Atanasov
2022-05-26hv_balloon: Fix balloon_probe() and balloon_remove() error handlingShradha Gupta
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-06Drivers: hv: balloon: Disable balloon and hot-add accordinglyBoqun Feng
2022-04-06Drivers: hv: balloon: Support status report for larger page sizesBoqun Feng
2022-03-01hv_balloon: rate-limit "Unhandled message" warningAnssi Hannula
2022-01-23Drivers: hv: balloon: account for vmbus packet header in max_pkt_sizeYanming Liu
2021-11-15Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_sizeBoqun Feng
2021-05-14hv_balloon: Remove redundant assignment to region_startJiapeng Chong
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand
2020-12-13hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooningVitaly Kuznetsov
2020-12-13hv_balloon: simplify math in alloc_balloon_pages()Vitaly Kuznetsov
2020-11-05Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-19hv_balloon: disable warning when floor reachedOlaf Hering
2020-10-16hv_balloon: try to merge system ram resourcesDavid Hildenbrand
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-04-07hv_balloon: don't check for memhp_auto_online manuallyDavid Hildenbrand
2020-01-25hv_balloon: Balloon up according to request page numberTianyu Lan
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-01mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder
2019-12-01hv_balloon: use generic_online_page()David Hildenbrand
2019-11-21hv_balloon: Add the support of hibernationDexuan Cui
2019-11-21Drivers: hv: balloon: Remove dependencies on guest page sizeHimadri Pandya
2019-07-30hv_balloon: Reorganize the probe functionDexuan Cui
2019-07-30hv_balloon: Use a static page for the balloon_up send bufferDexuan Cui
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280Thomas Gleixner
2019-03-05hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2019-01-09hv_balloon: avoid touching uninitialized struct page during tail onliningVitaly Kuznetsov
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-10-15hv_balloon: Replace spin_is_locked() with lockdepLance Roy
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven
2018-03-06hv_balloon: trace post_statusVitaly Kuznetsov
2018-03-06hv_balloon: fix bugs in num_pages_onlined accountingVitaly Kuznetsov
2018-03-06hv_balloon: simplify hv_online_page()/hv_page_online_one()Vitaly Kuznetsov
2018-03-06hv_balloon: fix printk loglevelVitaly Kuznetsov
2017-08-16Drivers: hv: balloon: Initialize last_post_time on startupAlex Ng
2017-08-16Drivers: hv: balloon: Show the max dynamic memory assignedAlex Ng
2017-08-16Drivers: hv: balloon: Correctly update onlined page countAlex Ng
2017-03-17vmbus: remove useless return'sStephen Hemminger