summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini
2015-07-23KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini
2015-07-10KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka
2015-07-10KVM: SVM: use NPT page attributesPaolo Bonzini
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang
2015-06-19KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)
2015-05-07KVM: x86: fix initial PAT valueRadim Krčmář
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit
2015-05-07KVM: x86: Support for disabling quirksNadav Amit
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