summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17KVM: unbreak userspace that does not sets tss addressGleb Natapov1-0/+13
2011-03-17KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong1-4/+8
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa1-1/+1
2011-03-17KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov1-22/+6
2011-03-17KVM: VMX: update live TR selector if it changes in real modeGleb Natapov1-0/+1
2011-03-17KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan1-1/+1
2011-03-17KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula1-2/+8
2011-03-17KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity1-2/+5
2011-03-17KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity1-2/+2
2011-03-17KVM: VMX: increase ple_gap default to 128Rik van Riel1-2/+2
2011-03-17KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity1-7/+36
2011-03-17KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity1-0/+2
2011-01-12KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov1-1/+5
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity1-6/+12
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity1-3/+4
2011-01-12KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity1-2/+2
2011-01-12KVM: VMX: Optimize atomic EFER loadAvi Kivity1-0/+30
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara1-2/+2
2011-01-12KVM: cleanup emulate_instructionAndre Przywara1-6/+6
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara1-12/+4
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara1-2/+2
2011-01-12KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori1-2/+23
2011-01-12KVM: VMX: Return 0 from a failed VMREADAvi Kivity1-2/+2
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity1-0/+8
2011-01-12KVM: Record instruction set in kvm_exit tracepointAvi Kivity1-1/+1
2011-01-12KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity1-38/+25
2011-01-12KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang1-1/+4
2011-01-12KVM: VMX: Disallow NMI while blocked by STIAvi Kivity1-1/+6
2011-01-12KVM: handle exit due to INVD in VMXGleb Natapov1-0/+6
2011-01-12KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti1-3/+1
2011-01-12KVM: Move KVM context switch into own functionAndi Kleen1-25/+38
2010-12-08KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel1-5/+0
2010-11-17KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity1-8/+7
2010-11-17KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity1-2/+2
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka1-1/+1
2010-10-24KVM: VMX: Respect interrupt window in big real modeAvi Kivity1-0/+9
2010-10-24KVM: VMX: Emulated real mode interrupt injectionMohammed Gamal1-59/+6
2010-10-24KVM: VMX: Move fixup_rmode_irq() to avoid forward declarationAvi Kivity1-24/+23
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity1-0/+11
2010-10-24KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entryAvi Kivity1-13/+21
2010-10-24KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()Avi Kivity1-3/+6
2010-10-24KVM: VMX: Split up vmx_complete_interrupts()Avi Kivity1-12/+27
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity1-0/+6
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel1-8/+8
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel1-0/+2
2010-10-24KVM: x86: Unify TSC logicZachary Amsden1-14/+8
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden1-7/+6
2010-10-24KVM: x86: Convert TSC writes to TSC offset writesZachary Amsden1-6/+5
2010-10-24KVM: x86: Drop vm_init_tscZachary Amsden1-7/+3