aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-17
* KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-17
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-17
* KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov2011-03-17
* KVM: VMX: update live TR selector if it changes in real modeGleb Natapov2011-03-17
* KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan2011-03-17
* KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula2011-03-17
* KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity2011-03-17
* KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity2011-03-17
* KVM: VMX: increase ple_gap default to 128Rik van Riel2011-03-17
* KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity2011-03-17
* KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity2011-03-17
* KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov2011-01-12
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-12
* KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-12
* KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity2011-01-12
* KVM: VMX: Optimize atomic EFER loadAvi Kivity2011-01-12
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-12
* KVM: cleanup emulate_instructionAndre Przywara2011-01-12
* KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-12
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-12
* KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori2011-01-12
* KVM: VMX: Return 0 from a failed VMREADAvi Kivity2011-01-12
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-12
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-12
* KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity2011-01-12
* KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang2011-01-12
* KVM: VMX: Disallow NMI while blocked by STIAvi Kivity2011-01-12
* KVM: handle exit due to INVD in VMXGleb Natapov2011-01-12
* KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti2011-01-12
* KVM: Move KVM context switch into own functionAndi Kleen2011-01-12
* KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel2010-12-08
* KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity2010-11-17
* KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity2010-11-17
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
* KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka2010-10-24
* KVM: VMX: Respect interrupt window in big real modeAvi Kivity2010-10-24
* KVM: VMX: Emulated real mode interrupt injectionMohammed Gamal2010-10-24
* KVM: VMX: Move fixup_rmode_irq() to avoid forward declarationAvi Kivity2010-10-24
* KVM: Non-atomic interrupt injectionAvi Kivity2010-10-24
* KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entryAvi Kivity2010-10-24
* KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()Avi Kivity2010-10-24
* KVM: VMX: Split up vmx_complete_interrupts()Avi Kivity2010-10-24
* KVM: Check for pending events before attempting injectionAvi Kivity2010-10-24
* KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-24
* KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel2010-10-24
* KVM: x86: Unify TSC logicZachary Amsden2010-10-24
* KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-24
* KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden2010-10-24
* KVM: x86: Drop vm_init_tscZachary Amsden2010-10-24