summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2017-03-06KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini
2016-01-31KVM: svm: unconditionally intercept #DBPaolo Bonzini
2015-12-09KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-10-22Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller
2015-07-10KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit
2015-03-18KVM: SVM: Fix confusing message if no exit handlers are installedBandan Das
2015-03-17KVM: x86: For the symbols used locally only should be static typeXiubo Li
2015-03-13x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITEDavid Kaplan
2015-03-10kvm: svm: make wbinvd fasterDavid Kaplan
2015-03-10kvm: x86: make kvm_emulate_* consistantJoel Schopp
2015-03-10KVM: SVM: use kvm_register_write()/read()David Kaplan
2015-03-02KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2015-01-08KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini
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