KVM: x86 emulator: address size and operand size overrides are sticky
[safe/jmp/linux-2.6] / drivers / kvm / kvm_main.c
2008-01-30 Zhang XiantaoKVM: Portability: Move unalias_gfn to arch dependent...
2008-01-30 Avi KivityKVM: Disallow fork() and similar games when using a VM
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 Zhang XiantaoKVM: Recalculate mmu pages needed for every memory...
2008-01-30 Izik EidusKVM: MMU: Selectively set PageDirty when releasing...
2008-01-30 Hollis BlanchardKVM: Correct consistent typo: "destory" -> "destroy"
2008-01-30 Izik EidusKVM: Simplify kvm_clear_guest_page()
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 Avi KivityKVM: Extend stats support for VM stats
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 Joe PerchesKVM: Remove ptr comparisons to 0
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: Combine kvm_init and kvm_init_x86
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 Izik EidusKVM: Change kvm_{read,write}_guest() to use copy_{from...
2008-01-30 Izik EidusKVM: introduce gfn_to_hva()
2008-01-30 Izik EidusKVM: add kvm_is_error_hva()
2008-01-30 Avi KivityKVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
2008-01-30 Dor LaorKVM: Add make_page_dirty() to kvm_clear_guest_page()
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 Uri LublinKVM: Make mark_page_dirty() work for aliased pages...
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 Anthony LiguoriKVM: Fix gfn_to_page() acquiring mmap_sem twice
2008-01-30 Sheng YangKVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
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 Izik EidusKVM: Add ioctl to tss address from userspace,
2008-01-30 Izik EidusKVM: Add kernel-internal memory slots
2008-01-30 Izik EidusKVM: Export memory slot allocation mechanism
2008-01-30 Izik EidusKVM: Unmap kernel-allocated memory on slot destruction
2008-01-30 Avi KivityKVM: Add a might_sleep() annotation to gfn_to_page()
2008-01-30 Avi KivityKVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
2008-01-30 Zhang XiantaoKVM: Portability: Split kvm_vcpu into arch dependent...
2008-01-30 Anthony LiguoriKVM: Allocate userspace memory for older userspace
2008-01-30 Izik EidusKVM: MMU: Partial swapping of guest memory
2008-01-30 Izik EidusKVM: MMU: Make gfn_to_page() always safe
2008-01-30 Avi KivityKVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
2008-01-30 Avi KivityKVM: Move apic timer interrupt backlog processing to...
2008-01-30 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Carsten OtteKVM: Move x86 msr handling to new files x86.[ch]
2008-01-30 Izik EidusKVM: Support assigning userspace memory to the guest
2008-01-30 Mike DayKVM: CodingStyle cleanup
2008-01-30 Rusty RussellKVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
2008-01-30 Rusty RussellKVM: Add kvm_free_lapic() to pair with kvm_create_lapic()
2008-01-30 Izik EidusKVM: Allow dynamic allocation of the mmu shadow cache...
2008-01-30 Izik EidusKVM: Add general accessors to read and write guest...
2008-01-30 Izik EidusKVM: Remove the usage of page->private field by rmap
2008-01-30 Laurent VivierKVM: Purify x86_decode_insn() error case management
2008-01-30 Ryan HarperKVM: MMU: Ignore reserved bits in cr3 in non-pae mode
2008-01-30 Avi KivityKVM: Allow not-present guest page faults to bypass kvm
2008-01-30 Laurent VivierKVM: Call x86_decode_insn() only when needed
2008-01-30 Laurent VivierKVM: emulate_instruction() calls now x86_decode_insn...
2008-01-30 Anthony LiguoriKVM: Refactor hypercall infrastructure (v3)
2008-01-25 Kay SieversDriver core: change sysdev classes to use dynamic kobje...
2007-11-27 Amit ShahKVM: SVM: Fix FPU leak while emulating clts
2007-10-22 Laurent VivierKVM: Use new smp_call_function_mask() in kvm_flush_remo...
2007-10-22 Laurent VivierKVM: Move kvm_guest_exit() after local_irq_enable()
2007-10-15 Laurent Viviersched: guest CPU accounting: maintain guest state in KVM
2007-10-13 Avi KivityKVM: Skip pio instruction when it is emulated, not...
2007-10-13 Avi KivityKVM: Improve emulation failure reporting
2007-10-13 Avi KivityKVM: Move main vcpu loop into subarch independent code
2007-10-13 Christian EhrhardtKVM: Rename kvm_arch_ops to kvm_x86_ops
2007-10-13 Laurent VivierKVM: Simplify memory allocation
2007-10-13 Rusty RussellKVM: Hoist SVM's get_cs_db_l_bits into core code.
2007-10-13 Rusty RussellKVM: Keep control regs in sync
2007-10-13 Amit ShahKVM: Set the ET flag in CR0 after initializing FX
2007-10-13 He, QingKVM: enable in-kernel APIC INIT/SIPI handling
2007-10-13 He, QingKVM: disable tpr/cr8 sync when in-kernel APIC is used
2007-10-13 Eddie DongKVM: Keep track of missed timer irq injections
2007-10-13 Eddie DongKVM: pending irq save/restore
2007-10-13 Eddie DongKVM: in-kernel LAPIC save and restore support
2007-10-13 He, QingKVM: in-kernel IOAPIC save and restore support
2007-10-13 He, QingKVM: Bypass irq_pending get/set when using in kernel...
2007-10-13 He, QingKVM: Add get/set irqchip ioctls for in-kernel PIC live...
2007-10-13 Eddie DongKVM: Protect in-kernel pio using kvm->lock
2007-10-13 Eddie DongKVM: Emulate hlt in the kernel
2007-10-13 Eddie DongKVM: In-kernel I/O APIC model
2007-10-13 Eddie DongKVM: Emulate local APIC in kernel
2007-10-13 Eddie DongKVM: Define and use cr8 access functions
2007-10-13 Eddie DongKVM: Add support for in-kernel PIC emulation
2007-10-13 Laurent VivierKVM: Clean up kvm_setup_pio()
2007-10-13 Laurent VivierKVM: Cleanup string I/O instruction emulation
2007-10-13 Laurent VivierKVM: Remove useless assignment
2007-10-13 Rusty RussellKVM: Add and use pr_unimpl for standard formatting...
2007-10-13 Rusty RussellKVM: Remove unneeded kvm_dev_open and kvm_dev_release...
next