summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Remove TSS reloading code after VMEXITMingwei Zhang2023-06-011-1/+0
* KVM: nSVM: Implement support for nested VNMISantosh Shukla2023-03-231-0/+7
* KVM: x86: Add support for SVM's Virtual NMISantosh Shukla2023-03-231-0/+22
* KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"Maxim Levitsky2023-01-311-0/+18
* KVM: x86: Move HF_GIF_MASK into "struct vcpu_svm" as "guest_gif"Maxim Levitsky2023-01-311-3/+6
* KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()Like Xu2023-01-241-1/+1
* KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson2023-01-131-1/+15
* KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" booleanSean Christopherson2023-01-131-8/+1
* KVM: SVM: Don't put/load AVIC when setting virtual APIC modeSean Christopherson2023-01-131-1/+1
* x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"Sean Christopherson2022-11-181-1/+1
* KVM: SVM: Add a proper field for Hyper-V VMCB enlightenmentsSean Christopherson2022-11-181-1/+4
* KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-091-2/+2
* KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-091-0/+2
* KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini2022-11-091-1/+1
* KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini2022-11-091-2/+0
* KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini2022-11-091-1/+0
* KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini2022-11-091-2/+2
* KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-091-1/+1
* Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-8/+31
|\
| * KVM: x86: nSVM: optimize svm_set_x2apic_msr_interceptionMaxim Levitsky2022-06-241-0/+2
| * KVM: SVM: Introduce logic to (de)activate x2AVIC modeSuravee Suthikulpanit2022-06-241-0/+1
| * KVM: x86: nSVM: always intercept x2apic msrsMaxim Levitsky2022-06-241-0/+9
| * KVM: SVM: Refresh AVIC configuration when changing APIC modeSuravee Suthikulpanit2022-06-241-0/+2
| * KVM: SVM: Adding support for configuring x2APIC MSRs interceptionSuravee Suthikulpanit2022-06-241-2/+2
| * KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportSuravee Suthikulpanit2022-06-241-0/+9
| * KVM: SVM: Drop unused AVIC / kvm_x86_ops declarationsSean Christopherson2022-06-201-4/+0
| * Merge branch 'kvm-5.20-early'Paolo Bonzini2022-06-091-2/+6
| |\
| | * KVM: nSVM: Transparently handle L1 -> L2 NMI re-injectionMaciej S. Szmigiero2022-06-081-0/+1
| | * KVM: SVM: Re-inject INT3/INTO instead of retrying the instructionSean Christopherson2022-06-081-2/+4
| | * KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02Maciej S. Szmigiero2022-06-081-0/+1
| | * Merge branch 'kvm-5.19-early-fixes' into HEADPaolo Bonzini2022-06-071-1/+1
| | |\
* | | | KVM: SEV: Init target VMCBs in sev_migrate_fromPeter Gonda2022-06-241-1/+1
|/ / /
* | | KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky2022-06-091-2/+2
* | | Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-091-2/+2
|\| | | |/ |/|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-11/+44
| |\
| * \ Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-2/+2
| |\ \
| | * | KVM: SVM: Create a separate mapping for the SEV-ES save areaTom Lendacky2022-04-061-2/+2
* | | | KVM: SVM: fix tsc scaling cache logicMaxim Levitsky2022-06-071-1/+1
| |_|/ |/| |
* | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-0/+2
|\| |
| * | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+2
| |/
* | KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger2022-04-291-1/+1
* | KVM: x86: SVM: allow AVIC to co-exist with a nested guest runningMaxim Levitsky2022-04-021-0/+1
* | KVM: x86: nSVM: implement nested vGIFMaxim Levitsky2022-04-021-6/+29
* | KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSEMaxim Levitsky2022-04-021-0/+2
* | KVM: x86: nSVM: implement nested LBR virtualizationMaxim Levitsky2022-04-021-0/+3
* | KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is runningMaxim Levitsky2022-04-021-0/+2
* | KVM: x86: SVM: remove vgif_enabled()Maxim Levitsky2022-04-021-8/+4
* | KVM: x86: SVM: use vmcb01 in init_vmcbMaxim Levitsky2022-04-021-1/+1
* | KVM: x86: nSVM: implement nested VMLOAD/VMSAVEMaxim Levitsky2022-04-021-1/+7
|/
* KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2022-04-021-11/+0