safe/jmp/linux-2.6
2008-12-31 Sheng YangKVM: Clean up assigned_device_update_irq
2008-12-31 Sheng YangKVM: Replace irq_requested with more generic irq_reques...
2008-12-31 Sheng YangKVM: Separate update irq to a single function
2008-12-31 Sheng YangKVM: Move ack notifier register and IRQ sourcd ID request
2008-12-31 Glauber Costax86: KVM guest: sign kvmclock as paravirt
2008-12-31 Avi KivityKVM: VMX: Conditionally request interrupt window after...
2008-12-31 Xiantao ZhangKVM: ia64: Clean up vmm_ivt.S using tab to indent every...
2008-12-31 Xiantao ZhangKVM: ia64: Add handler for crashed vmm
2008-12-31 Xiantao ZhangKVM: ia64: Add some debug points to provide crash infom...
2008-12-31 Xiantao ZhangKVM: ia64: Define printk function for kvm-intel module
2008-12-31 Eduardo Habkostx86: disable VMX on all CPUs on reboot
2008-12-31 Eduardo Habkostkdump: forcibly disable VMX and SVM on machine_crash_sh...
2008-12-31 Eduardo Habkostx86: cpu_emergency_svm_disable() function
2008-12-31 Eduardo HabkostKVM: SVM: move svm_hardware_disable() code to asm/virtext.h
2008-12-31 Eduardo HabkostKVM: SVM: move has_svm() code to asm/virtext.h
2008-12-31 Eduardo Habkostx86: cpu_emergency_vmxoff() function
2008-12-31 Eduardo HabkostKVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
2008-12-31 Eduardo Habkostx86: asm/virtext.h: add cpu_vmxoff() inline function
2008-12-31 Eduardo HabkostKVM: VMX: move cpu_has_kvm_support() to an inline on...
2008-12-31 Eduardo HabkostKVM: VMX: move ASM_VMX_* definitions from asm/kvm_host...
2008-12-31 Eduardo HabkostKVM: SVM: move svm.h to include/asm
2008-12-31 Eduardo HabkostKVM: VMX: move vmx.h to include/asm
2008-12-31 Hollis BlanchardKVM: ppc: fix userspace mapping invalidation on context...
2008-12-31 Hollis BlanchardKVM: ppc: use prefetchable mappings for guest memory
2008-12-31 Hollis BlanchardKVM: ppc: use MMUCR accessor to obtain TID
2008-12-31 Sheng YangKVM: Fix kernel allocated memory slot
2008-12-31 Xiantao ZhangKVM: ia64: Remove some macro definitions in asm-offsets.c.
2008-12-31 Hollis BlanchardKVM: ppc: fix Kconfig constraints
2008-12-31 Hollis BlanchardKVM: ensure that memslot userspace addresses are page...
2008-12-31 Nitin A KambleKVM: Fix cpuid iteration on multiple leaves per eac
2008-12-31 Nitin A KambleKVM: Fix cpuid leaf 0xb loop termination
2008-12-31 Hollis BlanchardKVM: ppc: improve trap emulation
2008-12-31 Hollis BlanchardKVM: ppc: optimize irq delivery path
2008-12-31 Hollis BlanchardKVM: ppc: optimize find first bit
2008-12-31 Hollis BlanchardKVM: ppc: optimize kvm stat handling
2008-12-31 Hollis BlanchardKVM: ppc: fix set regs to take care of msr change
2008-12-31 Hollis BlanchardKVM: ppc: adjust vcpu types to support 64-bit cores
2008-12-31 Hollis BlanchardKVM: ppc: create struct kvm_vcpu_44x and introduce...
2008-12-31 Hollis BlanchardKVM: ppc: Move the last bits of 44x code out of booke.c
2008-12-31 Hollis BlanchardKVM: ppc: refactor instruction emulation into generic...
2008-12-31 Hollis Blanchardppc: Create disassemble.h to extract instruction fields
2008-12-31 Hollis BlanchardKVM: ppc: Refactor powerpc.c to relocate 440-specific...
2008-12-31 Hollis BlanchardKVM: ppc: combine booke_guest.c and booke_host.c
2008-12-31 Hollis BlanchardKVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
2008-12-31 Hollis BlanchardKVM: ppc: Move 440-specific TLB code into 44x_tlb.c
2008-12-31 Izik EidusKVM: MMU: Fix aliased gfns treated as unaliased
2008-12-31 Sheng YangKVM: Enable Function Level Reset for assigned device
2008-12-31 Xiantao ZhangKVM: ia64: Remove lock held by halted vcpu
2008-12-31 Xiantao ZhangKVM: ia64: Re-organize data sturure of guests' data...
2008-12-31 Guillaume ThouveninKVM: VMX: Handle mmio emulation when guest state is...
2008-12-31 Guillaume ThouveninKVM: allow emulator to adjust rip for emulated pio...
2008-12-31 Amit ShahKVM: SVM: Set the 'busy' flag of the TR selector
2008-12-31 Amit ShahKVM: SVM: Set the 'g' bit of the cs selector for cross...
2008-12-31 Amit ShahKVM: x86: Fix typo in function name
2008-12-31 Sheng YangKVM: IRQ ACK notifier should be used with in-kernel...
2008-12-31 Jan KiszkaKVM: x86: Optimize NMI watchdog delivery
2008-12-31 Jan KiszkaKVM: x86: Fix and refactor NMI watchdog emulation
2008-12-31 Guillaume ThouveninKVM: x86 emulator: Add decode entries for 0x04 and...
2008-12-31 Sheng YangKVM: VMX: Move private memory slot position
2008-12-31 Sheng YangKVM: MMU: Extend kvm_mmu_page->slot_bitmap size
2008-12-31 Sheng YangKVM: Clean up kvm_x86_emulate.h
2008-12-31 Sheng YangKVM: Enable MTRR for EPT
2008-12-31 Sheng YangKVM: Add local get_mtrr_type() to support MTRR
2008-12-31 Sheng YangKVM: VMX: Add PAT support for EPT
2008-12-31 Sheng YangKVM: Improve MTRR structure
2008-12-31 Sheng Yangx86: Export some definition of MTRR
2008-12-31 Sheng Yangx86: Rename mtrr_state struct and macro names
2008-12-31 Gleb NatapovKVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_...
2008-12-31 Jan KiszkaKVM: VMX: work around lacking VNMI support
2008-12-31 Jan KiszkaKVM: VMX: Provide support for user space injected NMIs
2008-12-31 Jan KiszkaKVM: x86: Support for user space injected NMIs
2008-12-31 Jan KiszkaKVM: Kick NMI receiving VCPU
2008-12-31 Jan KiszkaKVM: x86: VCPU with pending NMI is runnabled
2008-12-31 Jan KiszkaKVM: x86: Enable NMI Watchdog via in-kernel PIT source
2008-12-31 Jan KiszkaKVM: VMX: fix real-mode NMI support
2008-12-31 Jan KiszkaKVM: VMX: refactor IRQ and NMI window enabling
2008-12-31 Jan KiszkaKVM: VMX: refactor/fix IRQ and NMI injectability determ...
2008-12-31 Jan KiszkaKVM: x86: Reset pending/inject NMI state on CPU reset
2008-12-31 Jan KiszkaKVM: VMX: Support for NMI task gates
2008-12-31 Jan KiszkaKVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value
2008-12-31 Jan KiszkaKVM: VMX: include all IRQ window exits in statistics
2008-12-31 Guillaume ThouveninKVM: x86 emulator: consolidate push reg
2008-12-31 Linus TorvaldsMerge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
2008-12-31 Linus TorvaldsMerge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
2008-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-12-31 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-12-31 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2008-12-31 Huang Weiyitracing: removed duplicated #include
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2008-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-12-31 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2008-12-31 Linus TorvaldsMerge branch 'oprofile-for-linus' of git://git./linux...
2008-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-12-31 Linus TorvaldsMerge branch 'drm-next' of git://git./linux/kernel...
2008-12-31 Linus TorvaldsMerge branch 'agp-next' of git://git./linux/kernel...
2008-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-next-2.6
2008-12-31 Linus TorvaldsMerge branch 'for-2.6.29' of git://git.kernel.dk/linux...
next