KVM: Allocate userspace memory for older userspace
[safe/jmp/linux-2.6] / drivers / kvm / kvm.h
2008-01-30 Anthony LiguoriKVM: Allocate userspace memory for older userspace
2008-01-30 Christian BorntraegerKVM: Use virtual cpu accounting if available for guest...
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 Carsten OtteKVM: Portability: split kvm_vcpu_ioctl
2008-01-30 Anthony LiguoriKVM: MMU: More struct kvm_vcpu -> struct kvm cleanups
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 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: 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 Laurent VivierKVM: Call x86_decode_insn() only when needed
2008-01-30 Anthony LiguoriKVM: Refactor hypercall infrastructure (v3)
2007-10-15 Laurent Viviersched: guest CPU accounting: maintain guest state in KVM
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: Clean up unloved invlpg emulation
2007-10-13 Rusty RussellKVM: Remove the unused invlpg member of struct kvm_arch...
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 Eddie DongKVM: pending irq save/restore
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 Izik EidusKVM: Support more memory slots
2007-10-13 Laurent VivierKVM: Clean up kvm_setup_pio()
2007-10-13 Rusty RussellKVM: Add and use pr_unimpl for standard formatting...
2007-10-13 Yang, ShengKVM: VMX: Add cpu consistency check
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 Shaohua LiKVM: Convert vm lock to a mutex
2007-10-13 Avi KivityKVM: Use the scheduler preemption notifiers to make...
2007-10-13 Rusty RussellKVM: Dynamically allocate vcpus
2007-10-13 Gregory HaskinsKVM: Remove arch specific components from the general...
2007-10-13 Shaohua LiKVM: Move gfn_to_page out of kmap/unmap pairs
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 Qing HeKVM: SMP: Add vcpu_id field in struct vcpu
2007-09-14 Avi KivityKVM: MMU: Fix rare oops on guest context switch
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-20 Avi KivityKVM: MMU: Store nx bit for large page shadows
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: Emulate hlt on real mode for Intel
2007-07-16 Avi KivityKVM: Move duplicate halt handling code into kvm_main.c
2007-07-16 Avi KivityKVM: Enable guest smp
2007-07-16 Avi KivityKVM: Lazy guest cr3 switching
2007-07-16 Avi KivityKVM: MMU: Use slab caches for shadow pages and their...
2007-07-16 Markus RechbergerKVM: Fix includes
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msr_efer on lightw...
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msrs on lightweigh...
2007-07-16 Avi KivityKVM: MMU: Store shadow page tables as kernel virtual...
2007-07-16 Avi KivityKVM: Set cr0.mp for guests
2007-07-16 Avi KivityKVM: Consolidate guest fpu activation and deactivation
2007-07-16 Avi KivityKVM: Fix potential guest state leak into host
2007-07-16 Avi KivityKVM: Increase mmu shadow cache to 1024 pages
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-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 Anthony LiguoriKVM: Lazy FPU support for SVM
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Avi KivityKVM: Use slab caches to allocate mmu data structures
2007-05-03 Avi KivityKVM: Add physical memory aliasing feature
2007-05-03 Avi KivityKVM: Simply gfn_to_page()
2007-05-03 Dor LaorKVM: Add mmu cache clear function
2007-05-03 Avi KivityKVM: SVM: Ensure timestamp counter monotonicity
2007-05-03 Avi KivityKVM: MMU: Fix hugepage pdes mapping same physical addre...
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: MMU: Remove global pte tracking
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
2007-05-03 Avi KivityKVM: Add guest mode signal mask
2007-05-03 Avi KivityKVM: Handle cpuid in the kernel instead of punting...
2007-05-03 Avi KivityKVM: Do not communicate to userspace through cpu regist...
2007-05-03 Avi KivityKVM: Use a shared page for kernel/user communication...
2007-03-04 Avi KivityKVM: Per-vcpu inodes
2007-03-04 Avi KivityKVM: Wire up hypercall handlers to a central arch-indep...
2007-03-04 Ingo MolnarKVM: add MSR based hypercall API
2007-03-04 Markus RechbergerKVM: Use page_private()/set_page_private() apis
2007-02-12 Avi Kivity[PATCH] KVM: cpu hotplug support
2007-02-12 Avi Kivity[PATCH] KVM: Add a global list of all virtual machines
2007-02-12 S.Caglar Onur[PATCH] kvm: Fix asm constraint for lldt instruction
2007-01-26 Avi Kivity[PATCH] KVM: Emulate IA32_MISC_ENABLE msr
next