MCP_UCB1200: Convert from class_device to device
[safe/jmp/linux-2.6] / drivers / kvm /
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 Yang, ShengKVM: VMX: Improve the method of writing vmcs control
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 Aurelien JarnoKVM: Remove dead code in the cmpxchg instruction emulation
2007-10-13 Yang, ShengKVM: VMX: Import some constants of vmcs from IA32 SDM
2007-10-13 Shaohua LiKVM: Move gfn_to_page out of kmap/unmap pairs
2007-10-13 Shaohua LiKVM: Hoist kvm_mmu_reload() out of the critical section
2007-10-13 Rusty RussellKVM: Return if the pdptrs are invalid when the guest...
2007-10-13 Avi KivityKVM: x86 emulator: fix faulty check for two-byte opcode
2007-10-13 Avi KivityKVM: x86 emulator: fix cmov for writeback changes
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 Rusty RussellKVM: Trivial: Comment spelling may escape grep
2007-10-13 Rusty RussellKVM: Trivial: Make decode_register() static
2007-10-13 Rusty RussellKVM: Trivial: Remove unused struct cpu_user_regs declar...
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-09-22 Avi KivityKVM: Fix virtualization menu help text
2007-09-14 Avi KivityKVM: MMU: Fix rare oops on guest context switch
2007-08-19 Avi KivityKVM: Avoid calling smp_call_function_single() with...
2007-08-18 Jan EngelhardtAdd some help texts to recently-introduced kconfig...
2007-08-07 Avi KivityKVM: x86 emulator: fix debug reg mov instructions
2007-07-25 Aurelien JarnoKVM: disable writeback for 0x0f 0x01 instructions.
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-22 Avi KivityKVM: Require CONFIG_ANON_INODES
2007-07-21 Avi KivityKVM: MMU: Fix cleaning up the shadow page allocation...
2007-07-20 Avi KivityKVM: MMU: Fix oopses with SLUB
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-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Avi Kivityi386: Allow KVM on i386 nonpae
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 Joerg RoedelKVM: SVM: Reliably detect if SVM was disabled by BIOS
2007-07-16 Avi KivityKVM: VMX: Remove unnecessary code in vmx_tlb_flush()
2007-07-16 Shaohua LiKVM: MMU: Fix Wrong tlb flush order
2007-07-16 Avi KivityKVM: VMX: Reinitialize the real-mode tss when entering...
2007-07-16 Luca TettamantiKVM: Avoid useless memory write when possible
2007-07-16 Luca TettamantiKVM: Fix x86 emulator writeback
2007-07-16 Eddie DongKVM: Add support for in-kernel pio handlers
2007-07-16 Gregory HaskinsKVM: VMX: Fix interrupt checking on lightweight exit
2007-07-16 Gregory HaskinsKVM: Adds support for in-kernel mmio handlers
2007-07-16 Nitin A KambleKVM: Implement emulation of instruction "ret" (opcode...
2007-07-16 Nitin A KambleKVM: Implement emulation of "pop reg" instruction ...
2007-07-16 Avi KivityKVM: VMX: Ensure vcpu time stamp counter is monotonous
2007-07-16 Avi KivityKVM: Initialize the BSP bit in the APIC_BASE msr correctly
2007-07-16 Shani MoideenKVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with...
2007-07-16 Shani MoideenKVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with...
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: 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 Robert P. J. DayKVM: Replace C code with call to ARRAY_SIZE() macro.
2007-07-16 Avi KivityKVM: Lazy guest cr3 switching
2007-07-16 Avi KivityKVM: MMU: Remove unused large page marker
2007-07-16 Avi KivityKVM: MMU: Don't cache guest access bits in the shadow...
2007-07-16 Avi KivityKVM: MMU: Simpify accessed/dirty/present/nx bit handling
2007-07-16 Avi KivityKVM: MMU: Remove cr0.wp tricks
2007-07-16 Avi KivityKVM: MMU: Make setting shadow ptes atomic on i386
2007-07-16 Avi KivityKVM: Make shadow pte updates atomic
2007-07-16 Avi KivityKVM: Move shadow pte modifications from set_pte/set_pde...
2007-07-16 Avi KivityKVM: MMU: Fold fix_write_pf() into set_pte_common()
2007-07-16 Avi KivityKVM: MMU: Fold fix_read_pf() into set_pte_common()
2007-07-16 Avi KivityKVM: MMU: Pass the guest pde to set_pte_common
2007-07-16 Avi KivityKVM: MMU: Move set_pte_common() to pte width dependent...
2007-07-16 Avi KivityKVM: MMU: Simplify fetch() a little bit
2007-07-16 Avi KivityKVM: MMU: Use slab caches for shadow pages and their...
2007-07-16 Eddie DongKVM: Use symbolic constants instead of magic numbers
2007-07-16 Markus RechbergerKVM: Fix includes
2007-07-16 Avi KivityKVM: x86 emulator: implement wbinvd
2007-07-16 Jan EngelhardtUse menuconfig objects II - KVM/Virt
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msr_efer on lightw...
2007-07-16 Eddie DongKVM: VMX: Cleanup redundant code in MSR set
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msrs on lightweigh...
2007-07-16 Nitin A KambleKVM: VMX: Handle #SS faults from real mode
2007-07-16 Avi KivityKVM: VMX: Use local labels in inline assembly
2007-07-16 Avi KivityKVM: Fix vmx I/O bitmap initialization on highmem systems
2007-07-16 Avi KivityKVM: Avoid corrupting tr in real mode
2007-07-16 Avi KivityKVM: VMX: Only reload guest msrs if they are already...
2007-07-16 Avi KivityKVM: MMU: Store shadow page tables as kernel virtual...
next