summaryrefslogtreecommitdiff
path: root/drivers/kvm/vmx.c
AgeCommit message (Expand)Author
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
2007-10-13KVM: pending irq save/restoreEddie Dong
2007-10-13KVM: Emulate hlt in the kernelEddie Dong
2007-10-13KVM: Emulate local APIC in kernelEddie Dong
2007-10-13KVM: Define and use cr8 access functionsEddie Dong
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong
2007-10-13KVM: VMX: Split segments reload in vmx_load_host_state()Laurent Vivier
2007-10-13KVM: VMX: allow rmode_tss_base() to work with >2G of guest memoryIzik Eidus
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng
2007-10-13KVM: Close minor race in signal handlingAvi Kivity
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier
2007-10-13KVM: VMX: Remove a duplicated ia32e mode vm entry controlLi, Xin B
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell
2007-10-13KVM: Fix defined but not used warning in drivers/kvm/vmx.cGabriel C
2007-10-13KVM: Remove redundant alloc_vmcs_cpu declarationRusty Russell
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier