aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2014-12-05kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges
2014-11-03KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář
2014-08-19KVM: x86: drop fpu_activate hookWanpeng Li
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini
2014-07-11KVM: Synthesize G bit for all segments.Jim Mattson
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka
2014-07-09KVM: nSVM: Fix IOIO size reported on emulationJan Kiszka
2014-07-09KVM: nSVM: Fix IOIO bitmap evaluationJan Kiszka
2014-07-09KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1Jan Kiszka
2014-06-30KVM: SVM: Fix CPL export via SS.DPLJan Kiszka
2014-05-22KVM: x86: get CPL from SS.DPLPaolo Bonzini
2014-05-08kvm: x86: emulate monitor and mwait instructions as nopGabriel L. Somlo
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini
2014-03-12KVM: SVM: fix cr8 intercept windowRadim Krčmář
2014-03-11KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka
2014-02-18KVM: SVM: fix NMI window after iretRadim Krčmář
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini
2013-06-27kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-28kvm, svm: Fix typo in printk messageBorislav Petkov
2013-04-16KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang
2013-04-16KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang
2013-01-29x86, apicv: add virtual x2apic supportYang Zhang
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-10-22KVM: SVM: Cleanup error statementsBorislav Petkov