aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: VMX: constify lookup tablesMathias Krause2012-09-05
* KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity2012-08-27
* KVM: VMX: Save all segment data in real modeAvi Kivity2012-08-27
* KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity2012-08-27
* KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity2012-08-27
* KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity2012-08-27
* KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity2012-08-27
* KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity2012-08-27
* KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity2012-08-27
* KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity2012-08-27
* KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity2012-08-27
* KVM: VMX: Advertize RDTSC exiting to nested guestsAvi Kivity2012-08-13
* KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXITGleb Natapov2012-08-13
* KVM: do not release the error pageXiao Guangrong2012-08-06
* Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-05
|\
| * KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity2012-08-01
* | KVM: VMX: Fix typosGuo Chao2012-07-20
|/
* 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