summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov2011-01-121-1/+5
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-121-6/+12
* KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-121-3/+4
* KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity2011-01-121-2/+2
* KVM: VMX: Optimize atomic EFER loadAvi Kivity2011-01-121-0/+30
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-2/+2
* KVM: cleanup emulate_instructionAndre Przywara2011-01-121-6/+6
* KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-121-12/+4
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-121-2/+2
* KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori2011-01-121-2/+23
* KVM: VMX: Return 0 from a failed VMREADAvi Kivity2011-01-121-2/+2
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-121-0/+8
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-121-1/+1
* KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity2011-01-121-38/+25
* KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang2011-01-121-1/+4
* KVM: VMX: Disallow NMI while blocked by STIAvi Kivity2011-01-121-1/+6
* KVM: handle exit due to INVD in VMXGleb Natapov2011-01-121-0/+6
* KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti2011-01-121-3/+1
* KVM: Move KVM context switch into own functionAndi Kleen2011-01-121-25/+38
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-081-5/+0
* KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity2010-11-171-8/+7
* KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2010-11-171-2/+2
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka2010-10-241-1/+1
* KVM: VMX: Respect interrupt window in big real modeAvi Kivity2010-10-241-0/+9
* KVM: VMX: Emulated real mode interrupt injectionMohammed Gamal2010-10-241-59/+6
* KVM: VMX: Move fixup_rmode_irq() to avoid forward declarationAvi Kivity2010-10-241-24/+23
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-0/+11
* KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entryAvi Kivity2010-10-241-13/+21
* KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()Avi Kivity2010-10-241-3/+6
* KVM: VMX: Split up vmx_complete_interrupts()Avi Kivity2010-10-241-12/+27
* KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-0/+6
* KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-241-8/+8
* KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel2010-10-241-0/+2
* KVM: x86: Unify TSC logicZachary Amsden2010-10-241-14/+8
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-241-7/+6
* KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden2010-10-241-6/+5
* KVM: x86: Drop vm_init_tscZachary Amsden2010-10-241-7/+3
* KVM: VMX: Use host_gdt variable wherever we need the host gdtAvi Kivity2010-10-241-9/+6
* KVM: Fix fs/gs reload oops with invalid ldtAvi Kivity2010-10-191-15/+9
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-4/+4
|\
| * x86: Remove redundant K6 MSRsBrian Gerst2010-07-211-4/+4
* | KVM: VMX: Fix host GDT.LIMIT corruptionAvi Kivity2010-08-021-0/+4
* | KVM: VMX: fix tlb flush with invalid rootXiao Guangrong2010-08-021-1/+4
* | KVM: VMX: Execute WBINVD to keep data consistency with assigned devicesSheng Yang2010-08-011-1/+9
* | KVM: Add mini-API for vcpu->requestsAvi Kivity2010-08-011-1/+1
* | KVM: Fix mov cr3 #GP at wrong instructionAvi Kivity2010-08-011-2/+2
* | KVM: Fix mov cr4 #GP at wrong instructionAvi Kivity2010-08-011-2/+2
* | KVM: Fix mov cr0 #GP at wrong instructionAvi Kivity2010-08-011-2/+11
* | KVM: VMX: Enable XSAVE/XRSTOR for guestDexuan Cui2010-08-011-0/+13