summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2018-09-05KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner
2018-08-15KVM: X86: Allow userspace to define the microcode versionWanpeng Li
2018-08-15KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky
2018-08-15KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-22x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-05-22KVM: SVM: Move spec control call after restore of GSThomas Gleixner
2018-05-22x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-05-22x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-05-22x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-04-13KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen
2018-03-22kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov
2018-03-11KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini
2018-03-11KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-02-13KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-13KVM/x86: Add IBPB supportAshok Raj
2018-01-17x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson
2017-12-25kvm: fix usage of uninit spinlock in avic_vm_destroy()Dmitry Vyukov
2017-12-05KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon
2017-11-30KVM: SVM: obey guest PATPaolo Bonzini
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-20kvm: svm: fix unsigned compare less than zero comparisonColin Ian King
2016-09-16kvm: x86: drop read_tsc_offset()Luiz Capitulino
2016-09-08svm: Implements update_pi_irte hook to setup posted interruptSuravee Suthikulpanit
2016-09-08svm: Introduce AMD IOMMU avic_ga_log_notifierSuravee Suthikulpanit
2016-09-08svm: Introduces AVIC per-VM IDSuravee Suthikulpanit
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-01KVM: x86: use guest_exit_irqoffPaolo Bonzini
2016-06-16kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit
2016-06-16kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit
2016-06-14KVM: x86: Fix typosAndrea Gelmini
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-24svm: bitwise vs logical op typoDan Carpenter
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-18KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini
2016-05-18svm: Manage vcpu load/unload when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not intercept CR8 when enable AVICSuravee Suthikulpanit
2016-05-18svm: Do not expose x2APIC when enable AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restoreSuravee Suthikulpanit
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit
2016-05-18svm: Add interrupt injection via AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Detect and Initialize AVIC supportSuravee Suthikulpanit
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2016-02-16kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin