summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
Commit message (Expand)AuthorAgeFilesLines
* KVM: nSVM: clarify recalc_intercepts() wrt CR8Paolo Bonzini2023-01-091-7/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-159-71/+160
|\
| * KVM: SVM: Replace kmap_atomic() with kmap_local_page()Zhao Liu2022-11-301-2/+2
| * KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson2022-11-301-2/+8
| * KVM: nSVM: hyper-v: Enable L2 TLB flushVitaly Kuznetsov2022-11-183-2/+55
| * KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hookVitaly Kuznetsov2022-11-183-0/+14
| * KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_idVitaly Kuznetsov2022-11-182-0/+17
| * KVM: x86: hyper-v: Introduce TLB flush fifoVitaly Kuznetsov2022-11-181-1/+1
| * KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flagVitaly Kuznetsov2022-11-181-0/+7
| * KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'Vitaly Kuznetsov2022-11-182-4/+4
| * x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2022-11-184-6/+6
| * KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2022-11-184-15/+16
| * x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.hSean Christopherson2022-11-184-26/+4
| * Merge branch 'kvm-svm-harden' into HEADPaolo Bonzini2022-11-172-18/+10
| |\
| * | KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu2022-11-091-1/+1
| * | KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()Like Xu2022-11-091-1/+1
| * | KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capableMaxim Levitsky2022-11-091-0/+8
| * | KVM: x86: SVM: use smram structsMaxim Levitsky2022-11-091-14/+7
| * | KVM: svm: drop explicit return value of kvm_vcpu_mapMaxim Levitsky2022-11-091-4/+3
| * | KVM: x86: smm: use smram structs in the common codeMaxim Levitsky2022-11-091-2/+6
| * | KVM: x86: compile out vendor-specific code if SMM is disabledPaolo Bonzini2022-11-092-0/+6
| * | KVM: allow compiling out SMM supportPaolo Bonzini2022-11-091-0/+2
| * | KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini2022-11-092-2/+4
| * | KVM: SVM: Name and check reserved fields with structs offsetCarlos Bilbao2022-11-091-1/+1
| * | KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()Sean Christopherson2022-11-091-3/+0
| * | KVM: x86: Track supported PERF_CAPABILITIES in kvm_capsSean Christopherson2022-11-091-0/+2
* | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+1
|\ \ \
| * \ \ Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-216-142/+262
| |\ \ \
| * | | | x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-171-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-272-18/+10
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | KVM: x86: remove exit_int_info warning in svm_handle_exitMaxim Levitsky2022-11-171-15/+0
| * | | KVM: x86: allow L1 to not intercept triple faultMaxim Levitsky2022-11-171-0/+6
| * | | KVM: x86: add kvm_leave_nestedMaxim Levitsky2022-11-171-3/+0
| * | | KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in useMaxim Levitsky2022-11-171-0/+3
| * | | KVM: x86: nSVM: leave nested mode on vCPU freeMaxim Levitsky2022-11-171-0/+1
| | |/ | |/|
* / | x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2022-11-151-5/+5
|/ /
* | KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-091-3/+4
* | KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda2022-11-091-1/+1
* | x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini2022-11-091-2/+2
* | KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-093-28/+132
* | KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-094-13/+25
* | KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini2022-11-092-20/+38
* | KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini2022-11-093-29/+18
* | KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini2022-11-092-3/+0
* | KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini2022-11-091-1/+0
* | KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini2022-11-093-15/+14
* | KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini2022-11-091-19/+19
* | KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-093-20/+21
|/
* KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalabilityLike Xu2022-09-281-68/+20
* KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()Like Xu2022-09-281-36/+5