Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[sfrench/cifs-2.6.git] / drivers / kvm /
2007-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2007-07-22 Linus TorvaldsMerge branch 'audit.b39' of git://git./linux/kernel...
2007-07-22 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2007-07-22 Avi KivityKVM: Require CONFIG_ANON_INODES
2007-07-22 Len BrownPull netlink into release branch
2007-07-22 Len BrownPull osi into release branch
2007-07-22 Len BrownPull video into release branch
2007-07-22 Len BrownPull throttle into release branch
2007-07-22 Len BrownPull misc into release branch
2007-07-22 Len BrownPull dock-bay into release branch
2007-07-22 Len BrownPull bugzilla-7880 into release branch
2007-07-22 Len BrownPull ec into release branch
2007-07-22 Len BrownPull sbs into release branch
2007-07-22 Len BrownPull battery into release branch
2007-07-22 Len BrownPull acpi-debug into release branch
2007-07-22 Len BrownPull acpica into release branch
2007-07-22 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-07-22 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/sparc-2.6
2007-07-21 Avi KivityKVM: MMU: Fix cleaning up the shadow page allocation...
2007-07-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-20 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
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 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-20 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/usb-2.6
2007-07-20 Linus TorvaldsMerge branch 'kmem_death' of /linux/kernel/git/lethal...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Tony LuckPull vector-domain into release branch
2007-07-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-19 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-07-19 Avi Kivityi386: Allow KVM on i386 nonpae
2007-07-19 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-07-19 Linus TorvaldsMerge branch 'release' of git://lm-sensors.org/kernel...
2007-07-19 David S. MillerMerge branch 'upstream-davem' of /linux/kernel/git...
2007-07-19 Steve FrenchMerge branch 'master' of /linux/kernel/git/torvalds...
2007-07-18 Jeff GarzikMerge branch 'upstream-jgarzik' of git://git./linux...
2007-07-17 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2007-07-17 Linus TorvaldsMerge git://git./linux/kernel/git/wim/linux-2.6-watchdog
2007-07-17 Linus TorvaldsMerge branch 'bsg' of git://git.kernel.dk/data/git...
2007-07-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-16 Linus TorvaldsMerge /pub/scm/linux/kernel/git/lethal/sh-2.6
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