summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2011-05-11KVM: VMX: Cache cplAvi Kivity
2011-05-11KVM: VMX: Optimize vmx_get_cpl()Avi Kivity
2011-05-11KVM: VMX: Optimize vmx_get_rflags()Avi Kivity
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity
2011-03-17KVM: unbreak userspace that does not sets tss addressGleb Natapov
2011-03-17KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong
2011-03-17KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa
2011-03-17KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov
2011-03-17KVM: VMX: update live TR selector if it changes in real modeGleb Natapov
2011-03-17KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan
2011-03-17KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula
2011-03-17KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity
2011-03-17KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity
2011-03-17KVM: VMX: increase ple_gap default to 128Rik van Riel
2011-03-17KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity
2011-03-17KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity
2011-01-12KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity
2011-01-12KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity
2011-01-12KVM: VMX: Optimize atomic EFER loadAvi Kivity
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara
2011-01-12KVM: cleanup emulate_instructionAndre Przywara
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara
2011-01-12KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori
2011-01-12KVM: VMX: Return 0 from a failed VMREADAvi Kivity
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity
2011-01-12KVM: Record instruction set in kvm_exit tracepointAvi Kivity
2011-01-12KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity
2011-01-12KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang
2011-01-12KVM: VMX: Disallow NMI while blocked by STIAvi Kivity
2011-01-12KVM: handle exit due to INVD in VMXGleb Natapov
2011-01-12KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti
2011-01-12KVM: Move KVM context switch into own functionAndi Kleen
2010-12-08KVM: SVM: Do not report xsave in supported cpuidJoerg Roedel
2010-11-17KVM: VMX: Fix host userspace gsbase corruptionAvi Kivity
2010-11-17KVM: Correct ordering of ldt reload wrt fs/gs reloadAvi Kivity
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: VMX: Add AX to list of registers clobbered by guest switchJan Kiszka
2010-10-24KVM: VMX: Respect interrupt window in big real modeAvi Kivity
2010-10-24KVM: VMX: Emulated real mode interrupt injectionMohammed Gamal
2010-10-24KVM: VMX: Move fixup_rmode_irq() to avoid forward declarationAvi Kivity
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity
2010-10-24KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entryAvi Kivity
2010-10-24KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()Avi Kivity
2010-10-24KVM: VMX: Split up vmx_complete_interrupts()Avi Kivity
2010-10-24KVM: Check for pending events before attempting injectionAvi Kivity
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel