Commit Graph

201422 Commits (9fb2d2b4ff292a01ae30da003d1dc097917b0988)
 

Author SHA1 Message Date
Gleb Natapov 9fb2d2b4ff KVM: SVM: correctly trace irq injection 15 years ago
Xiao Guangrong f78978aa3a KVM: MMU: only update unsync page in invlpg path 15 years ago
Xiao Guangrong e02aa901b1 KVM: MMU: don't write-protect if have new mapping to unsync page 15 years ago
Xiao Guangrong 1d9dc7e000 KVM: MMU: split kvm_sync_page() function 15 years ago
Sheng Yang 98918833a3 KVM: x86: Use FPU API 15 years ago
Sheng Yang 7cf30855e0 KVM: x86: Use unlazy_fpu() for host FPU 15 years ago
Sheng Yang 5ee481da7b x86: Export FPU API for KVM use 15 years ago
Avi Kivity 9373662463 KVM: Consolidate arch specific vcpu ioctl locking 15 years ago
Avi Kivity 19483d1440 KVM: PPC: Centralize locking of arch specific vcpu ioctls 15 years ago
Avi Kivity bc923cc93b KVM: s390: Centrally lock arch specific vcpu ioctls 15 years ago
Avi Kivity 526b78ad1a KVM: x86: Lock arch specific vcpu ioctls centrally 15 years ago
Avi Kivity 2122ff5eab KVM: move vcpu locking to dispatcher for generic vcpu ioctls 15 years ago
Xiao Guangrong 1683b2416e KVM: x86: cleanup unused local variable 15 years ago
Xiao Guangrong f55c3f419a KVM: MMU: unalias gfn before sp->gfns[] comparison in sync_page 15 years ago
Xiao Guangrong 6d74229f01 KVM: MMU: remove rmap before clear spte 15 years ago
Xiao Guangrong e8ad9a7074 KVM: MMU: use proper cache object freeing function 15 years ago
Alex Williamson 48bb09eee4 KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq 15 years ago
Sheng Yang aad827034e KVM: VMX: Only reset MMU when necessary 15 years ago
Sheng Yang 62ad07551a KVM: x86: Clean up duplicate assignment 15 years ago
Mohammed Gamal 222b7c52c3 KVM: x86 emulator: Add missing decoder flags for xor instructions 15 years ago
Mohammed Gamal abc190830f KVM: x86 emulator: Add missing decoder flags for sub instruction 15 years ago
Mohammed Gamal dfb507c41d KVM: x86 emulator: Add test acc, imm instruction (opcodes 0xA8 - 0xA9) 15 years ago
Marcelo Tosatti 24955b6c90 KVM: pass correct parameter to kvm_mmu_free_some_pages 15 years ago
Dongxiao Xu 4610c9cc6d KVM: VMX: VMXON/VMXOFF usage changes 15 years ago
Dongxiao Xu b923e62e4d KVM: VMX: VMCLEAR/VMPTRLD usage changes 15 years ago
Dongxiao Xu 92fe13be74 KVM: VMX: Some minor changes to code structure 15 years ago
Dongxiao Xu 7725b89414 KVM: VMX: Define new functions to wrapper direct call of asm code 15 years ago
Gui Jianfeng 6859762e8a KVM: update mmu documetation for role.nxe 15 years ago
Avi Kivity f0f5933a16 KVM: MMU: Fix free memory accounting race in mmu_alloc_roots() 15 years ago
Gleb Natapov 6d77dbfc88 KVM: inject #UD if instruction emulation fails and exit to userspace 15 years ago
Avi Kivity 57bc24cfd6 KVM: Document KVM_SET_BOOT_CPU_ID 15 years ago
Avi Kivity 47dbb84f9e KVM: Document KVM_SET_IDENTITY_MAP ioctl 15 years ago
Gui Jianfeng 54a4f0239f KVM: MMU: make kvm_mmu_zap_page() return the number of pages it actually freed 15 years ago
Gui Jianfeng 518c5a05e8 KVM: MMU: Fix debug output error in walk_addr() 15 years ago
Gui Jianfeng f3b8c964a9 KVM: MMU: mark page table dirty when a pte is actually modified 15 years ago
Joerg Roedel eec4b140c9 KVM: SVM: Allow EFER.LMSLE to be set with nested svm 15 years ago
Joerg Roedel 3f10c846f8 KVM: SVM: Dump vmcb contents on failed vmrun 15 years ago
Avi Kivity d94e1dc9af KVM: Get rid of KVM_REQ_KICK 15 years ago
Gleb Natapov 54b8486f46 KVM: x86 emulator: do not inject exception directly into vcpu 15 years ago
Gleb Natapov 95cb229530 KVM: x86 emulator: move interruptibility state tracking out of emulator 15 years ago
Gleb Natapov 4d2179e1e9 KVM: x86 emulator: handle shadowed registers outside emulator 15 years ago
Gleb Natapov bdb475a323 KVM: x86 emulator: use shadowed register in emulate_sysexit() 15 years ago
Gleb Natapov ef050dc039 KVM: x86 emulator: set RFLAGS outside x86 emulator code 15 years ago
Gleb Natapov 95c5588652 KVM: x86 emulator: advance RIP outside x86 emulator code 15 years ago
Gleb Natapov 3457e4192e KVM: handle emulation failure case first 15 years ago
Gleb Natapov 8fe681e984 KVM: do not inject #PF in (read|write)_emulated() callbacks 15 years ago
Gleb Natapov f181b96d4c KVM: remove export of emulator_write_emulated() 15 years ago
Gleb Natapov c3cd7ffaf5 KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure 15 years ago
Gleb Natapov 411c35b7ef KVM: fill in run->mmio details in (read|write)_emulated function 15 years ago
Gleb Natapov e680080e65 KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values 15 years ago