KVM: x86 emulator: fix xchg instruction emulation
[pandora-kernel.git] / arch / x86 /
2010-08-02 Wei YongjunKVM: x86 emulator: fix xchg instruction emulation
2010-08-02 Gleb NatapovKVM: x86: Call mask notifiers from pic
2010-08-02 Gleb NatapovKVM: x86: never re-execute instruction with enabled tdp
2010-08-02 Gleb NatapovKVM: x86: emulator: inc/dec can have lock prefix
2010-08-02 Avi KivityKVM: MMU: Eliminate redundant temporaries in FNAME...
2010-08-02 Avi KivityKVM: MMU: Validate all gptes during fetch, not just...
2010-08-02 Avi KivityKVM: MMU: Simplify spte fetch() function
2010-08-02 Avi KivityKVM: MMU: Add gpte_valid() helper
2010-08-02 Avi KivityKVM: MMU: Add validate_direct_spte() helper
2010-08-02 Avi KivityKVM: MMU: Add drop_large_spte() helper
2010-08-02 Avi KivityKVM: MMU: Use __set_spte to link shadow pages
2010-08-02 Avi KivityKVM: MMU: Add link_shadow_page() helper
2010-08-02 Avi KivityKVM: Expose MCE control MSRs to userspace
2010-08-02 Xiao GuangrongKVM: PIT: stop vpit before freeing irq_routing
2010-08-02 Gleb NatapovKVM: Reenter guest after emulation failure if due to...
2010-08-02 Gleb NatapovKVM: Return EFAULT from kvm ioctl when guest accesses...
2010-08-02 Jiri SlabyKVM: fix lock imbalance in kvm_create_pit()
2010-08-02 Avi KivityKVM: MMU: Keep going on permission error
2010-08-02 Avi KivityKVM: MMU: Only indicate a fetch fault in page fault...
2010-08-02 Wei YongjunKVM: x86 emulator: re-implementing 'mov AL,moffs' instr...
2010-08-02 Wei YongjunKVM: x86 emulator: fix cli/sti instruction emulation
2010-08-02 Wei YongjunKVM: x86 emulator: fix 'mov rm,sreg' instruction decoding
2010-08-02 Wei YongjunKVM: x86 emulator: fix 'and AL,imm8' instruction decoding
2010-08-02 Wei YongjunKVM: x86 emulator: fix the comment of out instruction
2010-08-02 Wei YongjunKVM: x86 emulator: fix 'mov sreg,rm16' instruction...
2010-08-02 Avi KivityKVM: MMU: Don't drop accessed bit while updating an...
2010-08-02 Avi KivityKVM: MMU: Atomically check for accessed bit when droppi...
2010-08-02 Avi KivityKVM: MMU: Move accessed/dirty bit checks from rmap_remo...
2010-08-02 Avi KivityKVM: MMU: Introduce drop_spte()
2010-08-02 Xiao GuangrongKVM: VMX: fix tlb flush with invalid root
2010-08-01 Joerg RoedelKVM: Remove unnecessary divide operations
2010-08-01 Xiao GuangrongKVM: MMU: cleanup FNAME(fetch)() functions
2010-08-01 Xiao GuangrongKVM: MMU: fix direct sp's access corrupted
2010-08-01 Xiao GuangrongKVM: MMU: fix conflict access permissions in direct sp
2010-08-01 Xiao GuangrongKVM: MMU: fix writable sync sp mapping
2010-08-01 Sheng YangKVM: VMX: Execute WBINVD to keep data consistency with...
2010-08-01 Avi KivityKVM: Simplify vcpu_enter_guest() mmu reload logic slightly
2010-08-01 Chris LalancetteKVM: Search the LAPIC's for one that will accept a...
2010-08-01 Sheng YangKVM: x86: Enable AVX for guest
2010-08-01 Avi KivityKVM: Prevent internal slots from being COWed
2010-08-01 Avi KivityKVM: Add mini-API for vcpu->requests
2010-08-01 Avi KivityKVM: i8259: simplify pic_irq_request() calling sequence
2010-08-01 Avi KivityKVM: i8259: reduce excessive abstraction for pic_irq_re...
2010-08-01 Avi KivityKVM: Remove kernel-allocated memory regions
2010-08-01 Avi KivityKVM: Remove memory alias support
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 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 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 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 Sheng YangKVM: VMX: Enforce EPT pagetable level checking
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: 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
next