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