aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-04Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hostsAlex Ng1-6/+20
2015-06-01Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONLINE caseVitaly Kuznetsov1-1/+3
2015-04-03Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseVitaly Kuznetsov1-6/+7
2015-04-03Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseVitaly Kuznetsov1-1/+1
2015-04-03Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Vitaly Kuznetsov1-13/+6
2015-04-03Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionVitaly Kuznetsov1-4/+4
2015-04-03Drivers: hv: hv_balloon: do not online pages in offline blocksVitaly Kuznetsov1-1/+11
2015-03-25Drivers: hv: hv_balloon: don't lose memory when onlining order is not naturalVitaly Kuznetsov1-10/+4
2015-03-25Drivers: hv: hv_balloon: keep locks balanced on add_memory() failureVitaly Kuznetsov1-0/+1
2015-03-01Drivers: hv: hv_balloon: refuse to balloon below the floorVitaly Kuznetsov1-0/+11
2015-03-01Drivers: hv: hv_balloon: report offline pages as being usedVitaly Kuznetsov1-9/+24
2015-03-01Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutexVitaly Kuznetsov1-29/+6
2015-03-01hv: hv_balloon: match var type to return type of wait_for_completionNicholas Mc Guire1-1/+2
2015-01-25Drivers: hv: hv_balloon: Don't post pressure status from interrupt contextK. Y. Srinivasan1-7/+4
2015-01-25Drivers: hv: hv_balloon: Fix a locking bug in the balloon driverK. Y. Srinivasan1-5/+63
2015-01-25Drivers: hv: hv_balloon: Make adjustments in computing the floorK. Y. Srinivasan1-4/+5
2014-11-26hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory blockDexuan Cui1-3/+7
2014-05-03Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan1-3/+26
2014-02-15Drivers: hv: Ballon: Make pressure posting thread sleep interruptiblyK. Y. Srinivasan1-1/+2
2013-08-02Drivers: hv: remove HV_DRV_VERSIONOlaf Hering1-1/+0
2013-07-29Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman1-8/+13
2013-07-26Drivers: hv: balloon: Initialize the transaction ID just before sending the packetK. Y. Srinivasan1-2/+2
2013-07-16Drivers: hv: balloon: Do not post pressure status if interruptedK. Y. Srinivasan1-0/+8
2013-07-16Drivers: hv: balloon: Fix a bug in the hot-add codeK. Y. Srinivasan1-8/+5
2013-03-29Drivers: hv: Notify the host of permanent hot-add failuresK. Y. Srinivasan1-2/+31
2013-03-29Drivers: hv: balloon: Support 2M page allocations for ballooningK. Y. Srinivasan1-2/+16
2013-03-29Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirementsK. Y. Srinivasan1-2/+15
2013-03-25Drivers: hv: balloon: make local functions staticWei Yongjun1-2/+2
2013-03-15Drivers: hv: balloon: Implement hot-add functionalityK. Y. Srinivasan1-21/+387
2013-03-15Drivers: hv: balloon: Make the balloon driver not unloadableK. Y. Srinivasan1-7/+0
2013-03-15Drivers: hv: balloon: Execute hot-add code in a separate contextK. Y. Srinivasan1-18/+23
2013-03-15Drivers: hv: balloon: Execute balloon inflation in a separate contextK. Y. Srinivasan1-10/+24
2013-03-15Drivers: hv: balloon: Do not request completion notificationK. Y. Srinivasan1-4/+2
2013-02-08Drivers: hv: balloon: Prevent the host from ballooning the guest too lowK. Y. Srinivasan1-1/+34
2013-02-08Drivers: hv: balloon: Add a parameter to delay pressure reportingK. Y. Srinivasan1-2/+11
2013-01-30Drivers: hv: balloon: Make adjustments to the pressure reportK. Y. Srinivasan1-3/+9
2013-01-25Merge 3.8-rc5 into char-misc-nextGreg Kroah-Hartman1-14/+21
2013-01-25Drivers: hv: Use consolidated GUID definitionsK. Y. Srinivasan1-3/+1
2013-01-17Drivers: hv: balloon: Fix a memory leakK. Y. Srinivasan1-10/+13
2013-01-17Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msgK. Y. Srinivasan1-4/+8
2013-01-17hv: hv_balloon: remove duplicated include from hv_balloon.cWei Yongjun1-1/+0
2012-11-21hv: hv_balloon: mark a function staticGreg Kroah-Hartman1-1/+1
2012-11-15Drivers: hv: Add Hyper-V balloon driverK. Y. Srinivasan1-0/+1041