summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+6
* kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-311-1/+5
* Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee2019-04-271-4/+15
* KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov2019-04-271-0/+3
* KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-03-051-0/+8
* svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit2019-03-051-15/+4
* KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov2019-02-121-0/+7
* svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-12-081-8/+11
* kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-12-051-5/+15
* x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-12-051-3/+5
* KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-09-051-4/+4
* KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-08-151-3/+1
* KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-08-151-1/+35
* KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-08-151-0/+6
* KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun2018-06-211-3/+2
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-221-2/+19
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-221-2/+9
* x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-221-3/+3
* KVM: SVM: Move spec control call after restore of GSThomas Gleixner2018-05-221-12/+12
* x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-221-1/+1
* x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-05-221-4/+2
* KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini2018-03-081-1/+1
* KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-03-081-3/+4
* KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-02-071-0/+88
* KVM/x86: Add IBPB supportAshok Raj2018-02-071-0/+28
* KVM: x86: emulate #UD while in guest modePaolo Bonzini2018-02-031-8/+1
* KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2018-02-031-1/+8
* x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse2018-01-171-0/+4
* kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-171-0/+19
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-12-051-0/+2
* KVM: SVM: obey guest PATPaolo Bonzini2017-11-301-0/+7
* KVM: SVM: Add irqchip_split() checks before enabling AVICSuravee Suthikulpanit2017-09-141-5/+4
* KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
* KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()Suravee Suthikulpanit2017-09-131-8/+20
* KVM: SVM: Add a missing 'break' statementJan H. Schönherr2017-09-131-0/+1
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-58/+81
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-8/+1
| |\
| * | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-1/+1
| * | KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-2/+2
| * | KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-1/+1
| * | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-1/+1
| * | KVM: SVM: Enable Virtual GIF featureJanakarajan Natarajan2017-08-231-6/+50
| * | KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)Denys Vlasenko2017-08-181-40/+21
| * | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-2/+0
| * | KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-1/+4
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
| * | KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-071-4/+1
| * | KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-1/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-17/+18
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+11
| |\ \