KVM: Move guest pte dirty bit management to the guest pagetable walker
[safe/jmp/linux-2.6] / drivers / kvm /
2008-01-30 Avi KivityKVM: Move guest pte dirty bit management to the guest...
2008-01-30 Anthony LiguoriKVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
2008-01-30 Anthony LiguoriKVM: MMU: Clean up MMU functions to take struct kvm...
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: Remove gratuitous casts from lapic.c
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 Avi KivityKVM: VMX: Simplify vcpu_clear()
2008-01-30 Avi KivityKVM: VMX: Don't clear the vmcs if the vcpu is not loade...
2008-01-30 Laurent VivierKVM: x86 emulator: Any legacy prefix after a REX prefix...
2008-01-30 Laurent VivierKVM: Purify x86_decode_insn() error case management
2008-01-30 Qing HeKVM: x86_emulator: no writeback for bt
2008-01-30 Laurent VivierKVM: x86 emulator: Remove no_wb, use dst.type = OP_NONE...
2008-01-30 Laurent VivierKVM: x86 emulator: remove _eflags and use directly...
2008-01-30 Laurent VivierKVM: x86 emulator: split some decoding into functions...
2008-01-30 Ryan HarperKVM: MMU: Ignore reserved bits in cr3 in non-pae mode
2008-01-30 Avi KivityKVM: MMU: Make flooding detection work when guest page...
2008-01-30 Avi KivityKVM: Allow not-present guest page faults to bypass kvm
2008-01-30 Avi KivityKVM: VMX: Further reduce efer reloads
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 Laurent VivierKVM: x86 emulator: move all decoding process to functio...
2008-01-30 Laurent VivierKVM: x86 emulator: move all x86_emulate_memop() to...
2008-01-30 Laurent VivierKVM: x86 emulator: remove unused functions
2008-01-30 Anthony LiguoriKVM: Refactor hypercall infrastructure (v3)
2008-01-30 Anthony LiguoriKVM: x86 emulator: Add vmmcall/vmcall to x86_emulate...
2008-01-30 Glauber de Oliveir... x86: get rid of _MASK flags
2008-01-30 Glauber de Oliveir... x86: unify struct desc_ptr
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-11-27 Avi KivityKVM: SVM: Unload guest fpu on vcpu_put()
2007-11-27 Amit ShahKVM: x86 emulator: Use emulator_write_emulated and...
2007-11-27 Izik EidusKVM: x86 emulator: fix the saving of of the eip value
2007-11-27 Izik EidusKVM: x86 emulator: fix JMP_REL
2007-11-08 Avi KivityKVM: SVM: Intercept the 'invd' and 'wbinvd' instructions
2007-11-08 Avi KivityKVM: x86 emulator: invd instruction
2007-11-08 Avi KivityKVM: SVM: Defer nmi processing until switch to host...
2007-11-08 Avi KivityKVM: SVM: Fix SMP with kernel apic
2007-11-08 Avi KivityKVM: x86 emulator: fix 'push imm8' emulation
2007-10-23 Rusty RussellConsolidate host virtualization support under Virtualiz...
2007-10-22 Laurent VivierKVM: Use new smp_call_function_mask() in kvm_flush_remo...
2007-10-22 Kevin PedrettiKVM: Improve local apic timer wraparound handling
2007-10-22 Kevin PedrettiKVM: Fix local apic timer divide by zero
2007-10-22 Laurent VivierKVM: Move kvm_guest_exit() after local_irq_enable()
2007-10-22 Aurelien JarnoKVM: x86 emulator: fix access registers for instruction...
2007-10-22 Avi KivityKVM: VMX: Force vm86 mode if setting flags during real...
2007-10-22 Sheng YangKVM: x86 emulator: implement 'movnti mem, reg'
2007-10-22 Eddie DongKVM: VMX: Reset mmu context when entering real mode
2007-10-22 Avi KivityKVM: VMX: Handle NMIs before enabling interrupts and...
2007-10-22 Izik EidusKVM: MMU: Set shadow pte atomically in mmu_pte_write_za...
2007-10-22 Laurent VivierKVM: x86 emulator: fix repne/repnz decoding
2007-10-22 Nitin A KambleKVM: x86 emulator: fix merge screwup due to emulator...
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 Nitin A KambleKVM: x86 emulator: popf
2007-10-13 Nitin A KambleKVM: x86 emulator: fix src, dst value initialization
2007-10-13 Nitin A KambleKVM: x86 emulator: jmp abs
2007-10-13 Nitin A KambleKVM: x86 emulator: lea
2007-10-13 Nitin A KambleKVM: X86 emulator: jump conditional short
2007-10-13 Nitin A KambleKVM: x86 emulator: imlpement jump conditional relative
2007-10-13 Nitin A KambleKVM: x86 emulator: sort opcodes into ascending order
2007-10-13 Avi KivityKVM: Improve emulation failure reporting
2007-10-13 Nitin A KambleKVM: x86 emulator: pushf
2007-10-13 Nitin A KambleKVM: x86 emulator: call near
2007-10-13 Nitin A KambleKVM: x86 emulator: push imm8
2007-10-13 He, QingKVM: VMX: Fix exit qualification width on i386
2007-10-13 Avi KivityKVM: Move main vcpu loop into subarch independent code
2007-10-13 Avi KivityKVM: VMX: Move vm entry failure handling to the exit...
2007-10-13 Avi KivityKVM: MMU: Don't do GFP_NOWAIT allocations
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 Rusty RussellKVM: Clean up unloved invlpg emulation
2007-10-13 Rusty RussellKVM: Remove the unused invlpg member of struct kvm_arch...
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: round robin for APIC lowest priority delivery...
2007-10-13 Qing HeKVM: deliver PIC interrupt only to vcpu0
2007-10-13 He, QingKVM: disable tpr/cr8 sync when in-kernel APIC is used
2007-10-13 Eddie DongKVM: Migrate lapic hrtimer when vcpu moves to another cpu
2007-10-13 Eddie DongKVM: Keep track of missed timer irq injections
2007-10-13 Yang, ShengKVM: VMX: Use shadow TPR/cr8 for 64-bits guests
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: VMX: Split segments reload in vmx_load_host_state()
next