summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-171-0/+13
* KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-171-4/+8
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-171-1/+1
* KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov2011-03-171-22/+6
* KVM: VMX: update live TR selector if it changes in real modeGleb Natapov2011-03-171-0/+1
* KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan2011-03-171-1/+1
* KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula2011-03-171-2/+8
* KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity2011-03-171-2/+5
* KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity2011-03-171-2/+2
* KVM: VMX: increase ple_gap default to 128Rik van Riel2011-03-171-2/+2
* KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity2011-03-171-7/+36
* KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity2011-03-171-0/+2
* 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