1. afaa33d Drivers: hv: vmbus: Resolve more races involving init_vp_index() by Andrea Parri (Microsoft) · 4 years, 8 months ago
  2. db5871e vmbus: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  3. 7769e18 scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned by Andrea Parri (Microsoft) · 4 years, 9 months ago
  4. 7527810 Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type by Andrea Parri (Microsoft) · 4 years, 9 months ago
  5. 8ef4c4a Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic by Andrea Parri (Microsoft) · 4 years, 9 months ago
  6. 9403b66 Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. channel removal by Andrea Parri (Microsoft) · 4 years, 9 months ago
  7. 8b6a877 Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channels by Andrea Parri (Microsoft) · 4 years, 9 months ago
  8. 5cc4150 Drivers: hv: avoid passing opaque pointer to vmbus_onmessage() by Vitaly Kuznetsov · 4 years, 9 months ago
  9. 54e19d3 hv_utils: Add the support of hibernation by Dexuan Cui · 5 years ago
  10. ddc9d35 Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) by Dexuan Cui · 5 years ago
  11. af9ca6f drivers: hv: vmbus: Introduce latency testing by Branden Bonaby · 5 years ago
  12. 2d4f49b Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2 by Andrea Parri · 5 years ago
  13. bedc61a Drivers: hv: vmbus: Introduce table of VMBus protocol versions by Andrea Parri · 5 years ago
  14. af5a7e99 Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  15. d8bd2d4 Drivers: hv: vmbus: Resume after fixing up old primary channels by Dexuan Cui · 5 years ago
  16. 271b222 Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernation by Dexuan Cui · 5 years ago
  17. ed56ef6 Drivers: hv: vmbus: Add a helper function is_sub_channel() by Dexuan Cui · 5 years ago
  18. 348dd93 PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface by Haiyang Zhang · 5 years ago
  19. e5d2f91 PCI: hv: Add a paravirtual backchannel in software by Dexuan Cui · 5 years ago
  20. 3b20eb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 by Thomas Gleixner · 6 years ago
  21. 14948e3 Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex by Kimberly Brown · 6 years ago
  22. 396ae57 Drivers: hv: vmbus: Expose counters for interrupts and full conditions by Kimberly Brown · 6 years ago
  23. 593db80 vmbus: Switch to use new generic UUID API by Andy Shevchenko · 6 years ago
  24. ba50bf1 Drivers: hv: vmbus: Check for ring when getting debug info by Dexuan Cui · 6 years ago
  25. c4aa8b2 Merge 4.20-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  26. 37c2578 Drivers: hv: vmbus: Offload the handling of channels to two workqueues by Dexuan Cui · 6 years ago
  27. 4d3c5c6 Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel() by Dexuan Cui · 6 years ago
  28. ae6935e vmbus: split ring buffer allocation from open by Stephen Hemminger · 6 years ago
  29. 52a42c2 vmbus: keep pointer to ring buffer page by Stephen Hemminger · 6 years ago
  30. 800b932 vmbus: pass channel to hv_process_channel_removal by Stephen Hemminger · 6 years ago
  31. d765edb vmbus: add driver_override support by Stephen Hemminger · 6 years ago
  32. d3b26dd Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() by Dexuan Cui · 6 years ago
  33. 71b3824 Drivers: hv: vmbus: Add comments on ring buffer signaling by Michael Kelley · 7 years ago
  34. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  35. ae20b25 Drivers: hv: vmbus: enable VMBus protocol version 5.0 by Dexuan Cui · 7 years ago
  36. 63273cb scsi: vmbus: Add function to report available ring buffer to write in total ring size percentage by Long Li · 7 years ago
  37. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  38. 5a48580 x86/hyper-v: move hyperv.h out of uapi by Vitaly Kuznetsov · 7 years ago
  39. ce76704 hv_vmbus: Correct the stale comments regarding cpu affinity by Haiyang Zhang · 7 years ago
  40. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  41. 0487426 vmbus: make hv_get_ringbuffer_availbytes local by Stephen Hemminger · 7 years ago
  42. 7fa32e5 Drivers: hv: vmbus: Fix a rescind issue by K. Y. Srinivasan · 7 years ago
  43. 6981fbf Drivers: hv: vmbus: Expose per-channel interrupts and events counters by Stephen Hemminger · 7 years ago
  44. 58f2c39 Merge 4.14-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  45. 192b2d7 Drivers: hv: vmbus: Fix bugs in rescind handling by K. Y. Srinivasan · 7 years ago
  46. c2e5df6 vmbus: add per-channel sysfs info by Stephen Hemminger · 7 years ago
  47. 57e88b4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  48. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  49. 5dd0fb9 vmbus: remove unused vmbus_sendpacket_ctl by stephen hemminger · 7 years ago
  50. 5a668d8 vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl by stephen hemminger · 7 years ago
  51. 9a603b8 vmbus: remove unused vmbus_sendpacket_multipagebuffer by stephen hemminger · 7 years ago
  52. 6f3d791 Drivers: hv: vmbus: Fix rescind handling issues by K. Y. Srinivasan · 7 years ago
  53. 7415aea hyper-v: Globalize vp_index by Vitaly Kuznetsov · 7 years ago
  54. 0578417 hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENT by Vitaly Kuznetsov · 7 years ago
  55. fc53662 x86/hyper-v: Make hv_do_hypercall() inline by Vitaly Kuznetsov · 7 years ago
  56. 05d00bc vmbus: eliminate duplicate cached index by Stephen Hemminger · 8 years ago
  57. 8dd45f2 vmbus: refactor hv_signal_on_read by Stephen Hemminger · 8 years ago
  58. 95c40f4 vmbus: drop unused ring_buffer_info elements by Stephen Hemminger · 8 years ago
  59. 2371cd9 scsi: storvsc: remove unnecessary channel inbound lock by Stephen Hemminger · 8 years ago
  60. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  61. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  62. 57c0eab Merge 4.11-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  63. 4827ee1 vmbus: expose debug info for drivers by Stephen Hemminger · 8 years ago
  64. 2a9d7de vmbus: cleanup header file style by Stephen Hemminger · 8 years ago
  65. 8b1f91f vmbus: remove useless return's by Stephen Hemminger · 8 years ago
  66. dad72a1 vmbus: remove hv_event_tasklet_disable/enable by Dexuan Cui · 8 years ago
  67. 8200f20 vmbus: use rcu for per-cpu channel list by Stephen Hemminger · 8 years ago
  68. f3dd3f4 vmbus: introduce in-place packet iterator by stephen hemminger · 8 years ago
  69. e4165a0 vmbus: constify parameters where possible by Stephen Hemminger · 8 years ago
  70. 6e47dd3 vmbus: expose hv_begin/end_read by Stephen Hemminger · 8 years ago
  71. 5529eaf vmbus: remove conditional locking of vmbus_write by Stephen Hemminger · 8 years ago
  72. b71e328 vmbus: add direct isr callback mode by Stephen Hemminger · 8 years ago
  73. 631e63a vmbus: change to per channel tasklet by Stephen Hemminger · 8 years ago
  74. 51c6ce2 vmbus: callback is in softirq not workqueue by Stephen Hemminger · 8 years ago
  75. 3454323 vmbus: remove unused kickq argument to sendpacket by Stephen Hemminger · 8 years ago
  76. f6c4391 vmbus: remove no longer used signal_policy by Stephen Hemminger · 8 years ago
  77. 17fa87f Merge 4.10-rc7 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  78. a165645 Drivers: hv: vmbus: Use all supported IC versions to negotiate by Alex Ng · 8 years ago
  79. 433e19c Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() by Dexuan Cui · 8 years ago
  80. ccb61f8 Drivers: hv: vmbus: Fix a rescind handling bug by K. Y. Srinivasan · 8 years ago
  81. fc76936 vmbus: add support for dynamic device id's by Stephen Hemminger · 8 years ago
  82. f45be72 hyperv: Fix spelling of HV_UNKOWN by Haiyang Zhang · 8 years ago
  83. b7d91c9 Merge 4.9-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  84. 3372592 Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host by K. Y. Srinivasan · 8 years ago
  85. 1f6ee4e Drivers: hv: vmbus: On write cleanup the logic to interrupt the host by K. Y. Srinivasan · 8 years ago
  86. fa32ff6 Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() (v2) by Vitaly Kuznetsov · 8 years ago
  87. e934f68 Revert "hv_netvsc: report vmbus name in ethtool" by Stephen Hemminger · 8 years ago
  88. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  89. e7fca5d Drivers: hv: get rid of id in struct vmbus_channel by Vitaly Kuznetsov · 8 years ago
  90. 3a8963a Revert "hv_netvsc: make inline functions static" by Stephen Hemminger · 8 years ago
  91. 8e1d260 Drivers: hv: utils: Support TimeSync version 4.0 protocol samples. by Alex Ng · 8 years ago
  92. 0f98829 Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings by Dexuan Cui · 8 years ago
  93. 65a532f Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()" by K. Y. Srinivasan · 8 years ago
  94. 509879b Drivers: hv: Introduce a policy for controlling channel affinity by K. Y. Srinivasan · 8 years ago
  95. bb08d43 Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() by Vitaly Kuznetsov · 8 years ago
  96. 3724287 Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency by K. Y. Srinivasan · 9 years ago
  97. 638fea3 Drivers: hv: vmbus: fix the race when querying & updating the percpu list by Dexuan Cui · 9 years ago
  98. e3f74b8 hv_netvsc: report vmbus name in ethtool by Stephen Hemminger · 8 years ago
  99. 30d1de0 hv_netvsc: make inline functions static by Stephen Hemminger · 8 years ago
  100. 97fb77dc drivers:hv: Make a function to free mmio regions through vmbus by Jake Oshins · 9 years ago