- 9be3be1 KVM: x86 emulator: fix Src2CL decode by Avi Kivity · 13 years ago
- 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 13 years ago
- ab7e2db Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
- df3d8ae KVM: uses TASKSTATS, depends on NET by Randy Dunlap · 13 years ago
- fd079fa KVM: fix TASK_DELAY_ACCT kconfig warning by Randy Dunlap · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
- 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 14 years ago
- ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 14 years ago
- dd3bfd5 KVM: MMU: reorganize struct kvm_shadow_walk_iterator by Xiao Guangrong · 14 years ago
- c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 14 years ago
- 603e065 KVM: MMU: do not need atomicly to set/clear spte by Xiao Guangrong · 14 years ago
- 1df9f2d KVM: MMU: introduce the rules to modify shadow page table by Xiao Guangrong · 14 years ago
- d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 14 years ago
- fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 14 years ago
- c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 14 years ago
- bd4c86e KVM: MMU: split kvm_mmu_free_page by Xiao Guangrong · 14 years ago
- aa6bd18 KVM: MMU: count used shadow pages on prepareing path by Xiao Guangrong · 14 years ago
- b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 14 years ago
- b36c7a7 KVM: MMU: cleanup for FNAME(fetch) by Xiao Guangrong · 14 years ago
- 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 14 years ago
- bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 14 years ago
- af7cc7d KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code by Xiao Guangrong · 14 years ago
- ffb61bb KVM: MMU: do not update slot bitmap if spte is nonpresent by Xiao Guangrong · 14 years ago
- 052331b KVM: MMU: fix walking shadow page table by Xiao Guangrong · 14 years ago
- e725421 virtio: expose for non-virtualization users too by Ohad Ben-Cohen · 14 years ago
- c9aaa89 KVM: Steal time implementation by Glauber Costa · 14 years ago
- 3c8c652 KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() by Takuya Yoshikawa · 14 years ago
- 92c1c1e KVM: MMU: Rename the walk label in walk_addr_generic() by Takuya Yoshikawa · 14 years ago
- 134291b KVM: MMU: Clean up the error handling of walk_addr_generic() by Takuya Yoshikawa · 14 years ago
- f8f7e5e Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB" by Marcelo Tosatti · 14 years ago
- 45bd07b KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB by Avi Kivity · 14 years ago
- 411c588 KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0 by Avi Kivity · 14 years ago
- a01c8f9 KVM: Enable ERMS feature support for KVM by Yang, Wei · 14 years ago
- 176f61d KVM: Expose RDWRGSFS bit to KVM guests by Yang, Wei · 14 years ago
- 74dc2b4 KVM: Add RDWRGSFS support when setting CR4 by Yang, Wei · 14 years ago
- 4a00efd KVM: Enable DRNG feature support for KVM by Yang, Wei Y · 14 years ago
- 02668b06 KVM: fix XSAVE bit scanning (now properly) by Andre Przywara · 14 years ago
- e57d4a3 KVM: Add instruction fetch checking when walking guest page table by Yang, Wei Y · 14 years ago
- 611c120 KVM: Mask function7 ebx against host capability word9 by Yang, Wei Y · 14 years ago
- c68b734 KVM: Add SMEP support when setting CR4 by Yang, Wei Y · 14 years ago
- 509c75e KVM: nVMX: Fix bug preventing more than two levels of nesting by Nadav Har'El · 14 years ago
- 9dac77f KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt by Avi Kivity · 14 years ago
- 36dd9bb KVM: x86 emulator: rename decode_cache::eip to _eip by Avi Kivity · 14 years ago
- 2e4ce7f KVM: VMX: Silence warning on 32-bit hosts by Jan Kiszka · 14 years ago
- f411e6c KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB) by Takuya Yoshikawa · 14 years ago
- d06e03a KVM: x86 emulator: Use opcode::execute for LOOP/JCXZ by Takuya Yoshikawa · 14 years ago
- 5c5df76 KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE) by Takuya Yoshikawa · 14 years ago
- 1bd5f46 KVM: x86 emulator: Use opcode::execute for MOV(8C/8E) by Takuya Yoshikawa · 14 years ago
- ebda02c KVM: x86 emulator: Use opcode::execute for RET(C3) by Takuya Yoshikawa · 14 years ago
- e4f973a KVM: x86 emulator: Use opcode::execute for XCHG(86/87) by Takuya Yoshikawa · 14 years ago
- 9f21ca5 KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9) by Takuya Yoshikawa · 14 years ago
- db5b076 KVM: x86 emulator: Use opcode::execute for some instructions by Takuya Yoshikawa · 14 years ago
- e01991e KVM: x86 emulator: Rename emulate_xxx() to em_xxx() by Takuya Yoshikawa · 14 years ago
- 9d74191 KVM: x86 emulator: Use the pointers ctxt and c consistently by Takuya Yoshikawa · 14 years ago
- 2844d84 KVM: nVMX: Miscellenous small corrections by Nadav Har'El · 14 years ago
- 7b8050f KVM: nVMX: Add VMX to list of supported cpuid features by Nadav Har'El · 14 years ago
- 7991825 KVM: nVMX: Additional TSC-offset handling by Nadav Har'El · 14 years ago
- 36cf24e KVM: nVMX: Further fixes for lazy FPU loading by Nadav Har'El · 14 years ago
- eeadf9e KVM: nVMX: Handling of CR0 and CR4 modifying instructions by Nadav Har'El · 14 years ago
- 66c78ae KVM: nVMX: Correct handling of idt vectoring info by Nadav Har'El · 14 years ago
- 0b6ac34 KVM: nVMX: Correct handling of exception injection by Nadav Har'El · 14 years ago
- b6f1250 KVM: nVMX: Correct handling of interrupt injection by Nadav Har'El · 14 years ago
- 644d711 KVM: nVMX: Deciding if L0 or L1 should handle an L2 exit by Nadav Har'El · 14 years ago
- 7c17793 KVM: nVMX: vmcs12 checks on nested entry by Nadav Har'El · 14 years ago
- 4704d0b KVM: nVMX: Exiting from L2 to L1 by Nadav Har'El · 14 years ago
- 99e65e8 KVM: nVMX: No need for handle_vmx_insn function any more by Nadav Har'El · 14 years ago
- cd232ad KVM: nVMX: Implement VMLAUNCH and VMRESUME by Nadav Har'El · 14 years ago
- fe3ef05 KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12 by Nadav Har'El · 14 years ago
- bf8179a KVM: nVMX: Move control field setup to functions by Nadav Har'El · 14 years ago
- a3a8ff8 KVM: nVMX: Move host-state field setup to a function by Nadav Har'El · 14 years ago
- 49f705c KVM: nVMX: Implement VMREAD and VMWRITE by Nadav Har'El · 14 years ago
- 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 14 years ago
- 6384666 KVM: nVMX: Implement VMPTRLD by Nadav Har'El · 14 years ago
- 27d6c86 KVM: nVMX: Implement VMCLEAR by Nadav Har'El · 14 years ago
- 0140cae KVM: nVMX: Success/failure of VMX instructions. by Nadav Har'El · 14 years ago
- 22bd035 KVM: nVMX: Add VMCS fields to the vmcs12 by Nadav Har'El · 14 years ago
- ff2f6fe KVM: nVMX: Introduce vmcs02: VMCS used to run L2 by Nadav Har'El · 14 years ago
- 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 14 years ago
- b87a51a KVM: nVMX: Implement reading and writing of VMX MSRs by Nadav Har'El · 14 years ago
- a9d30f3 KVM: nVMX: Introduce vmcs12: a VMCS structure for L1 by Nadav Har'El · 14 years ago
- 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 14 years ago
- ec378ae KVM: nVMX: Implement VMXON and VMXOFF by Nadav Har'El · 14 years ago
- 801d342 KVM: nVMX: Add "nested" module option to kvm_intel by Nadav Har'El · 14 years ago
- b5c9ff7 KVM: x86 emulator: Avoid clearing the whole decode_cache by Takuya Yoshikawa · 14 years ago
- adf5223 KVM: x86 emulator: Clean up init_emulate_ctxt() by Takuya Yoshikawa · 14 years ago
- d780592 KVM: Clean up error handling during VCPU creation by Jan Kiszka · 14 years ago
- d462b81 KVM: VMX: Keep list of loaded VMCSs, instead of vcpus by Nadav Har'El · 14 years ago
- 24c82e5 KVM: Sanitize cpuid by Avi Kivity · 14 years ago
- bcdd9a9 KVM: MMU: cleanup for dropping parent pte by Xiao Guangrong · 14 years ago
- 38e3b2b KVM: MMU: cleanup for kvm_mmu_page_unlink_children by Xiao Guangrong · 14 years ago
- 67052b3 KVM: MMU: remove the arithmetic of parent pte rmap by Xiao Guangrong · 14 years ago
- 53c07b1 KVM: MMU: abstract the operation of rmap by Xiao Guangrong · 14 years ago
- 1249b96 KVM: fix uninitialized warning by Xiao Guangrong · 14 years ago
- 8b0cedf KVM: use __copy_to_user/__clear_user to write guest page by Xiao Guangrong · 14 years ago
- 332b207 KVM: MMU: optimize pte write path if don't have protected sp by Xiao Guangrong · 14 years ago
- 9630421 KVM: VMX: always_inline VMREADs by Avi Kivity · 14 years ago
- 5e520e6 KVM: VMX: Move VMREAD cleanup to exception handler by Avi Kivity · 14 years ago
- 7b105ca KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions by Takuya Yoshikawa · 14 years ago