summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_balloon.c
Commit message (Expand)AuthorAgeFilesLines
* 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