summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini2021-01-253-9/+29
* KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"Sean Christopherson2021-01-251-26/+25
* KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guestSean Christopherson2021-01-251-9/+6
* KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky2021-01-251-5/+8
* kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia2021-01-253-2/+5
* KVM: x86: get smi pending status correctlyJay Zhou2021-01-251-0/+4
* KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu2021-01-251-1/+1
* KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu2021-01-251-0/+4
* KVM: x86: Add more protection against undefined behavior in rsvd_bits()Sean Christopherson2021-01-251-1/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-0812-95/+161
|\
| * KVM: x86: __kvm_vcpu_halt can be staticPaolo Bonzini2021-01-081-1/+1
| * KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-076-6/+58
| * KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky2021-01-073-1/+8
| * KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky2021-01-071-0/+1
| * KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky2021-01-071-0/+4
| * KVM: x86/mmu: Ensure TDP MMU roots are freed after yieldBen Gardon2021-01-071-56/+48
| * KVM: x86: change in pv_eoi_get_pending() to make code more readableStephen Zhang2021-01-071-1/+1
| * KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini2021-01-071-1/+1
| * KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak2021-01-071-2/+0
| * KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadNathan Chancellor2021-01-071-1/+1
| * Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-0710-102/+112
| |\
| | * KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Sean Christopherson2021-01-071-7/+13
| | * KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arraySean Christopherson2021-01-072-9/+8
| | * KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson2021-01-073-11/+13
| | * KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Sean Christopherson2021-01-072-2/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2026-482/+2203
|\| |
| * | KVM: SVM: fix 32-bit compilationPaolo Bonzini2020-12-161-0/+2
| * | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-151-1/+3
| |\ \
| * | | KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky2020-12-152-0/+29
| * | | KVM: SVM: Provide support to launch and run an SEV-ES guestTom Lendacky2020-12-151-0/+104
| * | | KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-154-9/+77
| * | | KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-155-20/+96
| * | | KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-153-4/+78
| * | | KVM: SVM: Update ASID allocation to support SEV-ES guestsTom Lendacky2020-12-151-11/+14
| * | | KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky2020-12-153-2/+4
| * | | KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky2020-12-152-7/+17
| * | | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-152-10/+54
| * | | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-153-4/+17
| * | | KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ESTom Lendacky2020-12-151-9/+18
| * | | KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky2020-12-151-1/+6
| * | | KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-152-4/+19
| * | | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-152-13/+46
| * | | KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+20
| * | | KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-155-5/+82
| * | | KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky2020-12-154-0/+258
| * | | KVM: SVM: Create trace events for VMGEXIT MSR protocol processingTom Lendacky2020-12-153-0/+52
| * | | KVM: SVM: Create trace events for VMGEXIT processingTom Lendacky2020-12-153-0/+61
| * | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100Tom Lendacky2020-12-152-0/+19
| * | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004Tom Lendacky2020-12-152-2/+63
| * | | KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002Tom Lendacky2020-12-152-1/+42