1. 703f706 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 3 years, 1 month ago
  2. f3e613e x86/hyperv: Move required MSRs check to initial platform probing by Sean Christopherson · 3 years, 2 months ago
  3. af788f3 x86/hyperv: Initialize shared memory boundary in the Isolation VM. by Tianyu Lan · 3 years, 3 months ago
  4. 0cc4f6d x86/hyperv: Initialize GHCB page in Isolation VM by Tianyu Lan · 3 years, 3 months ago
  5. c07f191 Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years, 4 months ago
  6. f5a11c6 Revert "x86/hyperv: fix logical processor creation" by Wei Liu · 3 years, 6 months ago
  7. 5f92b45 x86/hyperv: add comment describing TSC_INVARIANT_CONTROL MSR setting bit 0 by Ani Sinha · 3 years, 6 months ago
  8. 6dc77fa Drivers: hv: Move Hyper-V misc functionality to arch-neutral code by Michael Kelley · 3 years, 6 months ago
  9. 9d7cf2c Drivers: hv: Add arch independent default functions for some Hyper-V handlers by Michael Kelley · 3 years, 6 months ago
  10. afca4d9 Drivers: hv: Make portions of Hyper-V init code be arch neutral by Michael Kelley · 3 years, 6 months ago
  11. c445535 x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unstable by Ani Sinha · 3 years, 6 months ago
  12. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 7 months ago
  13. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 7 months ago
  14. b694011 Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years, 7 months ago
  15. a6c776a hyperv: Detect Nested virtualization support for SVM by Vineeth Pillai · 3 years, 8 months ago
  16. 450605c x86/hyperv: fix logical processor creation by Praveen Kumar · 3 years, 8 months ago
  17. 4d480db Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years, 9 months ago
  18. 6dc2a77 x86/Hyper-V: Support for free page reporting by Sunil Muthuswamy · 3 years, 10 months ago
  19. d9f6e12 x86: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
  20. ec866be6 clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts by Michael Kelley · 3 years, 11 months ago
  21. d608715 Drivers: hv: vmbus: Move handling of VMbus interrupts by Michael Kelley · 3 years, 11 months ago
  22. 333abaf x86/hyperv: implement and use hv_smp_prepare_cpus by Wei Liu · 4 years ago
  23. e997720 x86/hyperv: detect if Linux is the root partition by Wei Liu · 4 years ago
  24. a6c76bb0 x86/hyperv: Load/save the Isolation Configuration leaf by Andrea Parri (Microsoft) · 4 years ago
  25. dfe94d4 x86/hyperv: Fix kexec panic/hang issues by Dexuan Cui · 4 years, 1 month ago
  26. d981059 x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports it by Dexuan Cui · 4 years, 2 months ago
  27. 626b901 Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT by Michael Kelley · 4 years, 5 months ago
  28. e147146 x86/hyperv: Remove aliases with X64 in their name by Joseph Salisbury · 4 years, 4 months ago
  29. b9d8cf2 x86/hyperv: Make hv_setup_sched_clock inline by Michael Kelley · 4 years, 5 months ago
  30. a16be36 x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC by Thomas Gleixner · 4 years, 8 months ago
  31. a115895 x86/Hyper-V: Report crash register data or kmsg before running crash kernel by Tianyu Lan · 4 years, 9 months ago
  32. 97d9f1c x86: hyperv: report value of misc_features by Olaf Hering · 4 years, 9 months ago
  33. ac94be4 Merge branch 'linus' into x86/hyperv by Thomas Gleixner · 5 years ago
  34. dce7cd6 x86/hyperv: Allow guests to enable InvariantTSC by Andrea Parri · 5 years ago
  35. f7c0f50 x86/hyperv: Set pv_info.name to "Hyper-V" by Andrea Parri · 5 years ago
  36. 41cfe2a x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=n by Tianyu Lan · 5 years ago
  37. bd00cd52 clocksource/drivers/hyperv: Add Hyper-V specific sched clock function by Tianyu Lan · 5 years ago
  38. 0902d50 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  39. fd1fea6 clocksource/drivers: Make Hyper-V clocksource ISA agnostic by Michael Kelley · 6 years ago
  40. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  41. 52ae346 x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period' by Daniel Drake · 6 years ago
  42. 84fdfaf x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available by Lan Tianyu · 6 years ago
  43. 1de72c7 x86/hyper-v: Enable PIT shutdown quirk by Michael Kelley · 6 years ago
  44. 3a025de x86/hyperv: Enable PV qspinlock for Hyper-V by Yi Sun · 6 years ago
  45. 7dc9b6b Drivers: hv: vmbus: Make TLFS #define names architecture neutral by Michael Kelley · 7 years ago
  46. e9a7fda x86/hyperv: Add interrupt handler annotations by Michael Kelley · 7 years ago
  47. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  48. 5431390b x86/hyper-v: detect nested features by Vitaly Kuznetsov · 7 years ago
  49. 415bd1c x86/hyper-v: move definitions from TLFS to hyperv-tlfs.h by Vitaly Kuznetsov · 7 years ago
  50. 5a48580 x86/hyper-v: move hyperv.h out of uapi by Vitaly Kuznetsov · 7 years ago
  51. 248e742 Drivers: hv: vmbus: Implement Direct Mode for stimer0 by Michael Kelley · 7 years ago
  52. 9328626 x86/hyperv: Reenlightenment notifications support by Vitaly Kuznetsov · 7 years ago
  53. 03b2a32 x86/virt: Add enum for hypervisors to replace x86_hyper by Juergen Gross · 7 years ago
  54. f72e38e x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' by Juergen Gross · 7 years ago
  55. 213ff44 x86/hyper-V: Allocate the IDT entry early in boot by K. Y. Srinivasan · 7 years ago
  56. 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
  57. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  58. 4447ac1 x86/idt: Simplify alloc_intr_gate() by Thomas Gleixner · 7 years ago
  59. 2ffd9e3 x86/hyper-v: Use hypercall for remote TLB flush by Vitaly Kuznetsov · 7 years ago
  60. dd01859 x86/hyper-v: stash the max number of virtual/logical processor by Vitaly Kuznetsov · 8 years ago
  61. 71c2a2d x86/hyperv: Read TSC frequency from a synthetic MSR by Vitaly Kuznetsov · 8 years ago
  62. 2cf0284 x86/hyperv: Check frequency MSRs presence according to the specification by Vitaly Kuznetsov · 8 years ago
  63. a33fd4c Drivers: hv: Issue explicit EOI when autoeoi is not enabled by K. Y. Srinivasan · 8 years ago
  64. 8de8af7 Drivers: hv: vmbus: Move the extracting of Hypervisor version information by K. Y. Srinivasan · 8 years ago
  65. 63ed4e0 Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code by K. Y. Srinivasan · 8 years ago
  66. 8730046 Drivers: hv vmbus: Move Hypercall page setup out of common code by K. Y. Srinivasan · 8 years ago
  67. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  68. 59107e2 x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic by Vitaly Kuznetsov · 8 years ago
  69. 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
  70. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
  71. 1e2ae9e x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances by Vitaly Kuznetsov · 9 years ago
  72. 1b74dde x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Chen Yucong · 9 years ago
  73. 1e03474 x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case by Vitaly Kuznetsov · 9 years ago
  74. 361f7d1 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 88c9281 x86/hyperv: Mark the Hyper-V TSC as unstable by Vitaly Kuznetsov · 9 years ago
  76. cc2dd40 mshyperv: fix recognition of Hyper-V guest crash MSR's by Denis V. Lunev · 9 years ago
  77. b4370df Drivers: hv: vmbus: add special crash handler by Vitaly Kuznetsov · 9 years ago
  78. 2517281 Drivers: hv: vmbus: add special kexec handler by Vitaly Kuznetsov · 9 years ago
  79. 6af7faf x86: Use entering[_ack]_irq() instead of open coding it by Thomas Gleixner · 10 years ago
  80. 32c6590 x86, hyperv: Mark the Hyper-V clocksource as being continuous by K. Y. Srinivasan · 10 years ago
  81. e179f69 x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriately by K. Y. Srinivasan · 11 years ago
  82. 683b6c6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. ca3ba2a x86, hyperv: Bypass the timer_irq_works() check by Jason Wang · 11 years ago
  84. 76d388c x86: hyperv: Fixup the (brain) damage caused by the irq cleanup by Thomas Gleixner · 11 years ago
  85. 13b5be5 x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robot by Thomas Gleixner · 11 years ago
  86. 3c43367 x86: hyperv: Make it build with CONFIG_HYPERV=m again by Thomas Gleixner · 11 years ago
  87. 1aec169 x86: Hyperv: Cleanup the irq mess by Thomas Gleixner · 11 years ago
  88. 4c08edd x86, hyperv: Move a variable to avoid an unused variable warning by H. Peter Anvin · 11 years ago
  89. d68ce01 x86, hyperv: Fix build error due to missing <asm/apic.h> include by David Rientjes · 11 years ago
  90. 90ab9d5 x86, hyperv: Correctly guard the local APIC calibration code by K. Y. Srinivasan · 11 years ago
  91. 9e7827b x86, hyperv: Get the local APIC timer frequency from the hypervisor by K. Y. Srinivasan · 11 years ago
  92. 9df56f1 x86: Correctly detect hypervisor by Jason Wang · 11 years ago
  93. 7eff7de x86, hyperv: Handle Xen emulation of Hyper-V more gracefully by K. Y. Srinivasan · 12 years ago
  94. bc2b033 X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts by K. Y. Srinivasan · 12 years ago
  95. db34bbb X86: Add a check to catch Xen emulation of Hyper-V by K. Y. Srinivasan · 12 years ago
  96. 32068f6 x86: Hyper-V: register clocksource only if its advertised by Olaf Hering · 12 years ago
  97. 6f4151c8 x86: Hyper-V: Integrate the clocksource with Hyper-V detection code by K. Y. Srinivasan · 13 years ago
  98. 9279aa5 x86: Export the symbol ms_hyperv by Ky Srinivasan · 15 years ago
  99. 3998d09 x86, hypervisor: add missing <linux/module.h> by H. Peter Anvin · 15 years ago
  100. 96f6e77 x86, hypervisor: Export the x86_hyper* symbols by H. Peter Anvin · 15 years ago