aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-58/+145
2012-12-11VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov1-1/+1
2012-12-11KVM: VMX: fix DPL during entry to protected modeGleb Natapov1-0/+1
2012-12-06KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei1-0/+67
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina1-8/+0
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao1-16/+0
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao1-5/+0
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld1-0/+9
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld1-6/+12
2012-11-29KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong1-0/+17
2012-11-28KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong1-3/+5
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti1-2/+0
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti1-3/+2
2012-11-16KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai1-4/+7
2012-10-18KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong1-10/+16
2012-10-18KVM: VMX: report internal error for the unhandleable eventXiao Guangrong1-4/+15
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-136/+97
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+7
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka1-13/+1
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha1-3/+7
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin1-1/+1
2012-09-17KVM: VMX: Make use of asm.hAvi Kivity1-39/+30
2012-09-17KVM: VMX: Make lto-friendlyAvi Kivity1-6/+11
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong1-3/+16
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie1-2/+2
2012-09-05KVM: VMX: constify lookup tablesMathias Krause1-7/+7
2012-08-27KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity1-1/+1
2012-08-27KVM: VMX: Save all segment data in real modeAvi Kivity1-0/+1
2012-08-27KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity1-0/+3
2012-08-27KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1Avi Kivity1-2/+1
2012-08-27KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity1-1/+1
2012-08-27KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity1-1/+1
2012-08-27KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity1-6/+6
2012-08-27KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity1-61/+24
2012-08-27KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity1-2/+2
2012-08-27KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity1-7/+13
2012-08-13KVM: VMX: Advertize RDTSC exiting to nested guestsAvi Kivity1-1/+1
2012-08-13KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXITGleb Natapov1-0/+6
2012-08-06KVM: do not release the error pageXiao Guangrong1-3/+2
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity1-7/+13
2012-08-01KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity1-7/+13
2012-07-20KVM: VMX: Fix typosGuo Chao1-3/+3
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie1-1/+33
2012-07-11KVM: VMX: export PFEC.P bit on eptXiao Guangrong1-1/+8
2012-07-09KVM: VMX: Emulate invalid guest state by defaultAvi Kivity1-1/+1
2012-07-09KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity1-1/+5
2012-07-09KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity1-0/+3
2012-07-09KVM: VMX: Continue emulating after batch exhaustedAvi Kivity1-1/+1
2012-07-09KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity1-2/+1
2012-07-09KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity1-1/+2