1. 5a48580 x86/hyper-v: move hyperv.h out of uapi by Vitaly Kuznetsov · 7 years ago
  2. f0fa297 vmbus: add monitor_id and subchannel_id to sysfs per channel by Stephen Hemminger · 7 years ago
  3. 875c362 vmbus: make channel attributes static by Stephen Hemminger · 7 years ago
  4. 4a5f3cd Drivers: hv: vmbus: Remove x86-isms from arch independent drivers by Michael Kelley · 7 years ago
  5. 869b556 vmbus: unregister device_obj->channels_kset by Dexuan Cui · 7 years ago
  6. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  7. 03b2a32 x86/virt: Add enum for hypervisors to replace x86_hyper by Juergen Gross · 7 years ago
  8. 991f8f1 hyper-v: trace channel events by Vitaly Kuznetsov · 7 years ago
  9. c9fe0f8 hyper-v: trace vmbus_on_msg_dpc() by Vitaly Kuznetsov · 7 years ago
  10. 7ed4325 Drivers: hv: vmbus: Make panic reporting to be more useful by K. Y. Srinivasan · 7 years ago
  11. 6981fbf Drivers: hv: vmbus: Expose per-channel interrupts and events counters by Stephen Hemminger · 7 years ago
  12. 58f2c39 Merge 4.14-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  13. 192b2d7 Drivers: hv: vmbus: Fix bugs in rescind handling by K. Y. Srinivasan · 7 years ago
  14. c2e5df6 vmbus: add per-channel sysfs info by Stephen Hemminger · 7 years ago
  15. 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
  16. 6f3d791 Drivers: hv: vmbus: Fix rescind handling issues by K. Y. Srinivasan · 7 years ago
  17. 7415aea hyper-v: Globalize vp_index by Vitaly Kuznetsov · 7 years ago
  18. 3110010 vmbus: Reuse uuid_le_to_bin() helper by Andy Shevchenko · 8 years ago
  19. 54a6626 Drivers: hv: vmbus: Fix rescind handling by K. Y. Srinivasan · 8 years ago
  20. 57c0eab Merge 4.11-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  21. e6242fa vmbus: make channel_message table constant by Stephen Hemminger · 8 years ago
  22. 8b1f91f vmbus: remove useless return's by Stephen Hemminger · 8 years ago
  23. 8200f20 vmbus: use rcu for per-cpu channel list by Stephen Hemminger · 8 years ago
  24. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  25. b71e328 vmbus: add direct isr callback mode by Stephen Hemminger · 8 years ago
  26. 631e63a vmbus: change to per channel tasklet by Stephen Hemminger · 8 years ago
  27. 37cdd99 vmbus: put related per-cpu variable together by Stephen Hemminger · 8 years ago
  28. 5c1bec6 vmbus: use kernel bitops for traversing interrupt mask by Stephen Hemminger · 8 years ago
  29. d6f3609 Drivers: hv: restore hypervcall page cleanup before kexec by Vitaly Kuznetsov · 8 years ago
  30. d058fa7 Drivers: hv: vmbus: Move the crash notification function by K. Y. Srinivasan · 8 years ago
  31. 523b940 hv: make CPU offlining prevention fine-grained by Vitaly Kuznetsov · 8 years ago
  32. 76d36ab hv: switch to cpuhp state machine for synic init/cleanup by Vitaly Kuznetsov · 8 years ago
  33. fc76936 vmbus: add support for dynamic device id's by Stephen Hemminger · 8 years ago
  34. f6b2db0 vmbus: make sysfs names consistent with PCI by Stephen Hemminger · 8 years ago
  35. b294809 Drivers: hv: make VMBus bus ids persistent by Vitaly Kuznetsov · 8 years ago
  36. e2e8084 Driver: hv: vmbus: Make mmio resource local by Stephen Hemminger · 8 years ago
  37. a9f61ca Drivers: hv: avoid vfree() on crash by Vitaly Kuznetsov · 9 years ago
  38. 4b44f2d random: add interrupt callback to VMBus IRQ handler by Stephan Mueller · 9 years ago
  39. cd95aad Drivers: hv: vmbus: handle various crash scenarios by Vitaly Kuznetsov · 9 years ago
  40. ea37a6b drivers:hv: Separate out frame buffer logic when picking MMIO range by Jake Oshins · 9 years ago
  41. 6d146ae drivers:hv: Record MMIO range in use by frame buffer by Jake Oshins · 9 years ago
  42. be000f9 drivers:hv: Track allocations of children of hv_vmbus in private resource tree by Jake Oshins · 9 years ago
  43. 23a0683 drivers:hv: Reverse order of resources in hyperv_mmio by Jake Oshins · 9 years ago
  44. 97fb77dc drivers:hv: Make a function to free mmio regions through vmbus by Jake Oshins · 9 years ago
  45. e16dad6 drivers:hv: Lock access to hyperv_mmio resource tree by Jake Oshins · 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. 7be3e16 Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages by Vitaly Kuznetsov · 9 years ago
  50. 8981da3 Drivers: hv: vmbus: add a hvsock flag in struct hv_driver by Dexuan Cui · 9 years ago
  51. 7047f17 Drivers: hv: vmbus: Add vendor and device atttributes by K. Y. Srinivasan · 9 years ago
  52. 40f26f3 drivers:hv: Allow for MMIO claims that span ACPI _CRS records by Jake Oshins · 9 years ago
  53. 34c6801 Drivers: hv: vmbus: fix rescind-offer handling for device without a driver by Dexuan Cui · 9 years ago
  54. efc2672 Drivers: hv: vmbus: Get rid of the unused irq variable by K. Y. Srinivasan · 9 years ago
  55. 4ae9250 Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs by K. Y. Srinivasan · 9 years ago
  56. af3ff64 Drivers: hv: vmbus: Use uuid_le type consistently by K. Y. Srinivasan · 9 years ago
  57. 619848b drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num by Jake Oshins · 9 years ago
  58. 17efbee drivers/hv: cleanup synic msrs if vmbus connect failed by Andrey Smetanin · 9 years ago
  59. f39c428 Drivers: hv: vmbus: use cpu_hotplug_enable/disable by Vitaly Kuznetsov · 9 years ago
  60. 042ab03 Drivers: hv: vmbus: add a sysfs attr to show the binding of channel/VP by Dexuan Cui · 9 years ago
  61. 3546448 drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus by Jake Oshins · 9 years ago
  62. 7f163a6 drivers:hv: Modify hv_vmbus to search for all MMIO ranges available. by Jake Oshins · 9 years ago
  63. cc2dd40 mshyperv: fix recognition of Hyper-V guest crash MSR's by Denis V. Lunev · 9 years ago
  64. 510f7ae Drivers: hv: vmbus: prefer 'die' notification chain to 'panic' by Vitaly Kuznetsov · 9 years ago
  65. b4370df Drivers: hv: vmbus: add special crash handler by Vitaly Kuznetsov · 9 years ago
  66. 2517281 Drivers: hv: vmbus: add special kexec handler by Vitaly Kuznetsov · 9 years ago
  67. 06210b42f Drivers: hv: vmbus: remove hv_synic_free_cpu() call from hv_synic_cleanup() by Vitaly Kuznetsov · 9 years ago
  68. 1959a28 Drivers: hv: vmbus: kill tasklets on module unload by Vitaly Kuznetsov · 10 years ago
  69. 2db84ef Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state by K. Y. Srinivasan · 10 years ago
  70. 096c605 Drivers: hv: vmbus: unregister panic notifier on module unload by Vitaly Kuznetsov · 10 years ago
  71. e4ecb41 Drivers: hv: vmbus: introduce vmbus_acpi_remove by Vitaly Kuznetsov · 10 years ago
  72. 652594c hv: run non-blocking message handlers in the dispatch tasklet by Dexuan Cui · 10 years ago
  73. ed99d84 mei: bus: () can be static by kbuild test robot · 10 years ago
  74. 96c1d05 Drivers: hv: vmbus: Add support for VMBus panic notifier handler by Nick Meier · 10 years ago
  75. ed6cfcc Drivers: hv: vmbus: Introduce a function to remove a rescinded offer by K. Y. Srinivasan · 10 years ago
  76. d15a030 Drivers: hv: vmbus: Properly handle child device remove by K. Y. Srinivasan · 10 years ago
  77. e086748 Drivers: hv: vmbus: Teardown clockevent devices on module unload by Vitaly Kuznetsov · 10 years ago
  78. e72e7ac drivers: hv: vmbus: Teardown synthetic interrupt controllers on module unload by Vitaly Kuznetsov · 10 years ago
  79. 09a1962 Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdown by Vitaly Kuznetsov · 10 years ago
  80. bc63b6f Drivers: hv: vmbus: rename channel work queues by Vitaly Kuznetsov · 10 years ago
  81. e513229 Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors by Vitaly Kuznetsov · 10 years ago
  82. 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
  83. a45de93 ACPICA: Resources: Provide common part for struct acpi_resource_address structures. by Lv Zheng · 10 years ago
  84. d8a60e0 Drivers: hv: vmbus: hv_process_timer_expiration() can be static by kbuild test robot · 10 years ago
  85. 4061ed9 Drivers: hv: vmbus: Implement a clockevent device by K. Y. Srinivasan · 10 years ago
  86. 1b9d48f hyper-v: make uuid_le const by stephen hemminger · 11 years ago
  87. 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
  88. 76d388c x86: hyperv: Fixup the (brain) damage caused by the irq cleanup by Thomas Gleixner · 11 years ago
  89. 1aec169 x86: Hyperv: Cleanup the irq mess by Thomas Gleixner · 11 years ago
  90. 90eedf0 vmbus: use resource for hyperv mmio region by Gerd Hoffmann · 11 years ago
  91. 4eb923f vmbus: add missing breaks by Gerd Hoffmann · 11 years ago
  92. 90f3453 Drivers: hv: vmbus: Extract the mmio information from DSDT by K. Y. Srinivasan · 11 years ago
  93. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  94. 98f4c65 hv: move ringbuffer bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  95. 1fdde16 hv: delete struct hv_dev_port_info by Greg Kroah-Hartman · 11 years ago
  96. 2c9be3e hv: delete vmbus_get_debug_info() by Greg Kroah-Hartman · 11 years ago
  97. 4947c74 hv: move "client/server_monitor_conn_id" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  98. 1cee272 hv: move "client/server_monitor_latency" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  99. 76c52bb hv: move "client/server_monitor_pending" bus attributes to dev_groups by Greg Kroah-Hartman · 11 years ago
  100. 7c55e1d hv: move "device_id" bus attribute to dev_groups by Greg Kroah-Hartman · 11 years ago