]> pilppa.org Git - linux-2.6-omap-h63xx.git/history - drivers/kvm/x86.c
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / kvm / x86.c
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...
2008-01-30 Zhang XiantaoKVM: Portability: move vpic and vioapic to kvm_arch
2008-01-30 Zhang XiantaoKVM: Portability: Move mmu-related fields to kvm_arch
2008-01-30 Zhang XiantaoKVM: Portability: Move memslot aliases to new struct...
2008-01-30 Zhang XiantaoKVM: Portability: Split mmu-related static inline funct...
2008-01-30 Zhang XiantaoKVM: Portability: Introduce kvm_vcpu_arch
2008-01-30 Marcelo TosattiKVM: MMU: emulated cmpxchg8b should be atomic on i386
2008-01-30 Joerg RoedelKVM: SVM: Emulate read/write access to cr8
2008-01-30 Avi KivityKVM: Replace #GP injection by the generalized exception...
2008-01-30 Avi KivityKVM: Replace page fault injection by the generalized...
2008-01-30 Avi KivityKVM: Generalize exception injection mechanism
2008-01-30 Zhang XiantaoKVM: Portability: Move KVM_INTERRUPT vcpu ioctl to...
2008-01-30 Sheng YangKVM: x86 emulator: Rename 'cr2' to 'memop'
2008-01-30 Avi KivityKVM: Remove misleading check for mmio during event...
2008-01-30 Zhang XiantaoKVM: Portability: Move unalias_gfn to arch dependent...
2008-01-30 Dan KenigsbergKVM: Enhance guest cpuid management
2008-01-30 Avi KivityKVM: Don't bother the mmu if cr3 load doesn't change cr3
2008-01-30 Avi KivityKVM: Add statistic for remote tlb flushes
2008-01-30 Avi KivityKVM: Split vcpu creation to avoid vcpu_load() before...
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_set_memory_region() to...
2008-01-30 Avi KivityKVM: x86 emulator: retire ->write_std()
2008-01-30 Izik EidusKVM: MMU: Selectively set PageDirty when releasing...
2008-01-30 Hollis BlanchardKVM: Correct consistent typo: "destory" -> "destroy"
2008-01-30 Zhang XiantaoKVM: Portability: MMU initialization and teardown split
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log...
2008-01-30 Amit ShahKVM: Make unloading of FPU state when putting vcpu...
2008-01-30 Avi KivityKVM: MMU: Add some mmu statistics
2008-01-30 Avi KivityKVM: Extend stats support for VM stats
2008-01-30 Avi KivityKVM: Add instruction emulation statistics
2008-01-30 Avi KivityKVM: Add fpu_reload counter
2008-01-30 Avi KivityKVM: Replace 'light_exits' stat with 'host_state_reload'
2008-01-30 Zhang XiantaoKVM: Portability: Add two hooks to handle kvm_create...
2008-01-30 Zhang XiantaoKVM: Remove __init attributes for kvm_init_debug and...
2008-01-30 Zhang XiantaoKVM: Portability: Make kvm_vcpu_ioctl_translate arch...
2008-01-30 Zhang XiantaoKVM: Portability: move KVM_CHECK_EXTENSION
2008-01-30 Zhang XiantaoKVM: Portability: Move x86 specific code from kvm_init...
2008-01-30 Zhang XiantaoKVM: Portability: Add vcpu and hardware management...
2008-01-30 Zhang XiantaoKVM: Portability: Move kvm_x86_ops to x86.c
2008-01-30 Zhang XiantaoKVM: Portability: Move some includes to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 vcpu ioctl handlers to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 FPU handling to x86.c
2008-01-30 Hollis BlanchardKVM: Portability: Move x86 instruction emulation code...
2008-01-30 Hollis BlanchardKVM: Portability: Make exported debugfs data architectu...
2008-01-30 Carsten OtteKVM: Portability: Move pio emulation functions to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move x86 emulation and mmio device...
2008-01-30 Carsten OtteKVM: Portability: Move kvm_get/set_msr[_common] to...
2008-01-30 Carsten OtteKVM: Portability: Move control register helper function...
2008-01-30 Carsten OtteKVM: Portability: move get/set_apic_base to x86.c
2008-01-30 Carsten OtteKVM: Portability: Move memory segmentation to x86.c
2008-01-30 Carsten OtteKVM: Portability: Split kvm_vm_ioctl v3
2008-01-30 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Carsten OtteKVM: Move x86 msr handling to new files x86.[ch]