aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* KVM: nVMX: Implement VMXON and VMXOFFNadav Har'El2011-07-12
* KVM: nVMX: Add "nested" module option to kvm_intelNadav Har'El2011-07-12
* KVM: VMX: Keep list of loaded VMCSs, instead of vcpusNadav Har'El2011-07-12
* KVM: VMX: always_inline VMREADsAvi Kivity2011-07-12
* KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity2011-07-12
* KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti2011-06-19
* KVM: VMX: Cache vmcs segment fieldsAvi Kivity2011-05-22
* KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity2011-05-22
* KVM: fix push of wrong eip when doing softintSerge E. Hallyn2011-05-11
* KVM: VMX: Ensure that vmx_create_vcpu always returns proper errorJan Kiszka2011-05-11
* KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-11
* KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel2011-05-11
* KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-11
* KVM: VMX: simplify NMI mask managementAvi Kivity2011-05-11
* KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exceptionAvi Kivity2011-05-11
* KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionallyAvi Kivity2011-05-11
* KVM: VMX: Refactor vmx_complete_atomic_exit()Avi Kivity2011-05-11
* KVM: VMX: Qualify check for host NMIAvi Kivity2011-05-11
* KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneededAvi Kivity2011-05-11
* KVM: VMX: Cache cplAvi Kivity2011-05-11
* KVM: VMX: Optimize vmx_get_cpl()Avi Kivity2011-05-11
* KVM: VMX: Optimize vmx_get_rflags()Avi Kivity2011-05-11
* KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versionsAvi Kivity2011-05-11
* KVM: unbreak userspace that does not sets tss addressGleb Natapov2011-03-17
* KVM: fix rcu usage in init_rmode_* functionsXiao Guangrong2011-03-17
* KVM: x86: Remove useless regs_page pointer from kvm_lapicTakuya Yoshikawa2011-03-17
* KVM: VMX: Initialize vm86 TSS only once.Gleb Natapov2011-03-17
* KVM: VMX: update live TR selector if it changes in real modeGleb Natapov2011-03-17
* KVM: VMX: add the __noclone attribute to vmx_vcpu_runLai Jiangshan2011-03-17
* KVM: VMX: fix detection of BIOS disabling VMXJoseph Cihula2011-03-17
* KVM: VMX: Avoid atomic operation in vmx_vcpu_runAvi Kivity2011-03-17
* KVM: VMX: Simplify saving guest rcx in vmx_vcpu_runAvi Kivity2011-03-17
* KVM: VMX: increase ple_gap default to 128Rik van Riel2011-03-17
* KVM: VMX: Avoid leaking fake realmode state to userspaceAvi Kivity2011-03-17
* KVM: VMX: Save and restore tr selector across mode switchesAvi Kivity2011-03-17
* KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov2011-01-12
* KVM: Fetch guest cr3 from hardware on demandAvi Kivity2011-01-12
* KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity2011-01-12
* KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity2011-01-12
* KVM: VMX: Optimize atomic EFER loadAvi Kivity2011-01-12
* KVM: SVM: copy instruction bytes from VMCBAndre Przywara2011-01-12
* KVM: cleanup emulate_instructionAndre Przywara2011-01-12
* KVM: move complete_insn_gp() into x86.cAndre Przywara2011-01-12
* KVM: x86: fix CR8 handlingAndre Przywara2011-01-12
* KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori2011-01-12
* KVM: VMX: Return 0 from a failed VMREADAvi Kivity2011-01-12
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-12
* KVM: Record instruction set in kvm_exit tracepointAvi Kivity2011-01-12
* KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity2011-01-12
* KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang2011-01-12