summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: implement and use hv_smp_prepare_cpusWei Liu2021-02-111-0/+29
* x86/hyperv: detect if Linux is the root partitionWei Liu2021-02-111-0/+20
* x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)2021-02-111-0/+9
* x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-051-0/+18
* x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui2020-11-041-0/+29
* Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-141-1/+6
* x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-281-4/+4
* x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley2020-08-111-7/+0
* x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-111-12/+10
* x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
* x86: hyperv: report value of misc_featuresOlaf Hering2020-04-091-2/+2
* Merge branch 'linus' into x86/hypervThomas Gleixner2019-11-151-0/+14
|\
| * x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri2019-10-181-0/+4
| * x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=nTianyu Lan2019-08-281-0/+2
| * clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-0/+8
* | x86/hyperv: Allow guests to enable InvariantTSCAndrea Parri2019-11-121-1/+6
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-2/+2
|\
| * x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake2019-05-091-2/+2
* | clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu2019-02-281-0/+12
* x86/hyper-v: Enable PIT shutdown quirkMichael Kelley2018-11-041-0/+11
* x86/hyperv: Enable PV qspinlock for Hyper-VYi Sun2018-10-091-0/+14
* Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-031-2/+2
* x86/hyperv: Add interrupt handler annotationsMichael Kelley2018-07-031-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-8/+14
|\
| * x86/hyper-v: detect nested featuresVitaly Kuznetsov2018-03-281-0/+5
| * x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov2018-03-281-7/+8
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+1
* | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-0/+40
|/
* x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+6
* x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-2/+2
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-11-101-1/+1
* x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan2017-09-131-2/+2
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-071-0/+1
|\
| * x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov2017-08-101-0/+1
* | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-3/+9
|\ \
| * | x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov2017-07-171-3/+9
| |/
* / x86/idt: Simplify alloc_intr_gate()Thomas Gleixner2017-08-291-7/+2
|/
* x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov2017-06-221-0/+15
* x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov2017-06-221-1/+2
* Drivers: hv: Issue explicit EOI when autoeoi is not enabledK. Y. Srinivasan2017-04-081-0/+3
* Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-0/+20
* Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-201-23/+0
* Drivers: hv vmbus: Move Hypercall page setup out of common codeK. Y. Srinivasan2017-01-191-0/+7
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
* x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+2
* x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov2016-04-161-0/+12