| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/hyperv: Read TSC frequency from a synthetic MSR | Vitaly Kuznetsov | 2017-06-22 | 1 | -0/+15 |
* | x86/hyperv: Check frequency MSRs presence according to the specification | Vitaly Kuznetsov | 2017-06-22 | 1 | -1/+2 |
* | Drivers: hv: Issue explicit EOI when autoeoi is not enabled | K. Y. Srinivasan | 2017-04-08 | 1 | -0/+3 |
* | Drivers: hv: vmbus: Move the extracting of Hypervisor version information | K. Y. Srinivasan | 2017-01-20 | 1 | -0/+20 |
* | Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code | K. Y. Srinivasan | 2017-01-20 | 1 | -23/+0 |
* | Drivers: hv vmbus: Move Hypercall page setup out of common code | K. Y. Srinivasan | 2017-01-19 | 1 | -0/+7 |
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -2/+2 |
* | x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic | Vitaly Kuznetsov | 2016-12-20 | 1 | -0/+24 |
* | x86: Remove empty idle.h header | Thomas Gleixner | 2016-12-09 | 1 | -1/+0 |
* | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+2 |
* | x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances | Vitaly Kuznetsov | 2016-04-16 | 1 | -0/+12 |
* | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) | Chen Yucong | 2016-02-03 | 1 | -4/+4 |
* | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE case | Vitaly Kuznetsov | 2015-09-30 | 1 | -5/+7 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-01 | 1 | -0/+1 |
|\ |
|
| * | x86/hyperv: Mark the Hyper-V TSC as unstable | Vitaly Kuznetsov | 2015-08-21 | 1 | -0/+1 |
* | | mshyperv: fix recognition of Hyper-V guest crash MSR's | Denis V. Lunev | 2015-08-04 | 1 | -0/+1 |
* | | Drivers: hv: vmbus: add special crash handler | Vitaly Kuznetsov | 2015-08-04 | 1 | -0/+22 |
* | | Drivers: hv: vmbus: add special kexec handler | Vitaly Kuznetsov | 2015-08-04 | 1 | -0/+24 |
|/ |
|
* | x86: Use entering[_ack]_irq() instead of open coding it | Thomas Gleixner | 2015-05-15 | 1 | -4/+2 |
* | x86, hyperv: Mark the Hyper-V clocksource as being continuous | K. Y. Srinivasan | 2015-01-20 | 1 | -0/+1 |
* | x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriately | K. Y. Srinivasan | 2014-04-14 | 1 | -9/+0 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-01 | 1 | -38/+40 |
|\ |
|
| * | x86: hyperv: Fixup the (brain) damage caused by the irq cleanup | Thomas Gleixner | 2014-03-05 | 1 | -3/+3 |
| * | x86: hyperv: Fix brown paperbag typos reported by Fenguangs build robot | Thomas Gleixner | 2014-03-04 | 1 | -3/+3 |
| * | x86: hyperv: Make it build with CONFIG_HYPERV=m again | Thomas Gleixner | 2014-03-04 | 1 | -1/+1 |
| * | x86: Hyperv: Cleanup the irq mess | Thomas Gleixner | 2014-03-04 | 1 | -38/+40 |
* | | x86, hyperv: Bypass the timer_irq_works() check | Jason Wang | 2014-03-27 | 1 | -0/+6 |
|/ |
|
* | x86, hyperv: Move a variable to avoid an unused variable warning | H. Peter Anvin | 2013-11-06 | 1 | -2/+2 |
* | x86, hyperv: Fix build error due to missing <asm/apic.h> include | David Rientjes | 2013-10-30 | 1 | -0/+1 |
* | x86, hyperv: Correctly guard the local APIC calibration code | K. Y. Srinivasan | 2013-10-10 | 1 | -0/+2 |
* | x86, hyperv: Get the local APIC timer frequency from the hypervisor | K. Y. Srinivasan | 2013-10-10 | 1 | -0/+24 |
* | x86: Correctly detect hypervisor | Jason Wang | 2013-08-05 | 1 | -5/+8 |
* | x86, hyperv: Handle Xen emulation of Hyper-V more gracefully | K. Y. Srinivasan | 2013-04-18 | 1 | -13/+5 |
* | X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts | K. Y. Srinivasan | 2013-02-12 | 1 | -0/+44 |
* | X86: Add a check to catch Xen emulation of Hyper-V | K. Y. Srinivasan | 2013-02-12 | 1 | -0/+7 |
* | x86: Hyper-V: register clocksource only if its advertised | Olaf Hering | 2013-02-12 | 1 | -1/+2 |
* | x86: Hyper-V: Integrate the clocksource with Hyper-V detection code | K. Y. Srinivasan | 2011-09-08 | 1 | -0/+23 |
* | x86: Export the symbol ms_hyperv | Ky Srinivasan | 2010-07-08 | 1 | -0/+1 |
* | x86, hypervisor: add missing <linux/module.h> | H. Peter Anvin | 2010-05-09 | 1 | -0/+1 |
* | x86, hypervisor: Export the x86_hyper* symbols | H. Peter Anvin | 2010-05-09 | 1 | -0/+1 |
* | x86: Clean up the hypervisor layer | H. Peter Anvin | 2010-05-07 | 1 | -27/+24 |
* | x86, HyperV: fix up the license to mshyperv.c | Greg Kroah-Hartman | 2010-05-07 | 1 | -12/+1 |
* | x86: Detect running on a Microsoft HyperV system | Ky Srinivasan | 2010-05-06 | 1 | -0/+67 |