pandora-kernel.git
2010-08-01 Christian BorntraegerKVM: s390: Fix build failure due to centralized vcpu...
2010-08-01 Avi KivityKVM: Consolidate load/save temporary buffer allocation...
2010-08-01 Avi KivityKVM: Fix xsave and xcr save/restore memory leak
2010-08-01 Wei YongjunKVM: x86 emulator: fix group3 instruction decoding
2010-08-01 Asias HeKVM: PPC: fix uninitialized variable warning in kvm_ppc...
2010-08-01 Jason WangKVM: Fix typos in Documentation/kvm/mmu.txt
2010-08-01 Chris LalancetteKVM: x86: In DM_LOWEST, only deliver interrupts to...
2010-08-01 Chris LalancetteKVM: x86: Allow any LAPIC to accept PIC interrupts
2010-08-01 Chris LalancetteKVM: x86: Introduce a workqueue to deliver PIT timer...
2010-08-01 Wei YongjunKVM: x86 emulator: fix pusha instruction emulation
2010-08-01 Zachary AmsdenKVM: x86: fix -DDEBUG oops
2010-08-01 Xiao GuangrongKVM: MMU: don't walk every parent pages while mark...
2010-08-01 Xiao GuangrongKVM: MMU: clear unsync_child_bitmap completely
2010-08-01 Xiao GuangrongKVM: MMU: cleanup for __mmu_unsync_walk()
2010-08-01 Xiao GuangrongKVM: MMU: don't mark pte notrap if it's just sync transient
2010-08-01 Xiao GuangrongKVM: MMU: avoid double write protected in sync page...
2010-08-01 Xiao GuangrongKVM: MMU: cleanup for dirty page judgment
2010-08-01 Xiao GuangrongKVM: MMU: rename 'page' and 'shadow_page' to 'sp'
2010-08-01 Sheng YangKVM: x86: XSAVE/XRSTOR live migration support
2010-08-01 Denis KirjanovKVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_run
2010-08-01 Avi KivityKVM: Fix mov cr3 #GP at wrong instruction
2010-08-01 Avi KivityKVM: Fix mov cr4 #GP at wrong instruction
2010-08-01 Avi KivityKVM: Fix mov cr0 #GP at wrong instruction
2010-08-01 Dexuan CuiKVM: VMX: Enable XSAVE/XRSTOR for guest
2010-08-01 Avi KivityKVM: VMX: Fix incorrect rcu deref in rmode_tss_base()
2010-08-01 Andi KleenKVM: Fix unused but set warnings
2010-08-01 Andi KleenKVM: Fix KVM_SET_SIGNAL_MASK with arg == NULL
2010-08-01 Xiao GuangrongKVM: MMU: delay local tlb flush
2010-08-01 Xiao GuangrongKVM: MMU: use wrapper function to flush local tlb
2010-08-01 Xiao GuangrongKVM: MMU: remove unnecessary remote tlb flush
2010-08-01 Xiao GuangrongKVM: VMX: fix rcu usage warning in init_rmode()
2010-08-01 Gui JianfengKVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu...
2010-08-01 Gui JianfengKVM: VMX: Add all-context INVVPID type support
2010-08-01 Xiao GuangrongKVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write()
2010-08-01 Xiao GuangrongKVM: MMU: traverse sp hlish safely
2010-08-01 Xiao GuangrongKVM: MMU: gather remote tlb flush which occurs during...
2010-08-01 Xiao GuangrongKVM: MMU: don't get free page number in the loop
2010-08-01 Xiao GuangrongKVM: MMU: split the operations of kvm_mmu_zap_page()
2010-08-01 Xiao GuangrongKVM: MMU: introduce some macros to cleanup hlist traver...
2010-08-01 Xiao GuangrongKVM: MMU: skip invalid sp when unprotect page
2010-08-01 Gui JianfengKVM: VMX: Make sure single type invvpid is supported...
2010-08-01 Lai JiangshanKVM: x86: use linux/uaccess.h instead of asm/uaccess.h
2010-08-01 Lai JiangshanKVM: cleanup "*new.rmap" type
2010-08-01 Sheng YangKVM: VMX: Enforce EPT pagetable level checking
2010-08-01 Glauber CostaKVM: Add Documentation/kvm/msr.txt
2010-08-01 Andreas SchwabKVM: PPC: elide struct thread_struct instances from...
2010-08-01 Mohammed GamalKVM: VMX: Properly return error to userspace on vmentry...
2010-08-01 Gui JianfengKVM: MMU: Don't calculate quadrant if tdp_enabled
2010-08-01 Avi KivityKVM: MMU: Document large pages
2010-08-01 Avi KivityKVM: MMU: Document cr0.wp emulation
2010-08-01 Avi KivityKVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0...
2010-08-01 Jan KiszkaKVM: x86: Propagate fpu_alloc errors
2010-08-01 Zachary AmsdenKVM: SVM: Fix EFER.LME being stripped
2010-08-01 Gui JianfengKVM: MMU: don't check PT_WRITABLE_MASK directly
2010-08-01 Lai JiangshanKVM: MMU: calculate correct gfn for small host pages...
2010-08-01 Lai JiangshanKVM: MMU: Calculate correct base gfn for direct non...
2010-08-01 Lai JiangshanKVM: MMU: Don't allocate gfns page for direct mmu pages
2010-08-01 Mohammed GamalKVM: VMX: Add constant for invalid guest state exit...
2010-08-01 Xiao GuangrongKVM: MMU: allow more page become unsync at getting...
2010-08-01 Xiao GuangrongKVM: MMU: allow more page become unsync at gfn mapping...
2010-08-01 Avi KivityKVM: Update Red Hat copyrights
2010-08-01 Gleb NatapovKVM: SVM: correctly trace irq injection
2010-08-01 Xiao GuangrongKVM: MMU: only update unsync page in invlpg path
2010-08-01 Xiao GuangrongKVM: MMU: don't write-protect if have new mapping to...
2010-08-01 Xiao GuangrongKVM: MMU: split kvm_sync_page() function
2010-08-01 Sheng YangKVM: x86: Use FPU API
2010-08-01 Sheng YangKVM: x86: Use unlazy_fpu() for host FPU
2010-08-01 Sheng Yangx86: Export FPU API for KVM use
2010-08-01 Avi KivityKVM: Consolidate arch specific vcpu ioctl locking
2010-08-01 Avi KivityKVM: PPC: Centralize locking of arch specific vcpu...
2010-08-01 Avi KivityKVM: s390: Centrally lock arch specific vcpu ioctls
2010-08-01 Avi KivityKVM: x86: Lock arch specific vcpu ioctls centrally
2010-08-01 Avi KivityKVM: move vcpu locking to dispatcher for generic vcpu...
2010-08-01 Xiao GuangrongKVM: x86: cleanup unused local variable
2010-08-01 Xiao GuangrongKVM: MMU: unalias gfn before sp->gfns[] comparison...
2010-08-01 Xiao GuangrongKVM: MMU: remove rmap before clear spte
2010-08-01 Xiao GuangrongKVM: MMU: use proper cache object freeing function
2010-08-01 Alex WilliamsonKVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl...
2010-08-01 Sheng YangKVM: VMX: Only reset MMU when necessary
2010-08-01 Sheng YangKVM: x86: Clean up duplicate assignment
2010-08-01 Mohammed GamalKVM: x86 emulator: Add missing decoder flags for xor...
2010-08-01 Mohammed GamalKVM: x86 emulator: Add missing decoder flags for sub...
2010-08-01 Mohammed GamalKVM: x86 emulator: Add test acc, imm instruction (opcod...
2010-08-01 Marcelo TosattiKVM: pass correct parameter to kvm_mmu_free_some_pages
2010-08-01 Dongxiao XuKVM: VMX: VMXON/VMXOFF usage changes
2010-08-01 Dongxiao XuKVM: VMX: VMCLEAR/VMPTRLD usage changes
2010-08-01 Dongxiao XuKVM: VMX: Some minor changes to code structure
2010-08-01 Dongxiao XuKVM: VMX: Define new functions to wrapper direct call...
2010-08-01 Gui JianfengKVM: update mmu documetation for role.nxe
2010-08-01 Avi KivityKVM: MMU: Fix free memory accounting race in mmu_alloc_...
2010-08-01 Gleb NatapovKVM: inject #UD if instruction emulation fails and...
2010-08-01 Avi KivityKVM: Document KVM_SET_BOOT_CPU_ID
2010-08-01 Avi KivityKVM: Document KVM_SET_IDENTITY_MAP ioctl
2010-08-01 Gui JianfengKVM: MMU: make kvm_mmu_zap_page() return the number...
2010-08-01 Gui JianfengKVM: MMU: Fix debug output error in walk_addr()
2010-08-01 Gui JianfengKVM: MMU: mark page table dirty when a pte is actually...
2010-08-01 Joerg RoedelKVM: SVM: Allow EFER.LMSLE to be set with nested svm
2010-08-01 Joerg RoedelKVM: SVM: Dump vmcb contents on failed vmrun
2010-08-01 Avi KivityKVM: Get rid of KVM_REQ_KICK
2010-08-01 Gleb NatapovKVM: x86 emulator: do not inject exception directly...
next