aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2012-09-17KVM: VMX: Make use of asm.hAvi Kivity
2012-09-17KVM: VMX: Make lto-friendlyAvi Kivity
2012-09-05KVM: VMX: constify lookup tablesMathias Krause
2012-08-27KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity
2012-08-27KVM: VMX: Save all segment data in real modeAvi Kivity
2012-08-27KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity
2012-08-27KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity
2012-08-27KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity
2012-08-27KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity
2012-08-27KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity
2012-08-27KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity
2012-08-27KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity
2012-08-27KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity
2012-08-13KVM: VMX: Advertize RDTSC exiting to nested guestsAvi Kivity
2012-08-13KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXITGleb Natapov
2012-08-06KVM: do not release the error pageXiao Guangrong
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity
2012-08-01KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity
2012-07-20KVM: VMX: Fix typosGuo Chao
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie
2012-07-11KVM: VMX: export PFEC.P bit on eptXiao Guangrong
2012-07-09KVM: VMX: Emulate invalid guest state by defaultAvi Kivity
2012-07-09KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity
2012-07-09KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity
2012-07-09KVM: VMX: Continue emulating after batch exhaustedAvi Kivity
2012-07-09KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity
2012-07-09KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity
2012-07-09KVM: VMX: Relax check on unusable segmentAvi Kivity
2012-07-09KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity
2012-07-03KVM: VMX: code clean for vmx_init()Guo Chao
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall
2012-06-05KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao
2012-06-05KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao
2012-06-05KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao
2012-05-16KVM: VMX: Optimize %ds, %es reloadAvi Kivity
2012-05-16KVM: VMX: Fix %ds/%es clobberAvi Kivity
2012-05-14KVM: VMX: unlike vmcs on fail pathXiao Guangrong
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti
2012-04-18KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity
2012-04-08KVM: VMX: Auto-load on CPUs with VMXJosh Triplett
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-08KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El
2012-03-08KVM: VMX: Fix delayed load of shared MSRsAvi Kivity
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf
2012-03-08KVM: VMX: remove yield_on_hltRaghavendra K T
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds