aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv_balloon.c
AgeCommit message (Expand)Author
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
2017-01-31Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()Vitaly Kuznetsov
2016-11-07Drivers: hv: balloon: Fix info request to show max page countAlex Ng
2016-11-07Drivers: hv: balloon: Add logging for dynamic memory operationsAlex Ng
2016-11-07Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not setAlex Ng
2016-08-31Drivers: hv: balloon: Use available memory value in pressure reportAlex Ng
2016-08-31Drivers: hv: balloon: replace ha_region_mutex with spinlockVitaly Kuznetsov
2016-08-31Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Vitaly Kuznetsov
2016-08-31Drivers: hv: balloon: account for gaps in hot add regionsVitaly Kuznetsov
2016-08-31Drivers: hv: balloon: keep track of where ha_region startsVitaly Kuznetsov
2016-05-01Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov
2016-05-01Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov
2015-08-04Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...Alex Ng
2015-06-01Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...Vitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseVitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseVitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Vitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionVitaly Kuznetsov
2015-04-03Drivers: hv: hv_balloon: do not online pages in offline blocksVitaly Kuznetsov
2015-03-25Drivers: hv: hv_balloon: don't lose memory when onlining order is not naturalVitaly Kuznetsov
2015-03-25Drivers: hv: hv_balloon: keep locks balanced on add_memory() failureVitaly Kuznetsov
2015-03-01Drivers: hv: hv_balloon: refuse to balloon below the floorVitaly Kuznetsov
2015-03-01Drivers: hv: hv_balloon: report offline pages as being usedVitaly Kuznetsov
2015-03-01Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Vitaly Kuznetsov
2015-03-01hv: hv_balloon: match var type to return type of wait_for_completionNicholas Mc Guire
2015-01-25Drivers: hv: hv_balloon: Don't post pressure status from interrupt contextK. Y. Srinivasan
2015-01-25Drivers: hv: hv_balloon: Fix a locking bug in the balloon driverK. Y. Srinivasan
2015-01-25Drivers: hv: hv_balloon: Make adjustments in computing the floorK. Y. Srinivasan
2014-11-26hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory blockDexuan Cui
2014-05-03Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan
2014-02-15Drivers: hv: Ballon: Make pressure posting thread sleep interruptiblyK. Y. Srinivasan
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering
2013-07-29Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman
2013-07-26Drivers: hv: balloon: Initialize the transaction ID just before sending the p...K. Y. Srinivasan
2013-07-16Drivers: hv: balloon: Do not post pressure status if interruptedK. Y. Srinivasan
2013-07-16Drivers: hv: balloon: Fix a bug in the hot-add codeK. Y. Srinivasan