summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c
AgeCommit message (Expand)AuthorLines
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley-7/+0
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner-12/+10
2020-04-11x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan-0/+10
2020-04-09x86: hyperv: report value of misc_featuresOlaf Hering-2/+2
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner-0/+14
2019-11-12x86/hyperv: Allow guests to enable InvariantTSCAndrea Parri-1/+6
2019-10-18x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri-0/+4
2019-08-28x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=nTianyu Lan-0/+2
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan-0/+8
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake-2/+2
2019-02-28x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu-0/+12
2018-11-04x86/hyper-v: Enable PIT shutdown quirkMichael Kelley-0/+11
2018-10-09x86/hyperv: Enable PV qspinlock for Hyper-VYi Sun-0/+14
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley-2/+2
2018-07-03x86/hyperv: Add interrupt handler annotationsMichael Kelley-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-8/+14
2018-03-28x86/hyper-v: detect nested featuresVitaly Kuznetsov-0/+5
2018-03-28x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov-7/+8
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov-1/+1
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley-0/+40
2018-01-30x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov-0/+6
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross-2/+2
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross-1/+1
2017-09-13x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan-2/+2
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+9
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner-7/+2
2017-08-10x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov-0/+1
2017-07-17x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov-3/+9
2017-06-22x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov-0/+15
2017-06-22x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov-1/+2
2017-04-08Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan-0/+3
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan-0/+20
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan-23/+0
2017-01-19Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan-0/+7
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-2/+2
2016-12-20x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov-0/+24
2016-12-09x86: Remove empty idle.h headerThomas Gleixner-1/+0
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+2
2016-04-16x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov-0/+12
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong-4/+4
2015-09-30x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov-5/+7
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2015-08-21x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov-0/+1
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev-0/+1
2015-08-04Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov-0/+22
2015-08-04Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov-0/+24