aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan1-0/+3
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan1-0/+20
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan1-23/+0
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan1-0/+7
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-20x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov1-0/+24
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-04-16x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov1-0/+12
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong1-4/+4
2015-09-30x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov1-5/+7
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-08-21x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov1-0/+1
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev1-0/+1
2015-08-04Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov1-0/+22
2015-08-04Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov1-0/+24
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner1-4/+2
2015-01-20x86, hyperv: Mark the Hyper-V clocksource as being continuousK. Y. Srinivasan1-0/+1
2014-04-14x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriatelyK. Y. Srinivasan1-9/+0
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-38/+40
2014-03-27x86, hyperv: Bypass the timer_irq_works() checkJason Wang1-0/+6
2014-03-05x86: hyperv: Fixup the (brain) damage caused by the irq cleanupThomas Gleixner1-3/+3
2014-03-04x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robotThomas Gleixner1-3/+3
2014-03-04x86: hyperv: Make it build with CONFIG_HYPERV=m againThomas Gleixner1-1/+1
2014-03-04x86: Hyperv: Cleanup the irq messThomas Gleixner1-38/+40
2013-11-06x86, hyperv: Move a variable to avoid an unused variable warningH. Peter Anvin1-2/+2
2013-10-30x86, hyperv: Fix build error due to missing <asm/apic.h> includeDavid Rientjes1-0/+1
2013-10-10x86, hyperv: Correctly guard the local APIC calibration codeK. Y. Srinivasan1-0/+2
2013-10-10x86, hyperv: Get the local APIC timer frequency from the hypervisorK. Y. Srinivasan1-0/+24
2013-08-05x86: Correctly detect hypervisorJason Wang1-5/+8
2013-04-18x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan1-13/+5
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan1-0/+44
2013-02-12X86: Add a check to catch Xen emulation of Hyper-VK. Y. Srinivasan1-0/+7
2013-02-12x86: Hyper-V: register clocksource only if its advertisedOlaf Hering1-1/+2
2011-09-08x86: Hyper-V: Integrate the clocksource with Hyper-V detection codeK. Y. Srinivasan1-0/+23
2010-07-08x86: Export the symbol ms_hypervKy Srinivasan1-0/+1
2010-05-09x86, hypervisor: add missing <linux/module.h>H. Peter Anvin1-0/+1
2010-05-09x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin1-0/+1
2010-05-07x86: Clean up the hypervisor layerH. Peter Anvin1-27/+24
2010-05-07x86, HyperV: fix up the license to mshyperv.cGreg Kroah-Hartman1-12/+1
2010-05-06x86: Detect running on a Microsoft HyperV systemKy Srinivasan1-0/+67