summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-051-1/+1
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-281-55/+122
| |\
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-245/+245
| |\ \
| * \ \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-17/+49
| |\ \ \
| * \ \ \ Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-1/+1
| |\ \ \ \
| | * | | | KVM: x86: More precisely identify NMI from guest when handling PMISean Christopherson2021-11-171-1/+1
* | | | | | kvm/x86: rework guest entry logicMark Rutland2022-02-011-2/+2
* | | | | | KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2022-02-011-1/+16
| |_|_|_|/ |/| | | |
* | | | | KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson2022-01-261-1/+1
* | | | | KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermodeSean Christopherson2022-01-261-1/+15
* | | | | KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT accessSean Christopherson2022-01-261-9/+34
* | | | | KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn bufferSean Christopherson2022-01-261-34/+55
* | | | | KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guestsSean Christopherson2022-01-261-0/+5
* | | | | KVM: x86: Pass emulation type to can_emulate_instruction()Sean Christopherson2022-01-261-1/+2
* | | | | KVM: SVM: Don't intercept #GP for SEV guestsSean Christopherson2022-01-261-3/+8
* | | | | Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson2022-01-261-7/+0
* | | | | KVM: SVM: Never reject emulation due to SMAP errata for !SEV guestsSean Christopherson2022-01-261-4/+6
* | | | | KVM: x86: nSVM: skip eax alignment check for non-SVM instructionsDenis Valeev2022-01-261-5/+6
| |_|_|/ |/| | |
* | | | KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabledSean Christopherson2022-01-191-2/+5
* | | | KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_opsSean Christopherson2022-01-191-233/+234
* | | | KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemptionSean Christopherson2022-01-191-6/+0
* | | | KVM: VMX: Reject KVM_RUN if emulation is required with pending exceptionSean Christopherson2022-01-191-0/+6
* | | | KVM: x86: Making the module parameter of vPMU more commonLike Xu2022-01-171-6/+2
| |_|/ |/| |
* | | KVM: SVM: include CR3 in initial VMSA state for SEV-ES guestsMichael Roth2022-01-071-0/+19
* | | Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2021-12-211-9/+12
|\| |
| * | KVM: x86: Always set kvm_run->if_flagMarc Orr2021-12-201-9/+12
* | | KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan2021-12-081-1/+1
* | | KVM: SVM: Allocate sd->save_area with __GFP_ZEROLai Jiangshan2021-12-081-3/+1
* | | KVM: SVM: Rename get_max_npt_level() to get_npt_level()Lai Jiangshan2021-12-081-4/+4
* | | KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bitsPaolo Bonzini2021-12-081-1/+2
* | | KVM: SVM: Remove references to VCPU_EXREG_CR3Lai Jiangshan2021-12-081-2/+0
* | | KVM: SVM: Remove outdated comment in svm_load_mmu_pgd()Lai Jiangshan2021-12-081-1/+0
* | | KVM: SVM: Track dirtiness of PDPTRs even if NPT is disabledLai Jiangshan2021-12-081-4/+9
* | | KVM: x86/svm: Add module param to control PMU virtualizationLike Xu2021-12-081-0/+11
* | | KVM: nSVM: introduce struct vmcb_ctrl_area_cachedEmanuele Giuseppe Esposito2021-12-081-2/+2
* | | KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...Emanuele Giuseppe Esposito2021-12-081-1/+1
* | | KVM: nSVM: introduce svm->nested.save to cache save area before checksEmanuele Giuseppe Esposito2021-12-081-0/+1
|/ /
* / KVM: x86: check PIR even for vCPUs with disabled APICvPaolo Bonzini2021-11-301-1/+0
|/
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-111-5/+0
|\
| * KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()Vipin Sharma2021-11-111-5/+0
* | Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini2021-11-111-4/+5
|\ \
| * | KVM: SEV: Add support for SEV intra host migrationPeter Gonda2021-11-111-0/+1
| * | KVM: SEV: Refactor out sev_es_state structPeter Gonda2021-11-111-4/+4
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-53/+115
|\|
| * KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_infoDavid Edmondson2021-10-251-3/+5
| * KVM: x86: Move SVM's APICv sanity check to common x86Sean Christopherson2021-10-221-2/+0
| * KVM: x86: Add vendor name to kvm_x86_ops, use it for error messagesSean Christopherson2021-10-221-0/+2
| * KVM: x86: nSVM: implement nested TSC scalingMaxim Levitsky2021-10-011-3/+28
| * KVM: x86: SVM: add module param to control TSC scalingMaxim Levitsky2021-10-011-6/+18
| * KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU resetPaolo Bonzini2021-10-011-27/+34