1. 40384e4 Drivers: hv: vmbus: Fix a bug in the error path in vmbus_open() by K. Y. Srinivasan · 10 years ago
  2. b057b3a hv: hv_balloon: match var type to return type of wait_for_completion by Nicholas Mc Guire · 10 years ago
  3. 51e5181 hv: channel_mgmt: match var type to return type of wait_for_completion by Nicholas Mc Guire · 10 years ago
  4. 08a9513 hv: channel: match var type to return type of wait_for_completion by Nicholas Mc Guire · 10 years ago
  5. ac0d12b hv: vmbus_open(): reset the channel state on ENOMEM by Dexuan Cui · 10 years ago
  6. 89f9f67 hv: vmbus_post_msg: retry the hypercall on some transient errors by Dexuan Cui · 10 years ago
  7. 1896566 hv: hv_util: move vmbus_open() to a later place by Dexuan Cui · 10 years ago
  8. e086748 Drivers: hv: vmbus: Teardown clockevent devices on module unload by Vitaly Kuznetsov · 10 years ago
  9. e72e7ac drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload by Vitaly Kuznetsov · 10 years ago
  10. 09a1962 Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown by Vitaly Kuznetsov · 10 years ago
  11. adcde06 Drivers: hv: vmbus: avoid double kfree for device_obj by Vitaly Kuznetsov · 10 years ago
  12. bc63b6f Drivers: hv: vmbus: rename channel work queues by Vitaly Kuznetsov · 10 years ago
  13. e513229 Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors by Vitaly Kuznetsov · 10 years ago
  14. 4ba6307 Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  15. a45de93 ACPICA: Resources: Provide common part for struct acpi_resource_address structures. by Lv Zheng · 10 years ago
  16. d8a60e0 Drivers: hv: vmbus: hv_process_timer_expiration() can be static by kbuild test robot · 10 years ago
  17. d7f2fba Drivers: hv: vmbus: serialize Offer and Rescind offer by Vitaly Kuznetsov · 10 years ago
  18. 67fae05 Drivers: hv: rename sc_lock to the more generic lock by Vitaly Kuznetsov · 10 years ago
  19. 9c3a6f7 Drivers: hv: check vmbus_device_create() return value in vmbus_process_offer() by Vitaly Kuznetsov · 10 years ago
  20. d9b1652 hv: hv_fcopy: drop the obsolete message on transfer failure by Dexuan Cui · 10 years ago
  21. d61031e Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays by K. Y. Srinivasan · 10 years ago
  22. 9f52a16 Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl() by K. Y. Srinivasan · 10 years ago
  23. 4061ed9 Drivers: hv: vmbus: Implement a clockevent device by K. Y. Srinivasan · 10 years ago
  24. ab3de22 Drivers: hv: hv_balloon: Don't post pressure status from interrupt context by K. Y. Srinivasan · 10 years ago
  25. 22f8847 Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver by K. Y. Srinivasan · 10 years ago
  26. 79208c5 Drivers: hv: hv_balloon: Make adjustments in computing the floor by K. Y. Srinivasan · 10 years ago
  27. 87712bf8 Drivers: hv: vmbus: Use get_cpu() to get the current CPU by K. Y. Srinivasan · 10 years ago
  28. 6ae840e Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  29. c3582a2 hyperv: Add support for vNIC hot removal by Haiyang Zhang · 10 years ago
  30. f671223 hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory block by Dexuan Cui · 10 years ago
  31. 8d9560e Drivers: hv: kvp,vss: Fast propagation of userspace communication failure by Vitaly Kuznetsov · 10 years ago
  32. 6491420 Drivers: hv: vss: Introduce timeout for communication with userspace by Vitaly Kuznetsov · 10 years ago
  33. 04a258c Drivers: hv: vmbus: Fix a race condition when unregistering a device by Vitaly Kuznetsov · 10 years ago
  34. 046c791 Drivers: hv: vmbus: Enable interrupt driven flow control by K. Y. Srinivasan · 10 years ago
  35. 2115b56 Drivers: hv: vmbus: Properly protect calls to smp_processor_id() by K. Y. Srinivasan · 10 years ago
  36. b29ef35 Drivers: hv: vmbus: Cleanup hv_post_message() by K. Y. Srinivasan · 10 years ago
  37. 98d731b Drivers: hv: vmbus: Cleanup vmbus_close_internal() by K. Y. Srinivasan · 10 years ago
  38. 45d727c Drivers: hv: vmbus: Fix a bug in vmbus_open() by K. Y. Srinivasan · 10 years ago
  39. 72c6b71 Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl() by K. Y. Srinivasan · 10 years ago
  40. 66be653 Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl() by K. Y. Srinivasan · 10 years ago
  41. fdeebcc Drivers: hv: vmbus: Cleanup vmbus_post_msg() by K. Y. Srinivasan · 10 years ago
  42. 2521129 Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  43. 2ef82d2 Drivers: hv: hv_fcopy: fix a race condition for SMP guest by Dexuan Cui · 10 years ago
  44. 9f48c89 Merge 3.16-rc5 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  45. 9bd2d0d Drivers: hv: util: Fix a bug in the KVP code by K. Y. Srinivasan · 10 years ago
  46. affb1af Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code by K. Y. Srinivasan · 10 years ago
  47. 7a446d6 hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw() by Jason Wang · 10 years ago
  48. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  49. 1b9d48f hyper-v: make uuid_le const by stephen hemminger · 10 years ago
  50. a100d88d hv: use correct order when freeing monitor_pages by Radim Krčmář · 10 years ago
  51. ae33933 Drivers: hv: balloon: Ensure pressure reports are posted regularly by K. Y. Srinivasan · 10 years ago
  52. 24b8a40 hv: Remove unnecessary comparison of unsigned against 0 by Tobias Klauser · 10 years ago
  53. 3a28fa3 Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel by K. Y. Srinivasan · 10 years ago
  54. d3ba720 Drivers: hv: Eliminate the channel spinlock in the callback path by K. Y. Srinivasan · 10 years ago
  55. 03367ef Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts by K. Y. Srinivasan · 11 years ago
  56. 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  57. 76d388c x86: hyperv: Fixup the (brain) damage caused by the irq cleanup by Thomas Gleixner · 11 years ago
  58. 1aec169 x86: Hyperv: Cleanup the irq mess by Thomas Gleixner · 11 years ago
  59. 90eedf0 vmbus: use resource for hyperv mmio region by Gerd Hoffmann · 11 years ago
  60. 4eb923f vmbus: add missing breaks by Gerd Hoffmann · 11 years ago
  61. c765a6d Drivers: hv: fcopy_open() can be static by Fengguang Wu · 11 years ago
  62. 01325476 Drivers: hv: Implement the file copy service by K. Y. Srinivasan · 11 years ago
  63. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  64. 5dba4c5 Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly by K. Y. Srinivasan · 11 years ago
  65. ac8f733 connector: add portid to unicast in addition to broadcasting by David Fries · 11 years ago
  66. 011a7c3 Drivers: hv: vmbus: Cleanup the packet send path by K. Y. Srinivasan · 11 years ago
  67. 90f3453 Drivers: hv: vmbus: Extract the mmio information from DSDT by K. Y. Srinivasan · 11 years ago
  68. 269f979 Drivers: hv: vmbus: Don't timeout during the initial connection with host by K. Y. Srinivasan · 11 years ago
  69. e28bab4 Drivers: hv: vmbus: Specify the target CPU that should receive notification by K. Y. Srinivasan · 11 years ago
  70. b679ef7 hyperv: Add support for physically discontinuous receive buffer by Haiyang Zhang · 11 years ago
  71. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  72. 8712954 drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.c by Rashika Kheria · 11 years ago
  73. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  74. 565ce64 Drivers: hv: vmbus: Fix a bug in channel rescind code by K. Y. Srinivasan · 11 years ago
  75. fdf91da drivers: hv: Fix wrong check for synic_event_page by Felipe Pena · 11 years ago
  76. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  77. 33b0693 hv: vmbus: fix vmbus_recvpacket_raw() return code by Dan Carpenter · 11 years ago
  78. 8bbf9f4 Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout by K. Y. Srinivasan · 11 years ago
  79. 3a49160 Drivers: hv: util: Correctly support ws2008R2 and earlier by K. Y. Srinivasan · 11 years ago
  80. 98f4c651 hv: move ringbuffer bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  81. 1fdde16 hv: delete struct hv_dev_port_info by Greg Kroah-Hartman · 11 years ago
  82. 2c9be3e hv: delete vmbus_get_debug_info() by Greg Kroah-Hartman · 11 years ago
  83. 4947c74 hv: move "client/server_monitor_conn_id" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  84. 1cee272 hv: move "client/server_monitor_latency" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  85. 76c52bb hv: move "client/server_monitor_pending" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  86. 8681db4 hv: make "monitor_pages" a "real" pointer array by Greg Kroah-Hartman · 11 years ago
  87. 7c55e1d hv: move "device_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  88. 68234c0 hv: move "class_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  89. 647fa37 hv: move "modalias" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  90. 5ffd00e hv: move "monitor_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  91. a8fb5f3 hv: move "state" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  92. 03f3a91 hv: use dev_groups for device attributes by Greg Kroah-Hartman · 11 years ago
  93. 3173463 hv: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  94. 666b9ad Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurely by K. Y. Srinivasan · 11 years ago
  95. 42dceeb Drivers: hv: vmbus: Fix a bug in the handling of channel offers by K. Y. Srinivasan · 11 years ago
  96. cfc2599 Drivers: hv: remove HV_DRV_VERSION by Olaf Hering · 11 years ago
  97. 9c5891bd Merge 3.11-rc3 into char-misc-next. by Greg Kroah-Hartman · 11 years ago
  98. 20138d6c Drivers: hv: balloon: Initialize the transaction ID just before sending the packet by K. Y. Srinivasan · 11 years ago
  99. 6741335 Drivers: hv: util: Fix a bug in version negotiation code for util services by K. Y. Srinivasan · 11 years ago
  100. c5e2254 Drivers: hv: balloon: Do not post pressure status if interrupted by K. Y. Srinivasan · 11 years ago