summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: balloon: Use available memory value in pressure reportAlex Ng2016-08-311-8/+5
* Drivers: hv: balloon: replace ha_region_mutex with spinlockVitaly Kuznetsov2016-08-311-45/+53
* Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Vitaly Kuznetsov2016-08-311-6/+9
* Drivers: hv: balloon: account for gaps in hot add regionsVitaly Kuznetsov2016-08-311-37/+94
* Drivers: hv: balloon: keep track of where ha_region startsVitaly Kuznetsov2016-08-311-2/+5
* Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov2016-05-011-0/+1
* Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov2016-05-011-2/+2
* Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...Alex Ng2015-08-041-6/+20
* Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...Vitaly Kuznetsov2015-06-011-1/+3
* Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX caseVitaly Kuznetsov2015-04-031-6/+7
* Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages caseVitaly Kuznetsov2015-04-031-1/+1
* Drivers: hv: hv_balloon: survive ballooning request with num_pages=0Vitaly Kuznetsov2015-04-031-13/+6
* Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor functionVitaly Kuznetsov2015-04-031-4/+4
* Drivers: hv: hv_balloon: do not online pages in offline blocksVitaly Kuznetsov2015-04-031-1/+11
* Drivers: hv: hv_balloon: don't lose memory when onlining order is not naturalVitaly Kuznetsov2015-03-251-10/+4
* Drivers: hv: hv_balloon: keep locks balanced on add_memory() failureVitaly Kuznetsov2015-03-251-0/+1
* Drivers: hv: hv_balloon: refuse to balloon below the floorVitaly Kuznetsov2015-03-011-0/+11
* Drivers: hv: hv_balloon: report offline pages as being usedVitaly Kuznetsov2015-03-011-9/+24
* Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Vitaly Kuznetsov2015-03-011-29/+6
* hv: hv_balloon: match var type to return type of wait_for_completionNicholas Mc Guire2015-03-011-1/+2
* Drivers: hv: hv_balloon: Don't post pressure status from interrupt contextK. Y. Srinivasan2015-01-251-7/+4
* Drivers: hv: hv_balloon: Fix a locking bug in the balloon driverK. Y. Srinivasan2015-01-251-5/+63
* Drivers: hv: hv_balloon: Make adjustments in computing the floorK. Y. Srinivasan2015-01-251-4/+5
* hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory blockDexuan Cui2014-11-261-3/+7
* Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan2014-05-031-3/+26
* Drivers: hv: Ballon: Make pressure posting thread sleep interruptiblyK. Y. Srinivasan2014-02-151-1/+2
* Drivers: hv: remove HV_DRV_VERSIONOlaf Hering2013-08-021-1/+0
* Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman2013-07-291-8/+13
|\
| * Drivers: hv: balloon: Do not post pressure status if interruptedK. Y. Srinivasan2013-07-161-0/+8
| * Drivers: hv: balloon: Fix a bug in the hot-add codeK. Y. Srinivasan2013-07-161-8/+5
* | Drivers: hv: balloon: Initialize the transaction ID just before sending the p...K. Y. Srinivasan2013-07-261-2/+2
|/
* Drivers: hv: Notify the host of permanent hot-add failuresK. Y. Srinivasan2013-03-291-2/+31
* Drivers: hv: balloon: Support 2M page allocations for ballooningK. Y. Srinivasan2013-03-291-2/+16
* Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirementsK. Y. Srinivasan2013-03-291-2/+15
* Drivers: hv: balloon: make local functions staticWei Yongjun2013-03-251-2/+2
* Drivers: hv: balloon: Implement hot-add functionalityK. Y. Srinivasan2013-03-151-21/+387
* Drivers: hv: balloon: Make the balloon driver not unloadableK. Y. Srinivasan2013-03-151-7/+0
* Drivers: hv: balloon: Execute hot-add code in a separate contextK. Y. Srinivasan2013-03-151-18/+23
* Drivers: hv: balloon: Execute balloon inflation in a separate contextK. Y. Srinivasan2013-03-151-10/+24
* Drivers: hv: balloon: Do not request completion notificationK. Y. Srinivasan2013-03-151-4/+2
* Drivers: hv: balloon: Prevent the host from ballooning the guest too lowK. Y. Srinivasan2013-02-081-1/+34
* Drivers: hv: balloon: Add a parameter to delay pressure reportingK. Y. Srinivasan2013-02-081-2/+11
* Drivers: hv: balloon: Make adjustments to the pressure reportK. Y. Srinivasan2013-01-301-3/+9
* Merge 3.8-rc5 into char-misc-nextGreg Kroah-Hartman2013-01-251-14/+21
|\
| * Drivers: hv: balloon: Fix a memory leakK. Y. Srinivasan2013-01-171-10/+13
| * Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msgK. Y. Srinivasan2013-01-171-4/+8
* | Drivers: hv: Use consolidated GUID definitionsK. Y. Srinivasan2013-01-251-3/+1
* | hv: hv_balloon: remove duplicated include from hv_balloon.cWei Yongjun2013-01-171-1/+0
|/
* hv: hv_balloon: mark a function staticGreg Kroah-Hartman2012-11-211-1/+1
* Drivers: hv: Add Hyper-V balloon driverK. Y. Srinivasan2012-11-151-0/+1041
OpenPOWER on IntegriCloud