[PATCH] KVM: MMU: Support emulated writes into RAM
[pandora-kernel.git] / drivers / kvm /
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Support emulated writes into RAM
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Let the walker extract the target...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Write protect guest pages when a...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Shadow page table caching
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Make the shadow page tables also...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Use the guest pdptrs instead of mappi...
2007-01-06 Avi Kivity[PATCH] KVM: MU: Special treatment for shadow pae root...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Fold fetch_guest() into init_walker()
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Teach the page table walker to track...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Implement simple reverse mapping
2007-01-06 Avi Kivity[PATCH] KVM: Prevent stale bits in cr0 and cr4
2007-01-06 Dor Laor[PATCH] KVM: Improve interrupt response
2007-01-06 Yoshimi Ichiyanagi[PATCH] KVM: Recover after an arch module load failure
2007-01-06 Ingo Molnar[PATCH] KVM: Use raw_smp_processor_id() instead of...
2007-01-06 Ingo Molnar[PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug
2007-01-04 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/agpgart
2007-01-04 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2007-01-03 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2006-12-30 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2006-12-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2006-12-30 Ingo Molnar[PATCH] kvm: fix GFP_KERNEL allocation in atomic sectio...
2006-12-30 Avi Kivity[PATCH] KVM: Fix oops on oom
2006-12-30 Nguyen Anh Quynh[PATCH] KVM: Rename some msrs
2006-12-30 Avi Kivity[PATCH] KVM: More msr misery
2006-12-30 Avi Kivity[PATCH] KVM: Move common msr handling to arch independe...
2006-12-30 Avi Kivity[PATCH] KVM: Implement a few system configuration msrs
2006-12-30 Yoshimi Ichiyanagi[PATCH] KVM: Initialize kvm_arch_ops on unload
2006-12-30 Avi Kivity[PATCH] KVM: Simplify is_long_mode()
2006-12-30 Avi Kivity[PATCH] KVM: Use boot_cpu_data instead of current_cpu_data
2006-12-26 Jeff GarzikMerge branch 'upstream-fixes' of git://git./linux/kerne...
2006-12-23 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2006-12-22 Avi Kivity[PATCH] KVM: API versioning
2006-12-22 Michael Riepe[PATCH] KVM: Handle p5 mce msrs
2006-12-22 Michael Riepe[PATCH] KVM: Force real-mode cs limit to 64K
2006-12-22 Michael Riepe[PATCH] KVM: Do not export unsupported msrs to userspace
2006-12-22 Avi Kivity[PATCH] KVM: Use more traditional error handling in...
2006-12-22 Avi Kivity[PATCH] KVM: AMD SVM: Save and restore the floating...
2006-12-22 Avi Kivity[PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit mode
2006-12-22 James Morris[PATCH] KVM: add valid_vcpu() helper
2006-12-21 Linus TorvaldsMerge branch 'drm-patches' of /linux/kernel/git/airlied...
2006-12-20 Len BrownPull bugfix into test branch
2006-12-20 Len BrownPull ec into test branch
2006-12-20 Len BrownPull platform-drivers into test branch
2006-12-18 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davej/cpufreq
2006-12-16 Len BrownPull style into test branch
2006-12-16 Len BrownPull bugfix into test branch
2006-12-16 Len BrownPull trivial into test branch
2006-12-16 Len BrownPull platform-drivers into test branch
2006-12-16 Len BrownPull button into test branch
2006-12-16 Len BrownPull dock into test branch
2006-12-16 Len BrownPull ec into test branch
2006-12-13 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2006-12-13 Linus TorvaldsMerge branch 'release' of /home/ftp/linux/kernel/git...
2006-12-13 Russell King[ARM] Merge AT91 and devel branches
2006-12-13 Linus TorvaldsMerge branch 'for-linus' of git://brick.kernel.dk/data...
2006-12-13 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://jdelvare.pck...
2006-12-13 Avi Kivity[PATCH] KVM: Fix vmx hardware_enable() on macbooks
2006-12-13 Michael Riepe[PATCH] KVM: Don't touch the virtual apic vt registers...
2006-12-13 Avi Kivity[PATCH] KVM: Disallow the kvm-amd module on intel hardw...
2006-12-13 Avi Kivity[PATCH] KVM: MMU: Ignore pcd, pwt, and pat bits on...
2006-12-13 Avi Kivity[PATCH] KVM: Remove extranous put_cpu() from vcpu_put()
2006-12-13 Avi Kivity[PATCH] KVM: Move find_vmx_entry() to vmx.c
2006-12-13 Uri Lublin[PATCH] KVM: Make the GET_SREGS and SET_SREGS ioctls...
2006-12-13 Avi Kivity[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64
2006-12-13 Avi Kivity[PATCH] KVM: Clean up AMD SVM debug registers load...
2006-12-13 Avi Kivity[PATCH] KVM: Put KVM in a new Virtualization menu
2006-12-13 Anthony Liguori[PATCH] KVM: Add missing include
2006-12-12 Dave JonesMerge ../linus
2006-12-12 Wim Van SebroeckMerge branch 'master' of /linux/kernel/git/wim/linux...
2006-12-12 Dave JonesMerge ../linus
2006-12-12 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2006-12-12 Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2006-12-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2006-12-12 Linus TorvaldsMerge branch 'for-linus' of git://atmel.no/~hskinnemoen...
2006-12-12 Linus TorvaldsMerge git://git./linux/kernel/git/paulus/powerpc
2006-12-10 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
2006-12-10 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/mchehab...
2006-12-10 Avi Kivity[PATCH] kvm: userspace interface