summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2012-02-29i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-29i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2011-06-19KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity
2011-05-22KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity
2011-05-11KVM: fix push of wrong eip when doing softintSerge E. Hallyn
2011-05-11KVM: VMX: Ensure that vmx_create_vcpu always returns proper errorJan Kiszka
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel
2011-05-11KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel
2011-05-11KVM: VMX: simplify NMI mask managementAvi Kivity
2011-05-11KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exceptionAvi Kivity
2011-05-11KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionallyAvi Kivity
2011-05-11KVM: VMX: Refactor vmx_complete_atomic_exit()Avi Kivity
2011-05-11KVM: VMX: Qualify check for host NMIAvi Kivity
2011-05-11KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneededAvi Kivity
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