summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky2022-04-021-2/+2
* 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: Add wrappers for setting/clearing APICv inhibitsSean Christopherson2022-04-021-6/+5
* KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_maskMaxim Levitsky2022-03-211-0/+6
* Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-051-2/+17
|\
| * KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...Maxim Levitsky2022-02-241-2/+17
* | KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson2022-03-011-2/+2
* | KVM: x86: allow defining return-0 static callsPaolo Bonzini2022-02-181-20/+0
* | KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini2022-02-181-4/+0
* | KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini2022-02-181-6/+0
* | KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson2022-02-141-9/+9
* | Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2022-02-141-7/+41
|\|
| * KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-111-7/+41
| * KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini2022-02-111-1/+1
* | KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov2022-02-101-1/+2
* | KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' namesSean Christopherson2022-02-101-20/+20
* | KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooksSean Christopherson2022-02-101-7/+7
* | KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson2022-02-101-3/+3
* | KVM: SVM: Remove unused MAX_INST_SIZE #defineSean Christopherson2022-02-101-2/+0
* | KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()Sean Christopherson2022-02-101-5/+7
* | KVM: x86: Move get_cs_db_l_bits() helper to SVMSean Christopherson2022-02-101-1/+10
* | KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson2022-02-101-9/+9
* | KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...Paolo Bonzini2022-02-101-3/+5
* | KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()Jinrong Liang2022-02-101-2/+2
|/
* KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky2022-02-081-4/+13
* KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky2022-02-081-0/+1
* KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky2022-02-081-0/+5
* KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky2022-02-081-0/+2
* KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky2022-02-081-2/+10
* 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-131-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