Commit Graph

1567 Commits (ce6ada35bdf710d16582cc4869c26722547e6f11)

Author SHA1 Message Date
Avi Kivity 073d46133a KVM: i8259: reduce excessive abstraction for pic_irq_request() 15 years ago
Avi Kivity b74a07beed KVM: Remove kernel-allocated memory regions 15 years ago
Avi Kivity a1f4d39500 KVM: Remove memory alias support 15 years ago
Avi Kivity d1ac91d8a2 KVM: Consolidate load/save temporary buffer allocation and freeing 15 years ago
Avi Kivity a1a005f36e KVM: Fix xsave and xcr save/restore memory leak 15 years ago
Wei Yongjun 7d5993d63f KVM: x86 emulator: fix group3 instruction decoding 15 years ago
Chris Lalancette e7dca5c0eb KVM: x86: Allow any LAPIC to accept PIC interrupts 15 years ago
Chris Lalancette 33572ac0ad KVM: x86: Introduce a workqueue to deliver PIT timer interrupts 15 years ago
Wei Yongjun c37eda1384 KVM: x86 emulator: fix pusha instruction emulation 15 years ago
Zachary Amsden bd371396b3 KVM: x86: fix -DDEBUG oops 15 years ago
Xiao Guangrong 1047df1fb6 KVM: MMU: don't walk every parent pages while mark unsync 15 years ago
Xiao Guangrong 7a8f1a74e4 KVM: MMU: clear unsync_child_bitmap completely 15 years ago
Xiao Guangrong ebdea638df KVM: MMU: cleanup for __mmu_unsync_walk() 15 years ago
Xiao Guangrong be71e061d1 KVM: MMU: don't mark pte notrap if it's just sync transient 15 years ago
Xiao Guangrong f918b44352 KVM: MMU: avoid double write protected in sync page path 15 years ago
Xiao Guangrong cb83cad2e7 KVM: MMU: cleanup for dirty page judgment 15 years ago
Xiao Guangrong ac3cd03cca KVM: MMU: rename 'page' and 'shadow_page' to 'sp' 15 years ago
Sheng Yang 2d5b5a6655 KVM: x86: XSAVE/XRSTOR live migration support 15 years ago
Avi Kivity 2390218b6a KVM: Fix mov cr3 #GP at wrong instruction 15 years ago
Avi Kivity a83b29c6ad KVM: Fix mov cr4 #GP at wrong instruction 15 years ago
Avi Kivity 49a9b07edc KVM: Fix mov cr0 #GP at wrong instruction 15 years ago
Dexuan Cui 2acf923e38 KVM: VMX: Enable XSAVE/XRSTOR for guest 15 years ago
Avi Kivity f495c6e5e8 KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() 15 years ago
Andi Kleen a24e809902 KVM: Fix unused but set warnings 15 years ago
Xiao Guangrong 3b5d132186 KVM: MMU: delay local tlb flush 15 years ago
Xiao Guangrong 5304efde6a KVM: MMU: use wrapper function to flush local tlb 15 years ago
Xiao Guangrong 4f78fd08e9 KVM: MMU: remove unnecessary remote tlb flush 15 years ago
Xiao Guangrong 4b9d3a0451 KVM: VMX: fix rcu usage warning in init_rmode() 15 years ago
Gui Jianfeng 1760dd4939 KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() 15 years ago
Gui Jianfeng b9d762fa79 KVM: VMX: Add all-context INVVPID type support 15 years ago
Xiao Guangrong 0671a8e75d KVM: MMU: reduce remote tlb flush in kvm_mmu_pte_write() 15 years ago
Xiao Guangrong f41d335a02 KVM: MMU: traverse sp hlish safely 15 years ago
Xiao Guangrong d98ba05365 KVM: MMU: gather remote tlb flush which occurs during page zapped 15 years ago
Xiao Guangrong 103ad25a86 KVM: MMU: don't get free page number in the loop 15 years ago
Xiao Guangrong 7775834a23 KVM: MMU: split the operations of kvm_mmu_zap_page() 15 years ago
Xiao Guangrong 7ae680eb2d KVM: MMU: introduce some macros to cleanup hlist traverseing 15 years ago
Xiao Guangrong 03116aa57e KVM: MMU: skip invalid sp when unprotect page 15 years ago
Gui Jianfeng 518c8aee5c KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instruction 15 years ago
Lai Jiangshan 7bee342a9e KVM: x86: use linux/uaccess.h instead of asm/uaccess.h 15 years ago
Sheng Yang 4bc9b98281 KVM: VMX: Enforce EPT pagetable level checking 15 years ago
Mohammed Gamal 5120702e73 KVM: VMX: Properly return error to userspace on vmentry failure 15 years ago
Gui Jianfeng b66d80006e KVM: MMU: Don't calculate quadrant if tdp_enabled 15 years ago
Avi Kivity 8184dd38e2 KVM: MMU: Allow spte.w=1 for gpte.w=0 and cr0.wp=0 only in shadow mode 15 years ago
Jan Kiszka 10ab25cd6b KVM: x86: Propagate fpu_alloc errors 15 years ago
Zachary Amsden 6dc696d4dd KVM: SVM: Fix EFER.LME being stripped 15 years ago
Gui Jianfeng 01c168ac3d KVM: MMU: don't check PT_WRITABLE_MASK directly 15 years ago
Lai Jiangshan 3af1817a0d KVM: MMU: calculate correct gfn for small host pages backing large guest pages 15 years ago
Lai Jiangshan c9fa0b3bef KVM: MMU: Calculate correct base gfn for direct non-DIR level 15 years ago
Lai Jiangshan 2032a93d66 KVM: MMU: Don't allocate gfns page for direct mmu pages 15 years ago
Xiao Guangrong 9f1a122f97 KVM: MMU: allow more page become unsync at getting sp time 15 years ago