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