aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-191-0/+6
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-291-1/+1
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-291-1/+1
* KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti2011-06-191-1/+2
* KVM: VMX: Cache vmcs segment fieldsAvi Kivity2011-05-221-10/+92
* KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity2011-05-221-1/+1
* KVM: fix push of wrong eip when doing softintSerge E. Hallyn2011-05-111-3/+9
* KVM: VMX: Ensure that vmx_create_vcpu always returns proper errorJan Kiszka2011-05-111-2/+3
* KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-111-0/+6
* KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel2011-05-111-0/+11
* KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-111-0/+9
* KVM: VMX: simplify NMI mask managementAvi Kivity2011-05-111-8/+2
* KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exceptionAvi Kivity2011-05-111-1/+1
* KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionallyAvi Kivity2011-05-111-2/+7
* KVM: VMX: Refactor vmx_complete_atomic_exit()Avi Kivity2011-05-111-6/+9
* KVM: VMX: Qualify check for host NMIAvi Kivity2011-05-111-1/+2
* KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneededAvi Kivity2011-05-111-1/+15
* KVM: VMX: Cache cplAvi Kivity2011-05-111-1/+16
* KVM: VMX: Optimize vmx_get_cpl()Avi Kivity2011-05-111-1/+2
* KVM: VMX: Optimize vmx_get_rflags()Avi Kivity2011-05-111-6/+14
* KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity2011-05-111-1/+1
* KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-171-0/+13
* KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-171-4/+8
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-171-1/+1
* KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov2011-03-171-22/+6
* KVM: VMX: update live TR selector if it changes in real modeGleb Natapov2011-03-171-0/+1
* KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan2011-03-171-1/+1
* KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula2011-03-171-2/+8
* KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity2011-03-171-2/+5
* KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity2011-03-171-2/+2
* KVM: VMX: increase ple_gap default to 128Rik van Riel2011-03-171-2/+2
* KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity2011-03-171-7/+36
* KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity2011-03-171-0/+2
* KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov2011-01-121-1/+5
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-121-6/+12
* KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-121-3/+4
* KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity2011-01-121-2/+2
* KVM: VMX: Optimize atomic EFER loadAvi Kivity2011-01-121-0/+30
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-121-2/+2
* KVM: cleanup emulate_instructionAndre Przywara2011-01-121-6/+6
* KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-121-12/+4
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-121-2/+2
* KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori2011-01-121-2/+23
* KVM: VMX: Return 0 from a failed VMREADAvi Kivity2011-01-121-2/+2
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-121-0/+8
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-121-1/+1
* KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity2011-01-121-38/+25
* KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang2011-01-121-1/+4
* KVM: VMX: Disallow NMI while blocked by STIAvi Kivity2011-01-121-1/+6
* KVM: handle exit due to INVD in VMXGleb Natapov2011-01-121-0/+6