1. da8ced3 hv_balloon: avoid touching uninitialized struct page during tail onlining by Vitaly Kuznetsov · 6 years ago
  2. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  3. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  4. 1c87dc8 hv_balloon: Replace spin_is_locked() with lockdep by Lance Roy · 6 years ago
  5. af0a564 use the new async probing feature for the hyperv drivers by Arjan van de Ven · 7 years ago
  6. cf21be9 hv_balloon: trace post_status by Vitaly Kuznetsov · 7 years ago
  7. bba072d1 hv_balloon: fix bugs in num_pages_onlined accounting by Vitaly Kuznetsov · 7 years ago
  8. 4f098af hv_balloon: simplify hv_online_page()/hv_page_online_one() by Vitaly Kuznetsov · 7 years ago
  9. 223e1e4 hv_balloon: fix printk loglevel by Vitaly Kuznetsov · 7 years ago
  10. c548f39 Drivers: hv: balloon: Initialize last_post_time on startup by Alex Ng · 7 years ago
  11. 7b6e54b Drivers: hv: balloon: Show the max dynamic memory assigned by Alex Ng · 7 years ago
  12. 6df8d9a Drivers: hv: balloon: Correctly update onlined page count by Alex Ng · 7 years ago
  13. 8b1f91f vmbus: remove useless return's by Stephen Hemminger · 8 years ago
  14. ad6d412 Drivers: hv: balloon: add a fall through comment to hv_memory_notifier() by Vitaly Kuznetsov · 8 years ago
  15. 8500096 Drivers: hv: balloon: Fix info request to show max page count by Alex Ng · 8 years ago
  16. b3bb97b Drivers: hv: balloon: Add logging for dynamic memory operations by Alex Ng · 8 years ago
  17. 8ba8c0a Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set by Alex Ng · 8 years ago
  18. b605c2d Drivers: hv: balloon: Use available memory value in pressure report by Alex Ng · 8 years ago
  19. eece30b Drivers: hv: balloon: replace ha_region_mutex with spinlock by Vitaly Kuznetsov · 8 years ago
  20. a132c54 Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is enabled by Vitaly Kuznetsov · 8 years ago
  21. cb7a572 Drivers: hv: balloon: account for gaps in hot add regions by Vitaly Kuznetsov · 8 years ago
  22. 7cf3b79 Drivers: hv: balloon: keep track of where ha_region starts by Vitaly Kuznetsov · 8 years ago
  23. d19a55d Drivers: hv: balloon: reset host_specified_ha_region by Vitaly Kuznetsov · 9 years ago
  24. 77c0c97 Drivers: hv: balloon: don't crash when memory is added in non-sorted order by Vitaly Kuznetsov · 9 years ago
  25. b6ddeae Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hosts by Alex Ng · 9 years ago
  26. 4e4bd36 Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONLINE case by Vitaly Kuznetsov · 10 years ago
  27. 797f88c9 Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case by Vitaly Kuznetsov · 10 years ago
  28. ba0c444 Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case by Vitaly Kuznetsov · 10 years ago
  29. 0a1a86a Drivers: hv: hv_balloon: survive ballooning request with num_pages=0 by Vitaly Kuznetsov · 10 years ago
  30. 7fb0e1a Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function by Vitaly Kuznetsov · 10 years ago
  31. d6cbd2c Drivers: hv: hv_balloon: do not online pages in offline blocks by Vitaly Kuznetsov · 10 years ago
  32. 5abbbb7 Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural by Vitaly Kuznetsov · 10 years ago
  33. f3f6eb8 Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure by Vitaly Kuznetsov · 10 years ago
  34. 530d15b Drivers: hv: hv_balloon: refuse to balloon below the floor by Vitaly Kuznetsov · 10 years ago
  35. 549fd28 Drivers: hv: hv_balloon: report offline pages as being used by Vitaly Kuznetsov · 10 years ago
  36. b05d8d9 Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex by Vitaly Kuznetsov · 10 years ago
  37. b057b3a hv: hv_balloon: match var type to return type of wait_for_completion by Nicholas Mc Guire · 10 years ago
  38. ab3de22 Drivers: hv: hv_balloon: Don't post pressure status from interrupt context by K. Y. Srinivasan · 10 years ago
  39. 22f8847 Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver by K. Y. Srinivasan · 10 years ago
  40. 79208c5 Drivers: hv: hv_balloon: Make adjustments in computing the floor by K. Y. Srinivasan · 10 years ago
  41. f671223 hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory block by Dexuan Cui · 10 years ago
  42. ae33933 Drivers: hv: balloon: Ensure pressure reports are posted regularly by K. Y. Srinivasan · 11 years ago
  43. 5dba4c5 Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly by K. Y. Srinivasan · 11 years ago
  44. cfc2599 Drivers: hv: remove HV_DRV_VERSION by Olaf Hering · 12 years ago
  45. 9c5891bd Merge 3.11-rc3 into char-misc-next. by Greg Kroah-Hartman · 11 years ago
  46. 20138d6 Drivers: hv: balloon: Initialize the transaction ID just before sending the packet by K. Y. Srinivasan · 11 years ago
  47. c5e2254 Drivers: hv: balloon: Do not post pressure status if interrupted by K. Y. Srinivasan · 11 years ago
  48. ed07ec9 Drivers: hv: balloon: Fix a bug in the hot-add code by K. Y. Srinivasan · 11 years ago
  49. 7f4f230 Drivers: hv: Notify the host of permanent hot-add failures by K. Y. Srinivasan · 12 years ago
  50. f766dc1 Drivers: hv: balloon: Support 2M page allocations for ballooning by K. Y. Srinivasan · 12 years ago
  51. 647965a Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirements by K. Y. Srinivasan · 12 years ago
  52. a6025a2 Drivers: hv: balloon: make local functions static by Wei Yongjun · 12 years ago
  53. 1cac8cd Drivers: hv: balloon: Implement hot-add functionality by K. Y. Srinivasan · 12 years ago
  54. 0cf40a3 Drivers: hv: balloon: Make the balloon driver not unloadable by K. Y. Srinivasan · 12 years ago
  55. c51af82 Drivers: hv: balloon: Execute hot-add code in a separate context by K. Y. Srinivasan · 12 years ago
  56. 6571b2d Drivers: hv: balloon: Execute balloon inflation in a separate context by K. Y. Srinivasan · 12 years ago
  57. 7a64b86 Drivers: hv: balloon: Do not request completion notification by K. Y. Srinivasan · 12 years ago
  58. 1c7db96 Drivers: hv: balloon: Prevent the host from ballooning the guest too low by K. Y. Srinivasan · 12 years ago
  59. e500d15 Drivers: hv: balloon: Add a parameter to delay pressure reporting by K. Y. Srinivasan · 12 years ago
  60. 0731572 Drivers: hv: balloon: Make adjustments to the pressure report by K. Y. Srinivasan · 12 years ago
  61. 7479014 Merge 3.8-rc5 into char-misc-next by Greg Kroah-Hartman · 12 years ago
  62. d13984e Drivers: hv: Use consolidated GUID definitions by K. Y. Srinivasan · 12 years ago
  63. 33080c1 Drivers: hv: balloon: Fix a memory leak by K. Y. Srinivasan · 12 years ago
  64. 6427a0d Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg by K. Y. Srinivasan · 12 years ago
  65. 10d498b hv: hv_balloon: remove duplicated include from hv_balloon.c by Wei Yongjun · 12 years ago
  66. 989623c hv: hv_balloon: mark a function static by Greg Kroah-Hartman · 12 years ago
  67. 9aa8b50 Drivers: hv: Add Hyper-V balloon driver by K. Y. Srinivasan · 12 years ago