summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: work around QEMU issue with synthetic CPUID leavesPaolo Bonzini2022-04-291-5/+14
* Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-295-21/+89
|\
| * KVM: x86/mmu: fix potential races when walking host page tableMingwei Zhang2022-04-291-5/+42
| * KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-0/+2
| * KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson2022-04-295-16/+45
* | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-214-0/+16
* | KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang2022-04-211-3/+6
* | KVM: SVM: Simplify and harden helper to flush SEV guest page(s)Sean Christopherson2022-04-211-34/+20
* | KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu2022-04-213-6/+12
* | KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabledSean Christopherson2022-04-211-0/+3
* | KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson2022-04-211-1/+14
* | KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson2022-04-213-0/+11
* | KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabledSean Christopherson2022-04-211-1/+1
* | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-15/+13
* | KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()Sean Christopherson2022-04-211-6/+1
|/
* KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov2022-04-113-37/+12
* KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit2022-04-112-1/+4
* KVM: x86/mmu: remove unnecessary flush_workqueue()Lv Ruyi2022-04-051-1/+1
* KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson2022-04-052-6/+34
* KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()Peter Gonda2022-04-051-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-0222-286/+306
|\
| * KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini2022-04-021-40/+34
| * KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan2022-04-021-1/+0
| * KVM: x86: cleanup enter_rmode()Zhenzhong Duan2022-04-021-9/+5
| * KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky2022-04-023-9/+6
| * kvm: x86: SVM: remove unused definesMaxim Levitsky2022-04-021-8/+0
| * KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2022-04-021-10/+5
| * KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2022-04-021-11/+0
| * KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong2022-04-023-16/+40
| * KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong2022-04-023-1/+10
| * KVM: x86/pmu: Fix and isolate TSX-specific performance event logicLike Xu2022-04-022-13/+15
| * KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was setMaxim Levitsky2022-04-021-1/+1
| * KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson2022-04-021-5/+3
| * KVM: x86: Trace all APICv inhibit changes and capture overall statusSean Christopherson2022-04-022-18/+29
| * KVM: x86: Add wrappers for setting/clearing APICv inhibitsSean Christopherson2022-04-025-32/+33
| * KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson2022-04-025-19/+22
| * KVM: X86: Handle implicit supervisor access with SMAPLai Jiangshan2022-04-023-17/+19
| * KVM: X86: Rename variable smap to not_smap in permission_fault()Lai Jiangshan2022-04-021-2/+2
| * KVM: X86: Fix comments in update_permission_bitmaskLai Jiangshan2022-04-021-2/+2
| * KVM: X86: Change the type of access u32 to u64Lai Jiangshan2022-04-024-20/+22
| * KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-3/+2
| * KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-021-1/+1
| * KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda2022-04-022-1/+2
| * KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson2022-04-023-1/+4
| * KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmapSean Christopherson2022-04-023-48/+19
| * KVM: SVM: fix panic on out-of-bounds guest IRQYi Wang2022-04-021-2/+8
| * KVM: MMU: propagate alloc_workqueue failurePaolo Bonzini2022-04-024-16/+31
| * KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activatedVitaly Kuznetsov2022-03-291-3/+6
| * KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a...Vitaly Kuznetsov2022-03-291-0/+4
| * KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irqVitaly Kuznetsov2022-03-291-0/+3