summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Replace kmap() with kmap_local_page()Zhao Liu2022-10-031-2/+2
* hyperv: simplify and rename generate_guest_idLi kunyu2022-09-281-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-1/+1
|\
| * Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-1/+1
| |\
| | * KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-1/+1
* | | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-1/+1
|/ /
* / x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMTianyu Lan2022-06-152-6/+84
|/
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-163-11/+50
|\
| * x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi()Vitaly Kuznetsov2022-01-101-10/+9
| * x86/hyperv: Fix definition of hv_ghcb_pg variableMichael Kelley2021-12-281-1/+1
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-0/+28
| * hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan2021-12-201-0/+12
* | x86/hyperv: Refactor hv_msi_domain_free_irqs()Thomas Gleixner2021-12-091-38/+17
|/
* x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-151-8/+1
* x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson2021-11-151-0/+3
* x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedVitaly Kuznetsov2021-10-281-1/+4
* x86/hyperv: Remove duplicate includeJiapeng Chong2021-10-281-2/+0
* x86/hyperv: Remove duplicated include in hv_initWan Jiabing2021-10-281-1/+0
* x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan2021-10-281-0/+75
* x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-282-29/+118
* x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-283-1/+112
* x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-7/+61
* Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-071-5/+15
|\
| * x86/hyperv: Avoid erroneously sending IPI to 'self'Vitaly Kuznetsov2021-10-061-5/+15
* | Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-151-17/+26
|\|
| * x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu2021-09-111-17/+26
* | x86/hyperv: fix root partition faults when writing to VP assist page MSRPraveen Kumar2021-08-041-20/+44
* | Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley2021-07-151-7/+1
* | Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley2021-07-151-2/+0
* | Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley2021-07-151-81/+10
|/
* Drivers: hv: Move Hyper-V extended capability check to arch neutral codeMichael Kelley2021-06-051-47/+0
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-5/+5
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-5/+5
* | Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-267-89/+91
|\ \
| * | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-216-34/+31
| * | x86/hyperv: remove unused linux/version.h headerZheng Yongjun2021-04-021-1/+0
| * | x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-1/+50
| * | x86/hyperv: Fix unused variable 'hi' warning in hv_apic_readXu Yihang2021-03-241-0/+2
| * | x86/hyperv: Fix unused variable 'msr_val' warning in hv_qlock_waitXu Yihang2021-03-241-2/+6
| * | clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley2021-03-081-1/+1
| * | Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley2021-03-081-27/+0
| * | Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley2021-03-081-1/+1
| * | Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley2021-03-081-22/+0
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/
* iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu2021-02-111-0/+25
* x86/hyperv: implement an MSI domain for root partitionWei Liu2021-02-113-1/+370
* x86/hyperv: provide a bunch of helper functionsWei Liu2021-02-112-1/+220
* x86/hyperv: handling hypercall page setup for rootWei Liu2021-02-111-3/+34
* x86/hyperv: extract partition ID from Microsoft Hypervisor if necessaryWei Liu2021-02-111-0/+26
* x86/hyperv: allocate output arg pages if requiredWei Liu2021-02-111-5/+30