Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[sfrench/cifs-2.6.git] / drivers / kvm /
2007-05-15 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-12 Russell KingMerge branch 'omap-fixes' into fixes
2007-05-11 Linus TorvaldsMerge branch 'master' of ssh:///linux/kernel/git/mcheha...
2007-05-11 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-05-11 Wim Van SebroeckMerge /pub/scm/linux/kernel/git/torvalds/linux-2.6
2007-05-11 Linus TorvaldsMerge branch 'upstream-fixes' of /linux/kernel/git...
2007-05-10 Linus TorvaldsMerge /linux/kernel/git/wim/linux-2.6-watchdog
2007-05-10 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-05-10 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
2007-05-10 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-05-10 Linus TorvaldsMerge branch 'juju' of git://git./linux/kernel/git...
2007-05-10 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2007-05-10 Martin Schwidefsky[S390] Kconfig: refine depends statements.
2007-05-10 Paul MackerrasMerge branch 'linux-2.6'
2007-05-10 Len BrownPull thermal into release branch
2007-05-10 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-09 Jeff GarzikMerge branch 'upstream' of git://git./linux/kernel...
2007-05-09 Linus TorvaldsMerge /pub/scm/linux/kernel/git/bart/ide-2.6
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/aegl/linux-2.6
2007-05-09 Linus TorvaldsMerge git://git.infradead.org/mtd-2.6
2007-05-09 Linus TorvaldsMerge /pub/scm/linux/kernel/git/lethal/sh-2.6
2007-05-09 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2007-05-09 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Linus TorvaldsMerge branch 'for-linus' of git://atmel.no/~hskinnemoen...
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Russell KingMerge branches 'armv7', 'at91', 'misc' and 'omap' into...
2007-05-09 Linus TorvaldsMerge /pub/scm/linux/kernel/git/herbert/crypto-2.6
2007-05-09 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-05-08 Linus TorvaldsMerge branch 'reset-seq' of /linux/kernel/git/jgarzik...
2007-05-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-05-08 Dmitry TorokhovMerge git://git./linux/kernel/git/torvalds/linux-2.6
2007-05-08 Paul MackerrasMerge branch 'linux-2.6'
2007-05-07 Linus TorvaldsMerge git://git./linux/kernel/git/aegl/linux-2.6
2007-05-07 Linus TorvaldsMerge branch 'server-cluster-locking-api' of git:/...
2007-05-07 Linus TorvaldsMerge git://git./linux/kernel/git/steve/gfs2-2.6-nmw
2007-05-07 Linus TorvaldsMerge branch 'drm-patches' of /linux/kernel/git/airlied...
2007-05-07 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-07 David S. MillerMerge git://git./linux/kernel/git/holtmann/bluetooth-2.6
2007-05-06 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2007-05-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-05-05 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2007-05-05 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-05-03 Avi KivityKVM: Remove unused 'instruction_length'
2007-05-03 Avi KivityKVM: Don't require explicit indication of completion...
2007-05-03 Avi KivityKVM: Remove extraneous guest entry on mmio read
2007-05-03 Anthony LiguoriKVM: SVM: Only save/restore MSRs when needed
2007-05-03 Adrian BunkKVM: fix an if() condition
2007-05-03 Anthony LiguoriKVM: VMX: Add lazy FPU support for VT
2007-05-03 Anthony LiguoriKVM: VMX: Properly shadow the CR0 register in the vcpu...
2007-05-03 Avi KivityKVM: Don't complain about cpu erratum AA15
2007-05-03 Anthony LiguoriKVM: Lazy FPU support for SVM
2007-05-03 Avi KivityKVM: Allow passing 64-bit values to the emulated read...
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Yaozu DongKVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put()...
2007-05-03 Yaozu DongKVM: MMU: Avoid heavy ASSERT at non debug mode.
2007-05-03 Avi KivityKVM: VMX: Only save/restore MSR_K6_STAR if necessary
2007-05-03 Avi KivityKVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
2007-05-03 Avi KivityKVM: VMX: Don't switch 64-bit msrs for 32-bit guests
2007-05-03 Avi KivityKVM: VMX: Reduce unnecessary saving of host msrs
2007-05-03 Avi KivityKVM: Handle guest page faults when emulating mmio
2007-05-03 Avi KivityKVM: SVM: Report hardware exit reason to userspace...
2007-05-03 Avi KivityKVM: Retry sleeping allocation if atomic allocation...
2007-05-03 Avi KivityKVM: Use slab caches to allocate mmu data structures
2007-05-03 Avi KivityKVM: Handle partial pae pdptr
2007-05-03 Avi KivityKVM: Initialize cr0 to indicate an fpu is present
2007-05-03 Eric Sesterhenn... KVM: Fix overflow bug in overflow detection code
2007-05-03 Avi KivityKVM: Use kernel-standard types
2007-05-03 Joerg RoedelKVM: SVM: enable LBRV virtualization if available
2007-05-03 Avi KivityKVM: Add fpu get/set operations
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: x86 emulator: fix bit string operations operand...
2007-05-03 Avi KivityKVM: Remove debug message
2007-05-03 Avi KivityKVM: Use list_move()
2007-05-03 Michal PiotrowskiKVM: Remove unused 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 Joerg RoedelKVM: SVM: forbid guest to execute monitor/mwait
2007-05-03 Sergey KiselevKVM: Handle writes to MCG_STATUS msr
2007-05-03 Avi KivityKVM: Remove unused and write-only variables
2007-05-03 Avi KivityKVM: Don't allow the guest to turn off the cpu cache
2007-05-03 Avi KivityKVM: Hack real-mode segments on vmx from KVM_SET_SREGS
2007-05-03 Avi KivityKVM: Modify guest segments after potentially switching...
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: Workaround vmx inability to virtualize the reset...
2007-05-03 Avi KivityKVM: MMU: Remove global pte tracking
2007-05-03 Avi KivityKVM: MMU: Remove unnecessary check for pdptr access
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
2007-05-03 Avi KivityKVM: Future-proof argument-less ioctls
2007-05-03 Avi KivityKVM: Allow kernel to select size of mmap() buffer
2007-05-03 Avi KivityKVM: Add guest mode signal mask
2007-05-03 Avi KivityKVM: Initialize the apic_base msr on svm too
2007-05-03 Avi KivityKVM: Add a special exit reason when exiting due to...
2007-05-03 Avi KivityKVM: Fold kvm_run::exit_type into kvm_run::exit_reason
2007-05-03 Avi KivityKVM: Allow userspace to process hypercalls which have...
2007-05-03 Avi KivityKVM: Add method to check for backwards-compatible API...
2007-05-03 Avi KivityKVM: Remove the 'emulated' field from the userspace...
2007-05-03 Avi KivityKVM: Handle cpuid in the kernel instead of punting...
next