summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-16KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner1-4/+4
2019-05-16x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk1-1/+1
2019-03-23KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov1-0/+8
2019-02-20KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov1-0/+7
2018-12-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky1-2/+19
2018-12-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner1-2/+9
2018-12-17KVM: SVM: Move spec control call after restore of GSThomas Gleixner1-12/+12
2018-12-17x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk1-2/+2
2018-12-17x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk1-4/+2
2018-12-17KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini1-3/+4
2018-12-17KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-0/+88
2018-12-17KVM/x86: Add IBPB supportAshok Raj1-0/+28
2018-07-25x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner1-1/+1
2018-04-13KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen1-13/+11
2018-01-23x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse1-0/+4
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson1-0/+19
2017-12-05KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon1-0/+2
2017-11-30KVM: SVM: obey guest PATPaolo Bonzini1-0/+7
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini1-2/+2
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini1-1/+1
2015-11-10KVM: svm: unconditionally intercept #DBPaolo Bonzini1-11/+3
2015-11-10KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup1-0/+8
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang1-2/+1
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang1-8/+2
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang1-10/+0
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang1-36/+0
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang1-44/+4
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang1-15/+11
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang1-0/+3
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini1-6/+5
2015-10-16kvm: svm: Only propagate next_rip when guest supports itJoerg Roedel1-1/+10
2015-10-01KVM: x86: unify handling of interrupt windowPaolo Bonzini1-13/+0
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini1-2/+2
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini1-2/+2
2015-10-01KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini1-1/+1
2015-10-01Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-01Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini1-96/+5
2015-10-01Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini1-8/+7
2015-10-01Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini1-10/+0
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini1-2/+5
2015-09-25KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini1-1/+2
2015-09-18kvm: svm: reset mmu on VCPU resetIgor Mammedov1-0/+1
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2015-08-05KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong1-0/+1
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-6/+104
2015-07-23KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini1-7/+8
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini1-1/+1
2015-07-23KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini1-1/+1
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini1-5/+2
2015-07-10KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka1-0/+10