summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-0/+1
|\| |
| * | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+1
| |/
* | KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang2022-05-121-0/+3
* | KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini2022-04-291-1/+1
* | KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger2022-04-291-0/+1
* | KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu2022-04-131-1/+1
* | KVM: x86: SVM: allow AVIC to co-exist with a nested guest runningMaxim Levitsky2022-04-021-11/+19
* | KVM: x86: nSVM: implement nested vGIFMaxim Levitsky2022-04-021-0/+5
* | KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSEMaxim Levitsky2022-04-021-3/+19
* | KVM: x86: nSVM: implement nested LBR virtualizationMaxim Levitsky2022-04-021-2/+7
* | KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is runningMaxim Levitsky2022-04-021-19/+79
* | KVM: x86: SVM: remove vgif_enabled()Maxim Levitsky2022-04-021-6/+6
* | KVM: x86: SVM: use vmcb01 in init_vmcbMaxim Levitsky2022-04-021-5/+6
* | KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SWMaxim Levitsky2022-04-021-1/+1
* | KVM: x86: SVM: allow to force AVIC to be enabledMaxim Levitsky2022-04-021-2/+9
* | KVM: x86: nSVM: implement nested VMLOAD/VMSAVEMaxim Levitsky2022-04-021-0/+7
|/
* 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-041-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
| |\ \ \