KVM: x86: do not execute halted vcpus
[safe/jmp/linux-2.6] / include / linux / kvm_host.h
2008-10-15 Marcelo TosattiKVM: x86: do not execute halted vcpus
2008-10-15 Hollis BlanchardKVM: Move KVM TRACE DEFINITIONS to common header
2008-07-29 Andrea ArcangeliKVM: Synchronize guest physical memory map to host...
2008-07-20 Marcelo TosattiKVM: MMU: nuke shadowed pgtable pages and ptes on memsl...
2008-07-20 Laurent VivierKVM: Add coalesced MMIO support (common part)
2008-07-20 Laurent VivierKVM: kvm_io_device: extend in_range() to manage len...
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-06-24 Marcelo TosattiKVM: close timer injection race window in __vcpu_run
2008-06-06 Marcelo TosattiKVM: migrate PIT timer
2008-04-27 Al ViroKVM: kill file->f_count abuse in kvm
2008-04-27 Hollis BlanchardKVM: Rename debugfs_dir to kvm_debugfs_dir
2008-04-27 Marcelo TosattiKVM: add ioctls to save/store mpstate
2008-04-27 Marcelo TosattiKVM: hlt emulation should take in-kernel APIC/PIT timer...
2008-04-27 Feng(Eric) LiuKVM: Add kvm trace userspace interface
2008-04-27 Anthony LiguoriKVM: MMU: Don't assume struct page for x86
2008-04-27 Izik EidusKVM: add vm refcounting
2008-04-27 Avi KivityKVM: Move some x86 specific constants and structures...
2008-04-27 Joerg RoedelKVM: detect if VCPU triple faults
2008-04-27 Marcelo TosattiKVM: MMU: large page support
2008-04-27 Marcelo TosattiKVM: MMU: ignore zapped root pagetables
2008-04-27 Avi KivityKVM: Increase the number of user memory slots per vm
2008-04-27 Avi KivityKVM: Increase vcpu count to 16
2008-04-27 Hollis BlanchardKVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt...
2008-03-04 Izik EidusKVM: remove the usage of the mmap_sem for the protectio...
2008-01-30 Avi KivityKVM: Move apic timer migration away from critical section
2008-01-30 Marcelo TosattiKVM: MMU: Switch to mmu spinlock
2008-01-30 Marcelo TosattiKVM: Add kvm_read_guest_atomic()
2008-01-30 Avi KivityKVM: local APIC TPR access reporting facility
2008-01-30 Zhang XiantaoKVM: Move kvm_vcpu_kick() to x86.c
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...