summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-10KVM: SVM: use NPT page attributesPaolo Bonzini1-5/+96
2015-06-27Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang1-0/+3
2015-06-19KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das1-2/+6
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini1-0/+6
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-6/+6
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini1-0/+1
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini1-25/+29
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini1-0/+1
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini1-0/+1
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-05-07KVM: x86: fix initial PAT valueRadim Krčmář1-1/+1
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit1-13/+14
2015-05-07KVM: x86: Support for disabling quirksNadav Amit1-1/+2
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit1-1/+1
2015-03-19KVM: SVM: Fix confusing message if no exit handlers are installedBandan Das1-1/+1
2015-03-18KVM: x86: For the symbols used locally only should be static typeXiubo Li1-1/+2
2015-03-13x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITEDavid Kaplan1-2/+5
2015-03-11kvm: svm: make wbinvd fasterDavid Kaplan1-1/+7
2015-03-11kvm: x86: make kvm_emulate_* consistantJoel Schopp1-2/+0
2015-03-10KVM: SVM: use kvm_register_write()/read()David Kaplan1-10/+9
2015-03-03KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář1-6/+0
2015-02-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-1/+1
2015-01-09KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini1-2/+2
2014-12-05kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li1-0/+6
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges1-3/+5
2014-11-03KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit1-4/+6
2014-10-24kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin1-3/+3
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2014-09-11kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen1-1/+2
2014-09-03KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini1-4/+20
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-2/+2
2014-08-29KVM: x86: fix some sparse warningsPaolo Bonzini1-1/+1
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář1-0/+6
2014-08-19KVM: x86: drop fpu_activate hookWanpeng Li1-1/+0
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini1-3/+3
2014-07-11KVM: Synthesize G bit for all segments.Jim Mattson1-9/+10
2014-07-09KVM: nSVM: Set correct port for IOIO interception evaluationJan Kiszka1-3/+3
2014-07-09KVM: nSVM: Fix IOIO size reported on emulationJan Kiszka1-2/+2
2014-07-09KVM: nSVM: Fix IOIO bitmap evaluationJan Kiszka1-7/+12
2014-07-09KVM: nSVM: Do not report CLTS via SVM_EXIT_WRITE_CR0 to L1Jan Kiszka1-1/+2
2014-06-30KVM: SVM: Fix CPL export via SS.DPLJan Kiszka1-0/+1
2014-05-22KVM: x86: get CPL from SS.DPLPaolo Bonzini1-21/+14