summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/mshyperv.c
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Block root partition functionality in a Confidential VMMichael Kelley2023-05-111-4/+8
* Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-0/+2
|\
| * x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley2022-05-111-0/+2
* | x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabledChristoph Hellwig2022-04-181-8/+0
|/
* Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-03-241-4/+4
|\
| * x86/hyperv: Output host build info as normal Windows version numberMichael Kelley2022-03-081-4/+4
* | x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov2022-02-231-0/+6
|/
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-1/+14
|\
| * hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan2021-12-201-1/+14
* | random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-01-071-1/+1
|/
* x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-151-5/+15
* x86/hyperv: Initialize shared memory boundary in the Isolation VM.Tianyu Lan2021-10-281-0/+2
* x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-0/+3
* Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-011-22/+16
|\
| * x86/hyperv: add comment describing TSC_INVARIANT_CONTROL MSR setting bit 0Ani Sinha2021-07-161-0/+9
| * Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley2021-07-151-11/+0
| * Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley2021-07-151-6/+0
| * Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley2021-07-151-3/+0
| * x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unst...Ani Sinha2021-07-131-2/+7
* | Revert "x86/hyperv: fix logical processor creation"Wei Liu2021-07-211-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-06-291-1/+1
|\ \
| * | x86/hyperv: fix logical processor creationPraveen Kumar2021-06-021-1/+1
| |/
* / hyperv: Detect Nested virtualization support for SVMVineeth Pillai2021-06-171-3/+7
|/
* Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-261-20/+12
|\
| * x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-4/+5
| * clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley2021-03-081-7/+3
| * Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley2021-03-081-9/+4
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/
* 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
|/