aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c
AgeCommit message (Expand)Author
2018-11-21x86/hyper-v: Enable PIT shutdown quirkMichael Kelley
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley
2018-07-03x86/hyperv: Add interrupt handler annotationsMichael Kelley
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28x86/hyper-v: detect nested featuresVitaly Kuznetsov
2018-03-28x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley
2018-01-30x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross
2017-09-13x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner
2017-08-10x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov
2017-07-17x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov
2017-06-22x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov
2017-06-22x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov
2017-04-08Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-20x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov
2016-12-09x86: Remove empty idle.h headerThomas Gleixner
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-04-16x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong
2015-09-30x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-21x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev
2015-08-04Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov
2015-08-04Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan
2014-04-14x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriatelyK. Y. Srinivasan
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-27x86, hyperv: Bypass the timer_irq_works() checkJason Wang
2014-03-05x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner
2014-03-04x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robotThomas Gleixner
2014-03-04x86: hyperv: Make it build with CONFIG_HYPERV=m againThomas Gleixner
2014-03-04x86: Hyperv: Cleanup the irq messThomas Gleixner
2013-11-06x86, hyperv: Move a variable to avoid an unused variable warningH. Peter Anvin
2013-10-30x86, hyperv: Fix build error due to missing <asm/apic.h> includeDavid Rientjes
2013-10-10x86, hyperv: Correctly guard the local APIC calibration codeK. Y. Srinivasan
2013-10-10x86, hyperv: Get the local APIC timer frequency from the hypervisorK. Y. Srinivasan
2013-08-05x86: Correctly detect hypervisorJason Wang
2013-04-18x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan