aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv_balloon.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16Drivers: hv: balloon: Initialize last_post_time on startupGravatar Alex Ng 1-0/+1
2017-08-16Drivers: hv: balloon: Show the max dynamic memory assignedGravatar Alex Ng 1-2/+2
2017-08-16Drivers: hv: balloon: Correctly update onlined page countGravatar Alex Ng 1-4/+3
2017-03-17vmbus: remove useless return'sGravatar Stephen Hemminger 1-2/+0
2017-01-31Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()Gravatar Vitaly Kuznetsov 1-0/+1
2016-11-07Drivers: hv: balloon: Fix info request to show max page countGravatar Alex Ng 1-2/+7
2016-11-07Drivers: hv: balloon: Add logging for dynamic memory operationsGravatar Alex Ng 1-3/+28
2016-11-07Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not setGravatar Alex Ng 1-0/+4
2016-08-31Drivers: hv: balloon: Use available memory value in pressure reportGravatar Alex Ng 1-8/+5
2016-08-31Drivers: hv: balloon: replace ha_region_mutex with spinlockGravatar Vitaly Kuznetsov 1-45/+53
2016-08-31Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Gravatar Vitaly Kuznetsov 1-6/+9
2016-08-31Drivers: hv: balloon: account for gaps in hot add regionsGravatar Vitaly Kuznetsov 1-37/+94
2016-08-31Drivers: hv: balloon: keep track of where ha_region startsGravatar Vitaly Kuznetsov 1-2/+5
2016-05-01Drivers: hv: balloon: reset host_specified_ha_regionGravatar Vitaly Kuznetsov 1-0/+1
2016-05-01Drivers: hv: balloon: don't crash when memory is added in non-sorted orderGravatar Vitaly Kuznetsov 1-2/+2
2015-08-04Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...Gravatar Alex Ng 1-6/+20
2015-06-01Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...Gravatar Vitaly Kuznetsov 1-1/+3
2015-04-03Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseGravatar Vitaly Kuznetsov 1-6/+7
2015-04-03Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseGravatar Vitaly Kuznetsov 1-1/+1
2015-04-03Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Gravatar Vitaly Kuznetsov 1-13/+6
2015-04-03Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionGravatar Vitaly Kuznetsov 1-4/+4
2015-04-03Drivers: hv: hv_balloon: do not online pages in offline blocksGravatar Vitaly Kuznetsov 1-1/+11
2015-03-25Drivers: hv: hv_balloon: don't lose memory when onlining order is not naturalGravatar Vitaly Kuznetsov 1-10/+4
2015-03-25Drivers: hv: hv_balloon: keep locks balanced on add_memory() failureGravatar Vitaly Kuznetsov 1-0/+1
2015-03-01Drivers: hv: hv_balloon: refuse to balloon below the floorGravatar Vitaly Kuznetsov 1-0/+11
2015-03-01Drivers: hv: hv_balloon: report offline pages as being usedGravatar Vitaly Kuznetsov 1-9/+24
2015-03-01Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Gravatar Vitaly Kuznetsov 1-29/+6
2015-03-01hv: hv_balloon: match var type to return type of wait_for_completionGravatar Nicholas Mc Guire 1-1/+2
2015-01-25Drivers: hv: hv_balloon: Don't post pressure status from interrupt contextGravatar K. Y. Srinivasan 1-7/+4
2015-01-25Drivers: hv: hv_balloon: Fix a locking bug in the balloon driverGravatar K. Y. Srinivasan 1-5/+63
2015-01-25Drivers: hv: hv_balloon: Make adjustments in computing the floorGravatar K. Y. Srinivasan 1-4/+5
2014-11-26hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory blockGravatar Dexuan Cui 1-3/+7
2014-05-03Drivers: hv: balloon: Ensure pressure reports are posted regularlyGravatar K. Y. Srinivasan 1-3/+26
2014-02-15Drivers: hv: Ballon: Make pressure posting thread sleep interruptiblyGravatar K. Y. Srinivasan 1-1/+2
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-1/+0
2013-07-29Merge 3.11-rc3 into char-misc-next.Gravatar Greg Kroah-Hartman 1-8/+13
2013-07-26Drivers: hv: balloon: Initialize the transaction ID just before sending the p...Gravatar K. Y. Srinivasan 1-2/+2
2013-07-16Drivers: hv: balloon: Do not post pressure status if interruptedGravatar K. Y. Srinivasan 1-0/+8
2013-07-16Drivers: hv: balloon: Fix a bug in the hot-add codeGravatar K. Y. Srinivasan 1-8/+5
2013-03-29Drivers: hv: Notify the host of permanent hot-add failuresGravatar K. Y. Srinivasan 1-2/+31
2013-03-29Drivers: hv: balloon: Support 2M page allocations for ballooningGravatar K. Y. Srinivasan 1-2/+16
2013-03-29Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirementsGravatar K. Y. Srinivasan 1-2/+15
2013-03-25Drivers: hv: balloon: make local functions staticGravatar Wei Yongjun 1-2/+2
2013-03-15Drivers: hv: balloon: Implement hot-add functionalityGravatar K. Y. Srinivasan 1-21/+387
2013-03-15Drivers: hv: balloon: Make the balloon driver not unloadableGravatar K. Y. Srinivasan 1-7/+0
2013-03-15Drivers: hv: balloon: Execute hot-add code in a separate contextGravatar K. Y. Srinivasan 1-18/+23
2013-03-15Drivers: hv: balloon: Execute balloon inflation in a separate contextGravatar K. Y. Srinivasan 1-10/+24
2013-03-15Drivers: hv: balloon: Do not request completion notificationGravatar K. Y. Srinivasan 1-4/+2
2013-02-08Drivers: hv: balloon: Prevent the host from ballooning the guest too lowGravatar K. Y. Srinivasan 1-1/+34
2013-02-08Drivers: hv: balloon: Add a parameter to delay pressure reportingGravatar K. Y. Srinivasan 1-2/+11