aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-12
* KVM: VMX: export PFEC.P bit on eptXiao Guangrong2012-07-11
* KVM: VMX: Emulate invalid guest state by defaultAvi Kivity2012-07-09
* KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity2012-07-09
* KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity2012-07-09
* KVM: VMX: Continue emulating after batch exhaustedAvi Kivity2012-07-09
* KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity2012-07-09
* KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity2012-07-09
* KVM: VMX: Relax check on unusable segmentAvi Kivity2012-07-09
* KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity2012-07-09
* KVM: VMX: code clean for vmx_init()Guo Chao2012-07-03
* KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-06
* KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman2012-06-05
* KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao2012-06-05
* KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao2012-06-05
* KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao2012-06-05
* KVM: VMX: Optimize %ds, %es reloadAvi Kivity2012-05-16
* KVM: VMX: Fix %ds/%es clobberAvi Kivity2012-05-16
* KVM: VMX: unlike vmcs on fail pathXiao Guangrong2012-05-14
* Merge branch 'linus' into queueMarcelo Tosatti2012-04-19
|\
| * KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity2012-04-18
* | KVM: VMX: Auto-load on CPUs with VMXJosh Triplett2012-04-08
|/
* KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-05
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-28
|\
| * KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-03-08
| * KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-08
| * KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-08
| * KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-08
| * KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-08
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-08
* | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-21
|/
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-18
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-16
* module_param: make bool parameters really bool (arch)Rusty Russell2012-01-12
* KVM: VMX: Intercept RDPMCAvi Kivity2011-12-27
* KVM: Move cpuid code to new fileAvi Kivity2011-12-27
* KVM: introduce id_to_memslot functionXiao Guangrong2011-12-27
* KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov2011-12-27
* KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El2011-12-27
* KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2011-12-27
* KVM: VMX: Check for automatic switch msr table overflowGleb Natapov2011-11-17
* KVM: VMX: Add support for guest/host-only profilingGleb Natapov2011-11-17
* KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov2011-11-17
* KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-25
* KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2011-09-25
* KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-25
* KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El2011-09-25
* KVM: L1 TSC handlingNadav Har'El2011-09-25
* KVM: VMX: trivial: use BUG_ONJulia Lawall2011-09-25
* KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-25