summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
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-08-01KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity1-7/+13
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
2012-07-09KVM: VMX: Relax check on unusable segmentAvi Kivity1-3/+1
2012-07-09KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity1-2/+13
2012-07-03KVM: VMX: code clean for vmx_init()Guo Chao1-9/+7
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall1-1/+1
2012-06-05KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman1-12/+58
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao1-2/+4
2012-06-05KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao1-0/+2
2012-06-05KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao1-0/+12
2012-05-16KVM: VMX: Optimize %ds, %es reloadAvi Kivity1-5/+31
2012-05-16KVM: VMX: Fix %ds/%es clobberAvi Kivity1-1/+5
2012-05-14KVM: VMX: unlike vmcs on fail pathXiao Guangrong1-1/+1
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti1-1/+4
2012-04-18KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity1-1/+4
2012-04-08KVM: VMX: Auto-load on CPUs with VMXJosh Triplett1-0/+7
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti1-0/+2
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-31/+22
2012-03-08KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El1-1/+1
2012-03-08KVM: VMX: Fix delayed load of shared MSRsAvi Kivity1-0/+3
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-3/+5
2012-03-08KVM: VMX: remove yield_on_hltRaghavendra K T1-21/+1
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+1
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-5/+11
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-1/+1
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds1-1/+1
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-9/+9
2011-12-27KVM: VMX: Intercept RDPMCAvi Kivity1-1/+14
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-0/+1
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-2/+4
2011-12-27KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov1-5/+0
2011-12-27KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El1-3/+4
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El1-4/+7
2011-11-17KVM: VMX: Check for automatic switch msr table overflowGleb Natapov1-1/+5
2011-11-17KVM: VMX: Add support for guest/host-only profilingGleb Natapov1-0/+21
2011-11-17KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov1-11/+93
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka1-7/+6
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka1-2/+1
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian1-0/+21
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El1-10/+21