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