OSDN Git Service

KVM: Add support for in-kernel PIC emulation
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / drivers / kvm / vmx.c
2007-10-13 Eddie DongKVM: Add support for in-kernel PIC emulation
2007-10-13 Laurent VivierKVM: VMX: Split segments reload in vmx_load_host_state()
2007-10-13 Izik EidusKVM: VMX: allow rmode_tss_base() to work with >2G of...
2007-10-13 Yang, ShengKVM: Communicate cr8 changes to userspace
2007-10-13 Avi KivityKVM: Close minor race in signal handling
2007-10-13 Laurent VivierKVM: Clean up kvm_setup_pio()
2007-10-13 Laurent VivierKVM: Cleanup string I/O instruction emulation
2007-10-13 Li, Xin BKVM: VMX: Remove a duplicated ia32e mode vm entry control
2007-10-13 Rusty RussellKVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects
2007-10-13 Rusty RussellKVM: Add and use pr_unimpl for standard formatting...
2007-10-13 Gabriel CKVM: Fix defined but not used warning in drivers/kvm...
2007-10-13 Rusty RussellKVM: Remove redundant alloc_vmcs_cpu declaration
2007-10-13 Yang, ShengKVM: VMX: Add cpu consistency check
2007-10-13 Rusty RussellKVM: Use kmem cache for allocating vcpus
2007-10-13 Laurent VivierKVM: Remove kvm_{read,write}_guest()
2007-10-13 Rusty RussellKVM: VMX: pass vcpu_vmx internally
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 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 Yang, ShengKVM: VMX: Import some constants of vmcs from IA32 SDM
2007-10-13 Shaohua LiKVM: Hoist kvm_mmu_reload() out of the critical section
2007-10-13 Jeff DikeKVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio...
2007-10-13 Rusty RussellKVM: Use standard CR4 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-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2007-07-22 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
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-19 Tony LuckPull vector-domain into release branch
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: Clean up #includes
2007-07-16 Avi KivityKVM: VMX: Remove unnecessary code in vmx_tlb_flush()
2007-07-16 Avi KivityKVM: VMX: Reinitialize the real-mode tss when entering...
2007-07-16 Gregory HaskinsKVM: VMX: Fix interrupt checking on lightweight exit
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 Avi KivityKVM: Flush remote tlbs when reducing shadow pte permissions
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 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 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: Consolidate guest fpu activation and deactivation
2007-07-16 Avi KivityKVM: Rationalize exception bitmap usage
2007-07-16 Avi KivityKVM: Move some more msr mangling into vmx_save_host_state()
2007-07-16 Avi KivityKVM: Fix potential guest state leak into host
2007-07-16 Avi KivityKVM: Be more careful restoring fs on lightweight vmexit
2007-07-16 Avi KivityKVM: Unindent some code
2007-07-16 Avi KivityKVM: Avoid saving and restoring some host CPU state...
2007-07-16 He, QingKVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs
2007-07-15 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-07-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2007-07-11 Paul MackerrasMerge branch 'for-2.6.23' into merge
2007-07-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-06-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-06-19 Tim ShimminMerge branch 'for-linus' of git://oss.sgi.com:8090...
2007-06-18 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-rc-fixes-2.6
2007-06-16 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-06-15 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/cooloney...
2007-06-15 Linus TorvaldsMerge branch 'splice-2.6.22' of git://git.kernel.dk...
2007-06-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-06-15 Avi KivityKVM: Prevent guest fpu state from leaking into the...
2007-06-15 Linus TorvaldsMerge /pub/scm/linux/kernel/git/kyle/parisc-2.6
2007-06-15 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/agpgart
2007-06-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-06-11 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-06-11 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/agpgart
2007-06-08 Linus TorvaldsMerge git://git.linux-xtensa.org/kernel/xtensa-feed
next