aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-48/+45
2024-03-18x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley1-0/+1
2024-03-18hyperv-tlfs: Rename some HV_REGISTER_* defines for consistencyNuno Das Neves1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+8
2024-03-12mshyperv: Introduce hv_get_hypervisor_version functionNuno Das Neves1-19/+15
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves1-28/+28
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+8
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li1-8/+7
2023-11-22x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak1-1/+4
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-7/+84
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui1-6/+4
2023-08-25x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui1-4/+4
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui1-2/+7
2023-08-25x86/hyperv: Fix serial console interrupts for fully enlightened TDX guestsDexuan Cui1-0/+22
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui1-0/+14
2023-08-25x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui1-0/+2
2023-08-23x86/hyperv: Fix undefined reference to isolation_type_en_snp without CONFIG_H...Dexuan Cui1-4/+5
2023-08-22x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ESTianyu Lan1-0/+21
2023-08-22x86/hyperv: Add smp support for SEV-SNP guestTianyu Lan1-1/+10
2023-08-22x86/hyperv: Add sev-snp enlightened guest static keyTianyu Lan1-2/+7
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-2/+2
2023-04-18x86/hyperv: VTL support for Hyper-VSaurabh Sengar1-0/+1
2023-04-18x86/hyperv: Make hv_get_nmi_reason publicSaurabh Sengar1-5/+0
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley1-6/+1
2023-04-17Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextWei Liu1-8/+7
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley1-8/+7
2023-03-17x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley1-4/+8
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2023-02-16x86/hyperv: Fix hv_get/set_register for nested bringupNuno Das Neves1-4/+4
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain1-0/+65
2023-01-12x86/hyperv: Add support for detecting nested hypervisorJinank Jain1-0/+7
2022-12-29Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini1-1/+1
2022-12-29x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC defineVitaly Kuznetsov1-1/+1
2022-11-28iommu/hyper-v: Allow hyperv irq remapping without x2apicNuno Das Neves1-0/+6
2022-05-28Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2022-05-11x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley1-0/+2
2022-04-18x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig1-8/+0
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2022-03-08x86/hyperv: Output host build info as normal Windows version numberMichael Kelley1-4/+4
2022-02-23x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov1-0/+6
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+14
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2021-12-20hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan1-1/+14
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson1-5/+15
2021-10-28x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan1-0/+2
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan1-0/+3
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-22/+16
2021-07-21Revert "x86/hyperv: fix logical processor creation"Wei Liu1-1/+1
2021-07-16x86/hyperv: add comment describing TSC_INVARIANT_CONTROL MSR setting bit 0Ani Sinha1-0/+9
2021-07-15Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley1-11/+0
2021-07-15Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley1-6/+0
2021-07-15Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley1-3/+0
2021-07-13x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unst...Ani Sinha1-2/+7
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2021-06-17hyperv: Detect Nested virtualization support for SVMVineeth Pillai1-3/+7
2021-06-02x86/hyperv: fix logical processor creationPraveen Kumar1-1/+1
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-20/+12
2021-03-24x86/Hyper-V: Support for free page reportingSunil Muthuswamy1-4/+5
2021-03-18x86: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley1-7/+3
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley1-9/+4
2021-02-11x86/hyperv: implement and use hv_smp_prepare_cpusWei Liu1-0/+29
2021-02-11x86/hyperv: detect if Linux is the root partitionWei Liu1-0/+20
2021-02-11x86/hyperv: Load/save the Isolation Configuration leafAndrea Parri (Microsoft)1-0/+9
2021-01-05x86/hyperv: Fix kexec panic/hang issuesDexuan Cui1-0/+18
2020-11-04x86/hyperv: Enable 15-bit APIC ID if the hypervisor supports itDexuan Cui1-0/+29
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley1-1/+6
2020-09-28x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury1-4/+4
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley1-7/+0
2020-06-11x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner1-12/+10
2020-04-11x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan1-0/+10
2020-04-09x86: hyperv: report value of misc_featuresOlaf Hering1-2/+2
2019-11-15Merge branch 'linus' into x86/hypervThomas Gleixner1-0/+14
2019-11-12x86/hyperv: Allow guests to enable InvariantTSCAndrea Parri1-1/+6
2019-10-18x86/hyperv: Set pv_info.name to "Hyper-V"Andrea Parri1-0/+4
2019-08-28x86/hyperv: Hide pv_ops access for CONFIG_PARAVIRT=nTianyu Lan1-0/+2
2019-08-23clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan1-0/+8
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake1-2/+2
2019-02-28x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu1-0/+12
2018-11-04x86/hyper-v: Enable PIT shutdown quirkMichael Kelley1-0/+11
2018-10-09x86/hyperv: Enable PV qspinlock for Hyper-VYi Sun1-0/+14
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley1-2/+2
2018-07-03x86/hyperv: Add interrupt handler annotationsMichael Kelley1-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+14
2018-03-28x86/hyper-v: detect nested featuresVitaly Kuznetsov1-0/+5
2018-03-28x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov1-7/+8
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-1/+1
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley1-0/+40
2018-01-30x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov1-0/+6
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross1-2/+2
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross1-1/+1
2017-09-13x86/hyper-V: Allocate the IDT entry early in bootK. Y. Srinivasan1-2/+2
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+9
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner1-7/+2
2017-08-10x86/hyper-v: Use hypercall for remote TLB flushVitaly Kuznetsov1-0/+1
2017-07-17x86/hyper-v: stash the max number of virtual/logical processorVitaly Kuznetsov1-3/+9
2017-06-22x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov1-0/+15
2017-06-22x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov1-1/+2
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/k...Linus 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/kerne...Linus 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