summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-19KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti1-1/+2
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity1-10/+92
2011-05-22KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity1-1/+1
2011-05-11KVM: fix push of wrong eip when doing softintSerge E. Hallyn1-3/+9
2011-05-11KVM: VMX: Ensure that vmx_create_vcpu always returns proper errorJan Kiszka1-2/+3
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel1-0/+6
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel1-0/+11
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel1-0/+9
2011-05-11KVM: VMX: simplify NMI mask managementAvi Kivity1-8/+2
2011-05-11KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exceptionAvi Kivity1-1/+1
2011-05-11KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionallyAvi Kivity1-2/+7
2011-05-11KVM: VMX: Refactor vmx_complete_atomic_exit()Avi Kivity1-6/+9
2011-05-11KVM: VMX: Qualify check for host NMIAvi Kivity1-1/+2
2011-05-11KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneededAvi Kivity1-1/+15
2011-05-11KVM: VMX: Cache cplAvi Kivity1-1/+16
2011-05-11KVM: VMX: Optimize vmx_get_cpl()Avi Kivity1-1/+2
2011-05-11KVM: VMX: Optimize vmx_get_rflags()Avi Kivity1-6/+14
2011-05-11KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity1-1/+1
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