1. b605c2d Drivers: hv: balloon: Use available memory value in pressure report by Alex Ng · 8 years ago
  2. eece30b Drivers: hv: balloon: replace ha_region_mutex with spinlock by Vitaly Kuznetsov · 8 years ago
  3. a132c54 Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is enabled by Vitaly Kuznetsov · 8 years ago
  4. cb7a572 Drivers: hv: balloon: account for gaps in hot add regions by Vitaly Kuznetsov · 8 years ago
  5. 7cf3b79 Drivers: hv: balloon: keep track of where ha_region starts by Vitaly Kuznetsov · 8 years ago
  6. d19a55d Drivers: hv: balloon: reset host_specified_ha_region by Vitaly Kuznetsov · 8 years ago
  7. 77c0c97 Drivers: hv: balloon: don't crash when memory is added in non-sorted order by Vitaly Kuznetsov · 8 years ago
  8. b6ddeae Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hosts by Alex Ng · 9 years ago
  9. 4e4bd36 Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONLINE case by Vitaly Kuznetsov · 9 years ago
  10. 797f88c9 Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case by Vitaly Kuznetsov · 9 years ago
  11. ba0c444 Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case by Vitaly Kuznetsov · 9 years ago
  12. 0a1a86a Drivers: hv: hv_balloon: survive ballooning request with num_pages=0 by Vitaly Kuznetsov · 9 years ago
  13. 7fb0e1a Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function by Vitaly Kuznetsov · 9 years ago
  14. d6cbd2c Drivers: hv: hv_balloon: do not online pages in offline blocks by Vitaly Kuznetsov · 9 years ago
  15. 5abbbb7 Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural by Vitaly Kuznetsov · 9 years ago
  16. f3f6eb8 Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure by Vitaly Kuznetsov · 9 years ago
  17. 530d15b Drivers: hv: hv_balloon: refuse to balloon below the floor by Vitaly Kuznetsov · 9 years ago
  18. 549fd28 Drivers: hv: hv_balloon: report offline pages as being used by Vitaly Kuznetsov · 9 years ago
  19. b05d8d9 Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex by Vitaly Kuznetsov · 9 years ago
  20. b057b3a hv: hv_balloon: match var type to return type of wait_for_completion by Nicholas Mc Guire · 9 years ago
  21. ab3de22 Drivers: hv: hv_balloon: Don't post pressure status from interrupt context by K. Y. Srinivasan · 9 years ago
  22. 22f8847 Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver by K. Y. Srinivasan · 9 years ago
  23. 79208c5 Drivers: hv: hv_balloon: Make adjustments in computing the floor by K. Y. Srinivasan · 9 years ago
  24. f671223 hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory block by Dexuan Cui · 10 years ago
  25. ae33933 Drivers: hv: balloon: Ensure pressure reports are posted regularly by K. Y. Srinivasan · 10 years ago
  26. 5dba4c5 Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly by K. Y. Srinivasan · 10 years ago
  27. cfc2599 Drivers: hv: remove HV_DRV_VERSION by Olaf Hering · 11 years ago
  28. 9c5891bd Merge 3.11-rc3 into char-misc-next. by Greg Kroah-Hartman · 11 years ago
  29. 20138d6c Drivers: hv: balloon: Initialize the transaction ID just before sending the packet by K. Y. Srinivasan · 11 years ago
  30. c5e2254 Drivers: hv: balloon: Do not post pressure status if interrupted by K. Y. Srinivasan · 11 years ago
  31. ed07ec9 Drivers: hv: balloon: Fix a bug in the hot-add code by K. Y. Srinivasan · 11 years ago
  32. 7f4f230 Drivers: hv: Notify the host of permanent hot-add failures by K. Y. Srinivasan · 11 years ago
  33. f766dc1 Drivers: hv: balloon: Support 2M page allocations for ballooning by K. Y. Srinivasan · 11 years ago
  34. 647965a Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirements by K. Y. Srinivasan · 11 years ago
  35. a6025a2 Drivers: hv: balloon: make local functions static by Wei Yongjun · 11 years ago
  36. 1cac8cd Drivers: hv: balloon: Implement hot-add functionality by K. Y. Srinivasan · 11 years ago
  37. 0cf40a3 Drivers: hv: balloon: Make the balloon driver not unloadable by K. Y. Srinivasan · 11 years ago
  38. c51af82 Drivers: hv: balloon: Execute hot-add code in a separate context by K. Y. Srinivasan · 11 years ago
  39. 6571b2d Drivers: hv: balloon: Execute balloon inflation in a separate context by K. Y. Srinivasan · 11 years ago
  40. 7a64b86 Drivers: hv: balloon: Do not request completion notification by K. Y. Srinivasan · 11 years ago
  41. 1c7db96 Drivers: hv: balloon: Prevent the host from ballooning the guest too low by K. Y. Srinivasan · 11 years ago
  42. e500d15 Drivers: hv: balloon: Add a parameter to delay pressure reporting by K. Y. Srinivasan · 11 years ago
  43. 0731572 Drivers: hv: balloon: Make adjustments to the pressure report by K. Y. Srinivasan · 11 years ago
  44. 7479014 Merge 3.8-rc5 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  45. d13984e Drivers: hv: Use consolidated GUID definitions by K. Y. Srinivasan · 11 years ago
  46. 33080c1 Drivers: hv: balloon: Fix a memory leak by K. Y. Srinivasan · 11 years ago
  47. 6427a0d Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg by K. Y. Srinivasan · 11 years ago
  48. 10d498b hv: hv_balloon: remove duplicated include from hv_balloon.c by Wei Yongjun · 12 years ago
  49. 989623c hv: hv_balloon: mark a function static by Greg Kroah-Hartman · 12 years ago
  50. 9aa8b50 Drivers: hv: Add Hyper-V balloon driver by K. Y. Srinivasan · 12 years ago