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