1. 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  2. 0aa6725 x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.h by Vitaly Kuznetsov · 6 years ago
  3. c4aa8b2 Merge 4.20-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  4. 37c2578 Drivers: hv: vmbus: Offload the handling of channels to two workqueues by Dexuan Cui · 6 years ago
  5. a3cadf3 Drivers: hv: vmbus: Get rid of unnecessary state in hv_context by K. Y. Srinivasan · 6 years ago
  6. ae20b25 Drivers: hv: vmbus: enable VMBus protocol version 5.0 by Dexuan Cui · 7 years ago
  7. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  8. 5a48580 x86/hyper-v: move hyperv.h out of uapi by Vitaly Kuznetsov · 7 years ago
  9. 248e742 Drivers: hv: vmbus: Implement Direct Mode for stimer0 by Michael Kelley · 7 years ago
  10. c9fe0f8 hyper-v: trace vmbus_on_msg_dpc() by Vitaly Kuznetsov · 7 years ago
  11. c2e5df6 vmbus: add per-channel sysfs info by Stephen Hemminger · 7 years ago
  12. 7415aea hyper-v: Globalize vp_index by Vitaly Kuznetsov · 7 years ago
  13. 54a66265 Drivers: hv: vmbus: Fix rescind handling by K. Y. Srinivasan · 8 years ago
  14. 1e052a1 Drivers: hv: util: Make hv_poll_channel() a little more efficient by K. Y. Srinivasan · 8 years ago
  15. 4827ee1 vmbus: expose debug info for drivers by Stephen Hemminger · 8 years ago
  16. 2a9d7de vmbus: cleanup header file style by Stephen Hemminger · 8 years ago
  17. e6242fa vmbus: make channel_message table constant by Stephen Hemminger · 8 years ago
  18. e4165a0 vmbus: constify parameters where possible by Stephen Hemminger · 8 years ago
  19. 6e47dd3 vmbus: expose hv_begin/end_read by Stephen Hemminger · 8 years ago
  20. 5529eaf vmbus: remove conditional locking of vmbus_write by Stephen Hemminger · 8 years ago
  21. 631e63a vmbus: change to per channel tasklet by Stephen Hemminger · 8 years ago
  22. 37cdd99 vmbus: put related per-cpu variable together by Stephen Hemminger · 8 years ago
  23. b103a56 vmbus: drop no longer used kick_q argument by Stephen Hemminger · 8 years ago
  24. 5c1bec6 vmbus: use kernel bitops for traversing interrupt mask by Stephen Hemminger · 8 years ago
  25. d6f3609 Drivers: hv: restore hypervcall page cleanup before kexec by Vitaly Kuznetsov · 8 years ago
  26. 8e27a23 Drivers: hv: vmbus: Cleanup hyperv_vmbus.h by K. Y. Srinivasan · 8 years ago
  27. e810e48 Drivers: hv: vmbus: Move the code to signal end of message by K. Y. Srinivasan · 8 years ago
  28. d058fa7 Drivers: hv: vmbus: Move the crash notification function by K. Y. Srinivasan · 8 years ago
  29. 8de8af7 Drivers: hv: vmbus: Move the extracting of Hypervisor version information by K. Y. Srinivasan · 8 years ago
  30. 63ed4e0 Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code by K. Y. Srinivasan · 8 years ago
  31. 6ab42a6 Drivers: hv: vmbus: Move Hypercall invocation code out of common code by K. Y. Srinivasan · 8 years ago
  32. 352c962 Drivers: hv: vmbus: Move the definition of generate_guest_id() by K. Y. Srinivasan · 8 years ago
  33. 3f646ed Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contents by K. Y. Srinivasan · 8 years ago
  34. 76d36ab hv: switch to cpuhp state machine for synic init/cleanup by Vitaly Kuznetsov · 8 years ago
  35. c0bb039 Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg() by Vitaly Kuznetsov · 8 years ago
  36. 3372592 Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host by K. Y. Srinivasan · 8 years ago
  37. 1f6ee4e Drivers: hv: vmbus: On write cleanup the logic to interrupt the host by K. Y. Srinivasan · 8 years ago
  38. d7edd31 Drivers: hv: utils: reduce HV_UTIL_NEGO_TIMEOUT timeout by Vitaly Kuznetsov · 8 years ago
  39. 9988ce6 Drivers: hv: ring_buffer: wrap around mappings for ring buffers by Vitaly Kuznetsov · 8 years ago
  40. ccef9bc Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels by K. Y. Srinivasan · 9 years ago
  41. a9f61ca Drivers: hv: avoid vfree() on crash by Vitaly Kuznetsov · 9 years ago
  42. cd95aad Drivers: hv: vmbus: handle various crash scenarios by Vitaly Kuznetsov · 9 years ago
  43. 4dbfc2e Drivers: hv: kvp: fix IP Failover by Vitaly Kuznetsov · 9 years ago
  44. 5cc4724 Drivers: hv: vmbus: Export the vmbus_set_event() API by K. Y. Srinivasan · 9 years ago
  45. 8eee93e Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  46. d81274a Drivers: hv: vmbus: Support handling messages on multiple CPUs by K. Y. Srinivasan · 9 years ago
  47. 0f70b66 Drivers: hv: vmbus: remove code duplication in message handling by Vitaly Kuznetsov · 9 years ago
  48. 75ff3a8 Drivers: hv: vmbus: avoid wait_for_completion() on crash by Vitaly Kuznetsov · 9 years ago
  49. 18f0986 drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header by Andrey Smetanin · 9 years ago
  50. fe760e4 Drivers: hv: vmbus: Give control over how the ring access is serialized by K. Y. Srinivasan · 9 years ago
  51. 1b807e1 Drivers: hv: vmbus: Cleanup vmbus_set_event() by K. Y. Srinivasan · 9 years ago
  52. 4c257ec Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  53. c71acc4 drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 header by Andrey Smetanin · 9 years ago
  54. 5b423ef drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header by Andrey Smetanin · 9 years ago
  55. 4f39bcf drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header by Andrey Smetanin · 9 years ago
  56. 7797dcf drivers/hv: replace enum hv_message_type by u32 by Andrey Smetanin · 9 years ago
  57. 940b68e Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek() by Vitaly Kuznetsov · 9 years ago
  58. d6f591e Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex by Dexuan Cui · 9 years ago
  59. a108393 drivers:hv: Export the API to invoke a hypercall on Hyper-V by Jake Oshins · 9 years ago
  60. 3cace4a Drivers: hv: utils: run polling callback always in interrupt context by Olaf Hering · 9 years ago
  61. c0b200c Drivers: hv: util: Increase the timeout for util services by K. Y. Srinivasan · 9 years ago
  62. c75efa9 drivers/hv: share Hyper-V SynIC constants with userspace by Andrey Smetanin · 9 years ago
  63. ca9357b Drivers: hv: vmbus: Implement a clocksource based on the TSC page by K. Y. Srinivasan · 9 years ago
  64. 9f01ec5 Drivers: hv: vmbus: Improve the CPU affiliation for channels by K. Y. Srinivasan · 9 years ago
  65. e26009a Drivers: hv: vmbus: fix typo in hv_port_info struct by Nik Nyby · 9 years ago
  66. 2db84ef Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state by K. Y. Srinivasan · 10 years ago
  67. 636c88d Drivers: hv: util: introduce state machine for util drivers by Vitaly Kuznetsov · 10 years ago
  68. 8efe78f Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h by Vitaly Kuznetsov · 10 years ago
  69. 3647a83 Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h by Vitaly Kuznetsov · 10 years ago
  70. d43e2fe hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind() by Dexuan Cui · 10 years ago
  71. 652594c hv: run non-blocking message handlers in the dispatch tasklet by Dexuan Cui · 10 years ago
  72. 5ef5b69 Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFY by Nick Meier · 10 years ago
  73. fde25d2 Drivers: hv: vmbus: Perform device register in the per-channel work element by K. Y. Srinivasan · 10 years ago
  74. 96c1d05 Drivers: hv: vmbus: Add support for VMBus panic notifier handler by Nick Meier · 10 years ago
  75. e086748 Drivers: hv: vmbus: Teardown clockevent devices on module unload by Vitaly Kuznetsov · 10 years ago
  76. 09a1962 Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown by Vitaly Kuznetsov · 10 years ago
  77. 4061ed9 Drivers: hv: vmbus: Implement a clockevent device by K. Y. Srinivasan · 10 years ago
  78. b29ef35 Drivers: hv: vmbus: Cleanup hv_post_message() by K. Y. Srinivasan · 10 years ago
  79. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  80. 1b9d48f hyper-v: make uuid_le const by stephen hemminger · 11 years ago
  81. 3a28fa3 Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel by K. Y. Srinivasan · 11 years ago
  82. 01325476 Drivers: hv: Implement the file copy service 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. 1fdde16 hv: delete struct hv_dev_port_info by Greg Kroah-Hartman · 11 years ago
  85. 8681db4 hv: make "monitor_pages" a "real" pointer array by Greg Kroah-Hartman · 11 years ago
  86. 2608fb6 drivers: hv: allocate synic structures before hv_synic_init() by Jason Wang · 12 years ago
  87. 5fbebb2 Drivers: hv: Capture the host build information by K. Y. Srinivasan · 12 years ago
  88. c2b8e52 Drivers: hv: Implement flow management on the send side by K. Y. Srinivasan · 12 years ago
  89. db11f12 Drivers: hv: Manage event tasklets on per-cpu basis by K. Y. Srinivasan · 12 years ago
  90. 9acd644 Drivers: hv: Get rid of the unused global signaling state by K. Y. Srinivasan · 12 years ago
  91. 917ea42 Drivers: hv: Setup a mapping for Hyper-V's notion cpu ID by K. Y. Srinivasan · 12 years ago
  92. b3bf60c Drivers: hv: Manage signaling state on a per-connection basis by K. Y. Srinivasan · 12 years ago
  93. 21c3bef Drivers: hv: Change the signature of vmbus_set_event() by K. Y. Srinivasan · 12 years ago
  94. 1f42248 Drivers: hv: Change the signature for hv_signal_event() by K. Y. Srinivasan · 12 years ago
  95. 4fa152c Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask() by K. Y. Srinivasan · 12 years ago
  96. 98fa8cf Drivers: hv: Optimize the signaling on the write path by K. Y. Srinivasan · 12 years ago
  97. 6fdf3b2 Drivers: hv: Implement routines for read side signaling optimization by K. Y. Srinivasan · 12 years ago
  98. 83ba0c4 Drivers: hv: Cleanup the guest ID computation by K. Y. Srinivasan · 12 years ago
  99. bd8a4f0 Drivers: hv: Change the hex constant to a decimal constant by K. Y. Srinivasan · 12 years ago
  100. 415f0a0 hv: fix return type of hv_post_message() by Dan Carpenter · 13 years ago