sched: guest CPU accounting: maintain guest state in KVM
[safe/jmp/linux-2.6] / drivers / kvm / kvm_main.c
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...
2007-10-13 Rusty RussellKVM: Remove stat_set from debugfs
2007-10-13 Rusty RussellKVM: Cleanup mark_page_dirty
2007-10-13 Rusty RussellKVM: Don't assign vcpu->cr3 if it's invalid: check...
2007-10-13 Yang, ShengKVM: VMX: Add cpu consistency check
2007-10-13 Rusty RussellKVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty...
2007-10-13 Rusty RussellKVM: Use alignment properties of vcpu to simplify FPU ops
2007-10-13 Rusty RussellKVM: Use kmem cache for allocating vcpus
2007-10-13 Laurent VivierKVM: Remove kvm_{read,write}_guest()
2007-10-13 Laurent VivierKVM: Change the emulator_{read,write,cmpxchg}_* functio...
2007-10-13 Rusty RussellKVM: Remove three magic numbers
2007-10-13 Rusty RussellKVM: fx_init() needs preemption disabled while it plays...
2007-10-13 Shaohua LiKVM: Convert vm lock to a mutex
2007-10-13 Avi KivityKVM: Use the scheduler preemption notifiers to make...
2007-10-13 Jeff DikeKVM: add hypercall nr to kvm_run
2007-10-13 Rusty RussellKVM: Dynamically allocate vcpus
2007-10-13 Gregory HaskinsKVM: Remove arch specific components from the general...
2007-10-13 Rusty RussellKVM: load_pdptrs() cleanups
2007-10-13 Shaohua LiKVM: Move gfn_to_page out of kmap/unmap pairs
2007-10-13 Rusty RussellKVM: Return if the pdptrs are invalid when the guest...
2007-10-13 Rusty RussellKVM: Use standard CR8 flags, and fix TPR definition
2007-10-13 Jeff DikeKVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio...
2007-10-13 Rusty RussellKVM: Trivial: Use standard BITMAP macros, open-code...
2007-10-13 Rusty RussellKVM: Use standard CR4 flags, tighten checking
2007-10-13 Rusty RussellKVM: Use standard CR3 flags, tighten checking
2007-10-13 Rusty RussellKVM: Trivial: Use standard CR0 flags macros from asm...
2007-10-13 Rusty RussellKVM: Trivial: Avoid hardware_disable predeclaration
2007-10-13 Eddie DongKVM: In-kernel string pio write support
2007-10-13 Qing HeKVM: SMP: Add vcpu_id field in struct vcpu
2007-10-13 Nguyen Anh QuynhKVM: Fix *nopage() in kvm_main.c
2007-08-19 Avi KivityKVM: Avoid calling smp_call_function_single() with...
2007-07-25 Avi KivityKVM: Fix removal of nx capability from guest cpuid
2007-07-25 Avi KivityRevert "KVM: Avoid useless memory write when possible"
2007-07-25 Rusty RussellKVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu...
2007-07-25 Avi KivityKVM: Correctly handle writes crossing a page boundary
2007-07-20 Avi KivityKVM: x86 emulator: implement rdmsr and wrmsr
2007-07-20 Avi KivityKVM: Fix memory slot management functions for guest smp
2007-07-16 Avi KivityKVM: Use CPU_DYING for disabling virtualization
2007-07-16 Avi KivityKVM: Tune hotplug/suspend IPIs
2007-07-16 Avi KivityKVM: Keep track of which cpus have virtualization enabled
2007-07-16 Avi KivityKVM: Clean up #includes
2007-07-16 Avi KivityKVM: Remove kvmfs in favor of the anonymous inodes...
2007-07-16 Luca TettamantiKVM: Avoid useless memory write when possible
2007-07-16 Eddie DongKVM: Add support for in-kernel pio handlers
2007-07-16 Gregory HaskinsKVM: Adds support for in-kernel mmio handlers
2007-07-16 Avi KivityKVM: Flush remote tlbs when reducing shadow pte permissions
2007-07-16 Avi KivityKVM: Keep an upper bound of initialized vcpus
2007-07-16 Avi KivityKVM: Move duplicate halt handling code into kvm_main.c
2007-07-16 Avi KivityKVM: Fix adding an smp virtual machine to the vm list
2007-07-16 Avi KivityKVM: Fix vcpu freeing for guest smp
2007-07-16 Nguyen Anh QuynhKVM: Remove unnecessary initialization and checks in...
2007-07-16 Avi KivityKVM: MMU: Use slab caches for shadow pages and their...
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msr_efer on lightw...
2007-07-16 Matthew GreganKVM: Implement IA32_EBL_CR_POWERON msr
2007-07-16 Avi KivityKVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write()
2007-07-16 Avi KivityKVM: Avoid saving and restoring some host CPU state...
2007-06-15 Avi KivityKVM: Prevent guest fpu state from leaking into the...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-03 Avi KivityKVM: Don't require explicit indication of completion...
2007-05-03 Avi KivityKVM: Remove extraneous guest entry on mmio read
2007-05-03 Anthony LiguoriKVM: VMX: Properly shadow the CR0 register in the vcpu...
2007-05-03 Avi KivityKVM: Allow passing 64-bit values to the emulated read...
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Yaozu DongKVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put()...
2007-05-03 Avi KivityKVM: Handle guest page faults when emulating mmio
2007-05-03 Avi KivityKVM: Use slab caches to allocate mmu data structures
2007-05-03 Avi KivityKVM: Initialize cr0 to indicate an fpu is present
2007-05-03 Avi KivityKVM: Add fpu get/set operations
2007-05-03 Avi KivityKVM: Add physical memory aliasing feature
2007-05-03 Avi KivityKVM: Simply gfn_to_page()
2007-05-03 Sergey KiselevKVM: Handle writes to MCG_STATUS msr
2007-05-03 Avi KivityKVM: Modify guest segments after potentially switching...
next