summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: balloon: Initialize last_post_time on startupAlex Ng2017-08-161-0/+1
* Drivers: hv: balloon: Show the max dynamic memory assignedAlex Ng2017-08-161-2/+2
* Drivers: hv: balloon: Correctly update onlined page countAlex Ng2017-08-161-4/+3Star
* vmbus: remove useless return'sStephen Hemminger2017-03-171-2/+0Star
* Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()Vitaly Kuznetsov2017-01-311-0/+1
* Drivers: hv: balloon: Fix info request to show max page countAlex Ng2016-11-071-2/+7
* Drivers: hv: balloon: Add logging for dynamic memory operationsAlex Ng2016-11-071-3/+28
* Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not setAlex Ng2016-11-071-0/+4
* Drivers: hv: balloon: Use available memory value in pressure reportAlex Ng2016-08-311-8/+5Star
* 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-051-6/+20
* Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...Vitaly Kuznetsov2015-05-311-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/+6Star
* 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/+4Star
* 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-021-0/+11
* Drivers: hv: hv_balloon: report offline pages as being usedVitaly Kuznetsov2015-03-021-9/+24
* Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...Vitaly Kuznetsov2015-03-021-29/+6Star
* hv: hv_balloon: match var type to return type of wait_for_completionNicholas Mc Guire2015-03-021-1/+2
* Drivers: hv: hv_balloon: Don't post pressure status from interrupt contextK. Y. Srinivasan2015-01-251-7/+4Star
* 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-271-3/+7
* Drivers: hv: balloon: Ensure pressure reports are posted regularlyK. Y. Srinivasan2014-05-041-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/+0Star
* 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-171-0/+8
| * Drivers: hv: balloon: Fix a bug in the hot-add codeK. Y. Srinivasan2013-07-171-8/+5Star
* | Drivers: hv: balloon: Initialize the transaction ID just before sending the p...K. Y. Srinivasan2013-07-271-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/+0Star
* 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/+2Star
* Drivers: hv: balloon: Prevent the host from ballooning the guest too lowK. Y. Srinivasan2013-02-091-1/+34
* Drivers: hv: balloon: Add a parameter to delay pressure reportingK. Y. Srinivasan2013-02-091-2/+11