aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-2673/+0
2008-01-30KVM: VMX: Add printk_ratelimit in vmx_intr_assistRyan Harper1-1/+2
2008-01-30KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_archZhang Xiantao1-6/+6
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao1-0/+1
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao1-106/+107
2008-01-30KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernelAvi Kivity1-0/+2
2008-01-30KVM: Use generalized exception queue for injecting #UDAvi Kivity1-10/+1
2008-01-30KVM: Replace #GP injection by the generalized exception queueAvi Kivity1-16/+2
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity1-32/+0
2008-01-30KVM: Generalize exception injection mechanismAvi Kivity1-0/+20
2008-01-30KVM: VMX: Remove the secondary execute control dependency on irqchipSheng Yang1-10/+7
2008-01-30KVM: VMX: Force seg.base == (seg.sel << 4) in real modeJan Kiszka1-1/+2
2008-01-30KVM: Make unloading of FPU state when putting vcpu arch-independentAmit Shah1-1/+0
2008-01-30KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity1-0/+1
2008-01-30KVM: VMX: Consolidate register usage in vmx_vcpu_run()Avi Kivity1-73/+73
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao1-2/+2
2008-01-30KVM: VMX: wbinvd exitingEddie Dong1-1/+10
2008-01-30KVM: Fix faults during injection of real-mode interruptsAvi Kivity1-2/+49
2008-01-30KVM: VMX: Read & store IDT_VECTORING_INFO_FIELDAvi Kivity1-5/+12
2008-01-30KVM: VMX: Use vmx to inject real-mode interruptsAvi Kivity1-49/+4
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang1-13/+104
2008-01-30KVM: Move page fault processing to common codeAvi Kivity1-28/+1
2008-01-30KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier1-3/+5
2008-01-30KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier1-12/+9
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus1-2/+25
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity1-89/+89
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)Zhang Xiantao1-0/+1
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity1-1/+0
2008-01-30KVM: CodingStyle cleanupMike Day1-28/+32
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell1-6/+0
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus1-24/+19
2008-01-30KVM: VMX: Simplify vcpu_clear()Avi Kivity1-5/+1
2008-01-30KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity1-1/+3
2008-01-30KVM: Allow not-present guest page faults to bypass kvmAvi Kivity1-2/+9
2008-01-30KVM: VMX: Further reduce efer reloadsAvi Kivity1-24/+37
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier1-4/+5
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori1-3/+26
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa1-4/+4
2007-10-22KVM: VMX: Force vm86 mode if setting flags during real modeAvi Kivity1-0/+2
2007-10-22KVM: VMX: Reset mmu context when entering real modeEddie Dong1-0/+1
2007-10-22KVM: VMX: Handle NMIs before enabling interrupts and preemptionAvi Kivity1-4/+9
2007-10-13KVM: Improve emulation failure reportingAvi Kivity1-1/+1
2007-10-13KVM: VMX: Fix exit qualification width on i386He, Qing1-6/+6
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity1-112/+17
2007-10-13KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity1-9/+10
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt1-3/+3
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing1-3/+21
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong1-1/+3
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong1-3/+7
2007-10-13KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng1-4/+61