1. fb5ef35 iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partition by Wei Liu · 4 years ago
  2. e39397d x86/hyperv: implement an MSI domain for root partition by Wei Liu · 4 years ago
  3. 86b5ec3 x86/hyperv: provide a bunch of helper functions by Wei Liu · 4 years ago
  4. 80f73c9 x86/hyperv: handling hypercall page setup for root by Wei Liu · 4 years ago
  5. 99a0f46 x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary by Wei Liu · 4 years ago
  6. 5d0f077 x86/hyperv: allocate output arg pages if required by Wei Liu · 4 years ago
  7. a6c76bb0 x86/hyperv: Load/save the Isolation Configuration leaf by Andrea Parri (Microsoft) · 4 years ago
  8. fff7b5e x86/hyperv: Initialize clockevents after LAPIC is initialized by Dexuan Cui · 4 years ago
  9. ad0a6ba x86/hyperv: check cpu mask after interrupt has been disabled by Wei Liu · 4 years ago
  10. dfe94d4 x86/hyperv: Fix kexec panic/hang issues by Dexuan Cui · 4 years, 1 month ago
  11. 6732b35 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 4 years, 2 months ago
  12. dbf563ee x86/hyperv: Clarify comment on x2apic mode by Michael Kelley · 4 years, 3 months ago
  13. dfc53ba x86/hyperv: Remove aliases with X64 in their name by Joseph Salisbury · 4 years, 4 months ago
  14. a3a66c3 vmalloc: fix the owner argument for the new __vmalloc_node_range callers by Christoph Hellwig · 4 years, 7 months ago
  15. 800e26b x86/hyperv: allocate the hypercall page with only read and execute bits by Christoph Hellwig · 4 years, 7 months ago
  16. a16be36 x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  17. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 8 months ago
  18. 78bb17f x86/hyperv: use vmalloc_exec for the hypercall page by Christoph Hellwig · 4 years, 8 months ago
  19. 38dce41 x86/hyperv: Properly suspend/resume reenlightenment notifications by Vitaly Kuznetsov · 4 years, 8 months ago
  20. 421f090 x86/hyperv: Suspend/resume the VP assist page for hibernation by Dexuan Cui · 4 years, 9 months ago
  21. f3a99e7 x86/Hyper-V: Report crash data in die() when panic_on_oops is set by Tianyu Lan · 4 years, 10 months ago
  22. 05bd330 x86/hyperv: Suspend/resume the hypercall page for hibernation by Dexuan Cui · 5 years ago
  23. 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  24. b96f865 x86/hyperv: Implement hv_is_hibernation_supported() by Dexuan Cui · 5 years ago
  25. fa36dcd x86: hv: Add function to allocate zeroed page for Hyper-V by Himadri Pandya · 5 years ago
  26. 4df4cb9e9 x86/hyperv: Initialize clockevents earlier in CPU onlining by Michael Kelley · 5 years ago
  27. ac94be4 Merge branch 'linus' into x86/hyperv by Thomas Gleixner · 5 years ago
  28. b264f57f x86/hyperv: Micro-optimize send_ipi_one() by Vitaly Kuznetsov · 5 years ago
  29. e211288 x86/hyperv: Make vapic support x2apic mode by Roman Kagan · 5 years ago
  30. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  31. e2bddc2 Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  32. 4030b4c x86/hyper-v: Fix overflow bug in fill_gva_list() by Tianyu Lan · 5 years ago
  33. bd00cd52 clocksource/drivers/hyperv: Add Hyper-V specific sched clock function by Tianyu Lan · 5 years ago
  34. 8c3e44b x86/hyperv: Add functions to allocate/deallocate page for Hyper-V by Maya Nakamura · 6 years ago
  35. e320ab3 x86/hyper-v: Zero out the VP ASSIST PAGE on allocation by Dexuan Cui · 6 years ago
  36. dd2cb34 clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic by Michael Kelley · 6 years ago
  37. 43aa313 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280 by Thomas Gleixner · 6 years ago
  38. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  39. 02143c2 x86/hyperv: Make hv_vcpu_is_preempted() visible by Andi Kleen · 6 years ago
  40. ba69642 x86/hyper-v: Implement EOI assist by Vitaly Kuznetsov · 6 years ago
  41. 534c89c x86/hyperv: Prevent potential NULL pointer dereference by Kangjie Lu · 6 years ago
  42. 262d6a9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  43. 179fb36 x86/hyperv: Fix kernel panic when kexec on HyperV by Kairui Song · 6 years ago
  44. c8ccf75 PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset() by Maya Nakamura · 6 years ago
  45. cc4edae4 x86/hyper-v: Add HvFlushGuestAddressList hypercall support by Lan Tianyu · 6 years ago
  46. f682a79 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  47. 3a025de x86/hyperv: Enable PV qspinlock for Hyper-V by Yi Sun · 6 years ago
  48. 5140a6f x86/hyperv: Remove unused include by YueHaibing · 6 years ago
  49. 2f285f4 x86/hyperv: Suppress "PCI: Fatal: No config space access function found" by Dexuan Cui · 6 years ago
  50. a1efa9b x86/hyper-v: rename ipi_arg_{ex,non_ex} structures by Vitaly Kuznetsov · 6 years ago
  51. 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 6 years ago
  52. 48a8b97 x86/mm: Only use tlb_remove_table() for paravirt by Peter Zijlstra · 6 years ago
  53. e61cf2e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  54. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  55. 60cfce4 X86/Hyper-V: Add hyperv_nested_flush_guest_mapping ftrace support by Tianyu Lan · 7 years ago
  56. eb914cf X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support by Tianyu Lan · 7 years ago
  57. be0e16c x86/hyper-v: Fix wrong merge conflict resolution by K. Y. Srinivasan · 7 years ago
  58. 110d2a7 x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others() by Vitaly Kuznetsov · 7 years ago
  59. 0f0caa5 x86/hyper-v: Check cpumask_to_vpset() return value in hyperv_flush_tlb_others_ex() by Vitaly Kuznetsov · 7 years ago
  60. 83cf9cd Merge 4.18-rc5 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  61. 81b18bc Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panic by Sunil Muthuswamy · 7 years ago
  62. 8f63e92 Merge branch 'x86/urgent' into x86/hyperv by Thomas Gleixner · 7 years ago
  63. 1268ed0 x86/hyper-v: Fix the circular dependency in IPI enlightenment by K. Y. Srinivasan · 7 years ago
  64. 7dc9b6b Drivers: hv: vmbus: Make TLFS #define names architecture neutral by Michael Kelley · 7 years ago
  65. 58ec5e9 x86/hyper-v: Trace PV IPI send by Vitaly Kuznetsov · 7 years ago
  66. 4bd0606 x86/hyper-v: Use cheaper HVCALL_SEND_IPI hypercall when possible by Vitaly Kuznetsov · 7 years ago
  67. d8e6b23 x86/hyper-v: Use 'fast' hypercall for HVCALL_SEND_IPI by Vitaly Kuznetsov · 7 years ago
  68. 0e4c88f x86/hyper-v: Use cheaper HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} hypercalls when possible by Vitaly Kuznetsov · 7 years ago
  69. c9c92be x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header by Vitaly Kuznetsov · 7 years ago
  70. 2d2ccf24 x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionally by Thomas Gleixner · 7 years ago
  71. 61eeb1f x86/Hyper-V/hv_apic: Include asm/apic.h by Thomas Gleixner · 7 years ago
  72. 9a2d78e X86/Hyper-V: Consolidate the allocation of the hypercall input page by K. Y. Srinivasan · 7 years ago
  73. 800b8f0 X86/Hyper-V: Consolidate code for converting cpumask to vpset by K. Y. Srinivasan · 7 years ago
  74. 366f03b X86/Hyper-V: Enhanced IPI enlightenment by K. Y. Srinivasan · 7 years ago
  75. 68bb7bf X86/Hyper-V: Enable IPI enlightenments by K. Y. Srinivasan · 7 years ago
  76. 6b48cb5 X86/Hyper-V: Enlighten APIC access by K. Y. Srinivasan · 7 years ago
  77. a46d15c x86/hyper-v: allocate and use Virtual Processor Assist Pages by Vitaly Kuznetsov · 7 years ago
  78. 5a48580 x86/hyper-v: move hyperv.h out of uapi by Vitaly Kuznetsov · 7 years ago
  79. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  80. f6cff79 Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  81. 51d4e5d x86/irq: Count Hyper-V reenlightenment interrupts by Vitaly Kuznetsov · 7 years ago
  82. e7c4e36 x86/hyperv: Redirect reenlightment notifications on CPU offlining by Vitaly Kuznetsov · 7 years ago
  83. 9328626 x86/hyperv: Reenlightenment notifications support by Vitaly Kuznetsov · 7 years ago
  84. e2768ea x86/hyperv: Add a function to read both TSC and TSC page value simulateneously by Vitaly Kuznetsov · 7 years ago
  85. 89a8f6d x86/hyperv: Check for required priviliges in hyperv_init() by Vitaly Kuznetsov · 7 years ago
  86. 617ab45 x86/hyperv: Stop suppressing X86_FEATURE_PCID by Vitaly Kuznetsov · 7 years ago
  87. 4a5f3cd Drivers: hv: vmbus: Remove x86-isms from arch independent drivers by Michael Kelley · 7 years ago
  88. 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
  89. 03b2a32 x86/virt: Add enum for hypervisors to replace x86_hyper by Juergen Gross · 7 years ago
  90. 7ed4325 Drivers: hv: vmbus: Make panic reporting to be more useful by K. Y. Srinivasan · 7 years ago
  91. ab7ff47 x86/hyperv: Fix hypercalls with extended CPU ranges for TLB flushing by Marcelo Henrique Cerri · 7 years ago
  92. 60d73a7 x86/hyperv: Don't use percpu areas for pcpu_flush/pcpu_flush_ex structures by Vitaly Kuznetsov · 7 years ago
  93. a3b7424 x86/hyperv: Clear vCPU banks between calls to avoid flushing unneeded vCPUs by Vitaly Kuznetsov · 7 years ago
  94. 773b79f tracing/hyper-v: Trace hyperv_mmu_flush_tlb_others() by Vitaly Kuznetsov · 7 years ago
  95. 628f54c x86/hyper-v: Support extended CPU ranges for TLB flush hypercalls by Vitaly Kuznetsov · 7 years ago
  96. 2ffd9e3 x86/hyper-v: Use hypercall for remote TLB flush by Vitaly Kuznetsov · 7 years ago
  97. 7415aea hyper-v: Globalize vp_index by Vitaly Kuznetsov · 7 years ago
  98. fc53662 x86/hyper-v: Make hv_do_hypercall() inline by Vitaly Kuznetsov · 7 years ago
  99. 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
  100. 6707181 hyperv: fix warning about missing prototype by Stephen Hemminger · 8 years ago