1. 13c5e97 vmbus: fix missing signaling in hv_signal_on_read() by Dexuan Cui · 7 years ago
  2. 3c0cbb4 Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2) by Vitaly Kuznetsov · 7 years ago
  3. 728fe69 Drivers: hv: vmbus: Fix a rescind handling bug by K. Y. Srinivasan · 7 years ago
  4. 1cf897f Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() by Dexuan Cui · 7 years ago
  5. 964dfbe Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host by K. Y. Srinivasan · 8 years ago
  6. e2fdf78 Drivers: hv: vmbus: On write cleanup the logic to interrupt the host by K. Y. Srinivasan · 8 years ago
  7. e934f68 Revert "hv_netvsc: report vmbus name in ethtool" by Stephen Hemminger · 8 years ago
  8. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  9. e7fca5d Drivers: hv: get rid of id in struct vmbus_channel by Vitaly Kuznetsov · 8 years ago
  10. 3a8963a Revert "hv_netvsc: make inline functions static" by Stephen Hemminger · 8 years ago
  11. 8e1d260 Drivers: hv: utils: Support TimeSync version 4.0 protocol samples. by Alex Ng · 8 years ago
  12. 0f98829 Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings by Dexuan Cui · 8 years ago
  13. 65a532f Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()" by K. Y. Srinivasan · 8 years ago
  14. 509879b Drivers: hv: Introduce a policy for controlling channel affinity by K. Y. Srinivasan · 8 years ago
  15. bb08d43 Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() by Vitaly Kuznetsov · 8 years ago
  16. 3724287 Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency by K. Y. Srinivasan · 8 years ago
  17. 638fea3 Drivers: hv: vmbus: fix the race when querying & updating the percpu list by Dexuan Cui · 8 years ago
  18. e3f74b8 hv_netvsc: report vmbus name in ethtool by Stephen Hemminger · 8 years ago
  19. 30d1de0 hv_netvsc: make inline functions static by Stephen Hemminger · 8 years ago
  20. 97fb77dc drivers:hv: Make a function to free mmio regions through vmbus by Jake Oshins · 8 years ago
  21. ab028db Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets by K. Y. Srinivasan · 8 years ago
  22. 687f32e Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h by K. Y. Srinivasan · 8 years ago
  23. 5cc4724 Drivers: hv: vmbus: Export the vmbus_set_event() API by K. Y. Srinivasan · 8 years ago
  24. a6341f0 Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer by K. Y. Srinivasan · 8 years ago
  25. b9830d1 Drivers: hv: util: Pass the channel information during the init call by K. Y. Srinivasan · 8 years ago
  26. fe760e4 Drivers: hv: vmbus: Give control over how the ring access is serialized by K. Y. Srinivasan · 8 years ago
  27. 85d9aa7 Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister() by Dexuan Cui · 8 years ago
  28. 499e840 Drivers: hv: vmbus: add a per-channel rescind callback by Dexuan Cui · 8 years ago
  29. 8981da3 Drivers: hv: vmbus: add a hvsock flag in struct hv_driver by Dexuan Cui · 8 years ago
  30. 5c23a1a Drivers: hv: vmbus: define a new VMBus message type for hvsock by Dexuan Cui · 8 years ago
  31. e8d6ca0 Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock) by Dexuan Cui · 8 years ago
  32. 3c75354 Drivers: hv: vmbus: add a helper function to set a channel's pending send size by Dexuan Cui · 8 years ago
  33. 7047f17 Drivers: hv: vmbus: Add vendor and device atttributes by K. Y. Srinivasan · 8 years ago
  34. 2048157 Drivers: hv: vmbus: fix the building warning with hyperv-keyboard by Dexuan Cui · 8 years ago
  35. 45870a4 Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends() by Vitaly Kuznetsov · 8 years ago
  36. 8599846 Drivers: hv: vmbus: Fix a Host signaling bug by K. Y. Srinivasan · 8 years ago
  37. 90e031f Drivers: hv: vmbus: Get rid of the unused macro by K. Y. Srinivasan · 8 years ago
  38. af3ff64 Drivers: hv: vmbus: Use uuid_le type consistently by K. Y. Srinivasan · 8 years ago
  39. 3053c76 drivers:hv: Define the channel type for Hyper-V PCI Express pass-through by Jake Oshins · 8 years ago
  40. a108393 drivers:hv: Export the API to invoke a hypercall on Hyper-V by Jake Oshins · 8 years ago
  41. 619848b drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num by Jake Oshins · 8 years ago
  42. c75efa9 drivers/hv: share Hyper-V SynIC constants with userspace by Andrey Smetanin · 9 years ago
  43. 3b71107 Drivers: hv: vmbus: Further improve CPU affiliation logic by Dexuan Cui · 9 years ago
  44. 9f01ec53 Drivers: hv: vmbus: Improve the CPU affiliation for channels by K. Y. Srinivasan · 9 years ago
  45. 3546448 drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus by Jake Oshins · 9 years ago
  46. 7f163a6 drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. by Jake Oshins · 9 years ago
  47. 1f656ff Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channels by K. Y. Srinivasan · 9 years ago
  48. 6c4e5f9 Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10. by Keith Mange · 9 years ago
  49. fea844a Drivers: hv: vmbus: briefly comment num_sc and next_oc by Vitaly Kuznetsov · 9 years ago
  50. 2db84ef Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state by K. Y. Srinivasan · 9 years ago
  51. db9ba20 drivers: hv: vmbus: Get rid of some unused definitions by K. Y. Srinivasan · 9 years ago
  52. 3647a83 Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h by Vitaly Kuznetsov · 9 years ago
  53. aadc378 hv: remove the per-channel workqueue by Dexuan Cui · 9 years ago
  54. e9395e3 Drivers: hv: vmbus: Suport an API to send packet with additional control by K. Y. Srinivasan · 9 years ago
  55. 87e93d6 Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control by K. Y. Srinivasan · 9 years ago
  56. a13e8bb Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel by K. Y. Srinivasan · 9 years ago
  57. ed6cfcc Drivers: hv: vmbus: Introduce a function to remove a rescinded offer by K. Y. Srinivasan · 9 years ago
  58. 04653a0 Drivers: hv: vmbus: Add support for the NetworkDirect GUID by K. Y. Srinivasan · 9 years ago
  59. bc63b6f Drivers: hv: vmbus: rename channel work queues by Vitaly Kuznetsov · 9 years ago
  60. 67fae05 Drivers: hv: rename sc_lock to the more generic lock by Vitaly Kuznetsov · 9 years ago
  61. d61031e Drivers: hv: vmbus: Support a vmbus API for efficiently sending page arrays by K. Y. Srinivasan · 9 years ago
  62. c3582a2 hyperv: Add support for vNIC hot removal by Haiyang Zhang · 10 years ago
  63. 3a28fa3 Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel by K. Y. Srinivasan · 10 years ago
  64. d3ba720 Drivers: hv: Eliminate the channel spinlock in the callback path by K. Y. Srinivasan · 10 years ago
  65. 03367ef Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts by K. Y. Srinivasan · 10 years ago
  66. 7e5ec36 Drivers: hv: vmbus: Increase the limit on the number of pfns we can handle by K. Y. Srinivasan · 10 years ago
  67. 90eedf0 vmbus: use resource for hyperv mmio region by Gerd Hoffmann · 10 years ago
  68. 01325476 Drivers: hv: Implement the file copy service by K. Y. Srinivasan · 10 years ago
  69. ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  70. 8a7206a Drivers: hv: vmbus: Support per-channel driver state by K. Y. Srinivasan · 10 years ago
  71. 011a7c3 Drivers: hv: vmbus: Cleanup the packet send path by K. Y. Srinivasan · 10 years ago
  72. 90f3453 Drivers: hv: vmbus: Extract the mmio information from DSDT by K. Y. Srinivasan · 10 years ago
  73. 5267cf0 hv: Add hyperv.h to uapi headers by Bjarke Istrup Pedersen · 10 years ago
  74. e28bab4 Drivers: hv: vmbus: Specify the target CPU that should receive notification by K. Y. Srinivasan · 10 years ago
  75. d717349 Merge 3.12-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  76. 3a49160 Drivers: hv: util: Correctly support ws2008R2 and earlier by K. Y. Srinivasan · 11 years ago
  77. 1fdde16 hv: delete struct hv_dev_port_info by Greg Kroah-Hartman · 11 years ago
  78. 2c9be3e hv: delete vmbus_get_debug_info() by Greg Kroah-Hartman · 11 years ago
  79. 4947c74 hv: move "client/server_monitor_conn_id" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  80. 1cee272 hv: move "client/server_monitor_latency" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  81. 76c52bb hv: move "client/server_monitor_pending" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  82. 7c55e1d hv: move "device_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  83. 68234c0 hv: move "class_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  84. 5ffd00e hv: move "monitor_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  85. a8fb5f3 hv: move "state" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago
  86. 03f3a91 hv: use dev_groups for device attributes by Greg Kroah-Hartman · 11 years ago
  87. cfc2599 Drivers: hv: remove HV_DRV_VERSION by Olaf Hering · 11 years ago
  88. 6741335 Drivers: hv: util: Fix a bug in version negotiation code for util services by K. Y. Srinivasan · 11 years ago
  89. 98b80d8 Drivers: hv: Add the GUID fot synthetic fibre channel device by K. Y. Srinivasan · 11 years ago
  90. e68d297 Drivers: hv: vmbus: Implement multi-channel support by K. Y. Srinivasan · 11 years ago
  91. 68a2d20b drivers/video: add Hyper-V Synthetic Video Frame Buffer Driver by Haiyang Zhang · 11 years ago
  92. 96dd86f Drivers: hv: Add a new driver to support host initiated backup by K. Y. Srinivasan · 11 years ago
  93. 7fb9656 Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.h by K. Y. Srinivasan · 11 years ago
  94. 2a5c43a Drivers: hv: Enable protocol negotiation with win8 hosts by K. Y. Srinivasan · 12 years ago
  95. abbf3b2 Drivers: hv: Add state to manage incoming channel interrupt load by K. Y. Srinivasan · 12 years ago
  96. b3bf60c Drivers: hv: Manage signaling state on a per-connection basis by K. Y. Srinivasan · 12 years ago
  97. eafa707 Drivers: hv: Move vmbus version definitions to hyperv.h by K. Y. Srinivasan · 12 years ago
  98. 37f7278 Drivers: hv: Save and export negotiated vmbus version by K. Y. Srinivasan · 12 years ago
  99. 29423b7 Drivers: hv: Extend/modify vmbus_channel_offer_channel for win7 and beyond by K. Y. Srinivasan · 12 years ago
  100. 2416603 Drivers: hv: Update the ring buffer structure to match win8 functionality by K. Y. Srinivasan · 12 years ago