aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-1814/+4744
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong4-1/+80
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong5-14/+248
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong1-8/+124
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2-18/+41
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong5-125/+33
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2-13/+13
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong1-2/+2
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong2-34/+25
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong5-21/+91
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong1-11/+31
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong1-8/+7
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong1-4/+5
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen1-1/+0
2011-07-14KVM: Steal time implementationGlauber Costa2-2/+73
2011-07-12KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()Takuya Yoshikawa1-7/+19
2011-07-12KVM: MMU: Rename the walk label in walk_addr_generic()Takuya Yoshikawa1-3/+3
2011-07-12KVM: MMU: Clean up the error handling of walk_addr_generic()Takuya Yoshikawa1-50/+32
2011-07-12Revert "KVM: MMU: make kvm_mmu_reset_context() flush the guest TLB"Marcelo Tosatti1-11/+1
2011-07-12KVM: MMU: make kvm_mmu_reset_context() flush the guest TLBAvi Kivity1-1/+11
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity1-1/+13
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei1-1/+1
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei1-1/+1
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei1-0/+11
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y1-1/+1
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara1-4/+5
2011-07-12KVM: Add instruction fetch checking when walking guest page tableYang, Wei Y1-1/+8
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y1-1/+19
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y1-2/+13
2011-07-12KVM: nVMX: Fix bug preventing more than two levels of nestingNadav Har'El1-2/+2
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity3-722/+612
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity3-64/+64
2011-07-12KVM: VMX: Silence warning on 32-bit hostsJan Kiszka1-0/+2
2011-07-12KVM: x86 emulator: Use opcode::execute for CLI/STI(FA/FB)Takuya Yoshikawa1-17/+21
2011-07-12KVM: x86 emulator: Use opcode::execute for LOOP/JCXZTakuya Yoshikawa1-11/+24
2011-07-12KVM: x86 emulator: Clean up INT n/INTO/INT 3(CC/CD/CE)Takuya Yoshikawa1-10/+5
2011-07-12KVM: x86 emulator: Use opcode::execute for MOV(8C/8E)Takuya Yoshikawa1-28/+31
2011-07-12KVM: x86 emulator: Use opcode::execute for RET(C3)Takuya Yoshikawa1-7/+11
2011-07-12KVM: x86 emulator: Use opcode::execute for XCHG(86/87)Takuya Yoshikawa1-14/+17
2011-07-12KVM: x86 emulator: Use opcode::execute for TEST(84/85, A8/A9)Takuya Yoshikawa1-8/+11
2011-07-12KVM: x86 emulator: Use opcode::execute for some instructionsTakuya Yoshikawa1-29/+8
2011-07-12KVM: x86 emulator: Rename emulate_xxx() to em_xxx()Takuya Yoshikawa1-10/+10
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa2-33/+32