summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.h
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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
* KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson2022-04-021-1/+1
* KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda2022-04-021-0/+2
* KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit2022-03-081-0/+11
* KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson2022-03-011-2/+2
* KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini2022-02-181-1/+0
* KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda2022-02-181-1/+2
* KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson2022-02-141-10/+10
* Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2022-02-141-1/+3
|\
| * KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-111-1/+3