Commit Graph

1967 Commits (760383f1ee4d14b0e0bdf0cddee648d9b8633429)

Author SHA1 Message Date
Avi Kivity 9be3be1f15 KVM: x86 emulator: fix Src2CL decode 14 years ago
Zhao Jin 41bc3186b3 KVM: MMU: fix incorrect return of spte 14 years ago
Randy Dunlap df3d8ae1f8 KVM: uses TASKSTATS, depends on NET 14 years ago
Randy Dunlap fd079facb3 KVM: fix TASK_DELAY_ACCT kconfig warning 14 years ago
Arun Sharma 60063497a9 atomic: use <linux/atomic.h> 14 years ago
Xiao Guangrong 4f0226482d KVM: MMU: trace mmio page fault 14 years ago
Xiao Guangrong ce88decffd KVM: MMU: mmio page fault support 14 years ago
Xiao Guangrong dd3bfd59db KVM: MMU: reorganize struct kvm_shadow_walk_iterator 14 years ago
Xiao Guangrong c2a2ac2b56 KVM: MMU: lockless walking shadow page table 14 years ago
Xiao Guangrong 603e0651cf KVM: MMU: do not need atomicly to set/clear spte 14 years ago
Xiao Guangrong 1df9f2dc39 KVM: MMU: introduce the rules to modify shadow page table 14 years ago
Xiao Guangrong d7c55201e6 KVM: MMU: abstract some functions to handle fault pfn 14 years ago
Xiao Guangrong fce92dce79 KVM: MMU: filter out the mmio pfn from the fault pfn 14 years ago
Xiao Guangrong c37079586f KVM: MMU: remove bypass_guest_pf 14 years ago
Xiao Guangrong bd4c86eaa6 KVM: MMU: split kvm_mmu_free_page 14 years ago
Xiao Guangrong aa6bd187af KVM: MMU: count used shadow pages on prepareing path 14 years ago
Xiao Guangrong b90a0e6c81 KVM: MMU: rename 'pt_write' to 'emulate' 14 years ago
Xiao Guangrong b36c7a7c10 KVM: MMU: cleanup for FNAME(fetch) 14 years ago
Xiao Guangrong 640d9b0dbe KVM: MMU: optimize to handle dirty bit 14 years ago
Xiao Guangrong bebb106a5a KVM: MMU: cache mmio info on page fault path 14 years ago
Xiao Guangrong af7cc7d1ee KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code 14 years ago
Xiao Guangrong ffb61bb3bc KVM: MMU: do not update slot bitmap if spte is nonpresent 14 years ago
Xiao Guangrong 052331bea3 KVM: MMU: fix walking shadow page table 14 years ago
Ohad Ben-Cohen e72542191c virtio: expose for non-virtualization users too 14 years ago
Glauber Costa c9aaa8957f KVM: Steal time implementation 14 years ago
Takuya Yoshikawa 3c8c652ae4 KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic() 14 years ago
Takuya Yoshikawa 92c1c1e85b KVM: MMU: Rename the walk label in walk_addr_generic() 14 years ago
Takuya Yoshikawa 134291bf3c KVM: MMU: Clean up the error handling of walk_addr_generic() 14 years ago
Marcelo Tosatti f8f7e5ee10 Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB" 14 years ago
Avi Kivity 45bd07b9d5 KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB 14 years ago
Avi Kivity 411c588dfb KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0 14 years ago
Yang, Wei a01c8f9b4e KVM: Enable ERMS feature support for KVM 14 years ago
Yang, Wei 176f61da82 KVM: Expose RDWRGSFS bit to KVM guests 14 years ago
Yang, Wei 74dc2b4ffe KVM: Add RDWRGSFS support when setting CR4 14 years ago
Yang, Wei Y 4a00efdf0c KVM: Enable DRNG feature support for KVM 14 years ago
Andre Przywara 02668b061d KVM: fix XSAVE bit scanning (now properly) 14 years ago
Yang, Wei Y e57d4a356a KVM: Add instruction fetch checking when walking guest page table 14 years ago
Yang, Wei Y 611c120f74 KVM: Mask function7 ebx against host capability word9 14 years ago
Yang, Wei Y c68b734fba KVM: Add SMEP support when setting CR4 14 years ago
Nadav Har'El 509c75ea19 KVM: nVMX: Fix bug preventing more than two levels of nesting 14 years ago
Avi Kivity 9dac77fa40 KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt 14 years ago
Avi Kivity 36dd9bb5ce KVM: x86 emulator: rename decode_cache::eip to _eip 14 years ago
Jan Kiszka 2e4ce7f574 KVM: VMX: Silence warning on 32-bit hosts 14 years ago
Takuya Yoshikawa f411e6cdc2 KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB) 14 years ago
Takuya Yoshikawa d06e03adcb KVM: x86 emulator: Use opcode::execute for LOOP/JCXZ 14 years ago
Takuya Yoshikawa 5c5df76b8b KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE) 14 years ago
Takuya Yoshikawa 1bd5f469b2 KVM: x86 emulator: Use opcode::execute for MOV(8C/8E) 14 years ago
Takuya Yoshikawa ebda02c2a5 KVM: x86 emulator: Use opcode::execute for RET(C3) 14 years ago
Takuya Yoshikawa e4f973ae91 KVM: x86 emulator: Use opcode::execute for XCHG(86/87) 14 years ago
Takuya Yoshikawa 9f21ca599c KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9) 14 years ago