aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-283/+1032
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin1-3/+14
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar1-0/+3
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie5-6/+70
2012-07-11KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2-6/+4
2012-07-11KVM: MMU: trace fast page faultXiao Guangrong2-0/+40
2012-07-11KVM: MMU: fast path of handling guest page faultXiao Guangrong1-17/+127
2012-07-11KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong1-19/+38
2012-07-11KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong1-13/+20
2012-07-11KVM: VMX: export PFEC.P bit on eptXiao Guangrong1-1/+8
2012-07-11KVM: MMU: cleanup spte_write_protectXiao Guangrong1-16/+29
2012-07-11KVM: MMU: abstract spte write-protectXiao Guangrong1-27/+31
2012-07-11KVM: MMU: return bool in __rmap_write_protectXiao Guangrong1-6/+7
2012-07-09KVM: VMX: Emulate invalid guest state by defaultAvi Kivity1-1/+1
2012-07-09KVM: x86 emulator: implement LTRAvi Kivity1-1/+10
2012-07-09KVM: x86 emulator: make loading TR set the busy bitAvi Kivity1-1/+7
2012-07-09KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity1-5/+8
2012-07-09KVM: x86 emulator: emulate LLDTAvi Kivity1-1/+10
2012-07-09KVM: x86 emulator: emulate BSWAPAvi Kivity1-2/+18
2012-07-09KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity1-1/+5
2012-07-09KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity1-0/+3
2012-07-09KVM: x86 emulator: implement ENTERAvi Kivity1-1/+27
2012-07-09KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity1-3/+8
2012-07-09KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity1-2/+2
2012-07-09KVM: x86 emulator: emulate LAHFAvi Kivity1-1/+8
2012-07-09KVM: VMX: Continue emulating after batch exhaustedAvi Kivity1-1/+1
2012-07-09KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity1-2/+1
2012-07-09KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity1-2/+31
2012-07-09KVM: Fix SS default ESP/EBP based addressingAvi Kivity1-3/+14
2012-07-09KVM: x86 emulator: emulate LEAVEAvi Kivity1-1/+24
2012-07-09KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity1-1/+2
2012-07-09KVM: VMX: Relax check on unusable segmentAvi Kivity1-3/+1
2012-07-09KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity1-0/+4
2012-07-09KVM: x86 emulator: allow loading null SS in long modeAvi Kivity1-4/+8
2012-07-09KVM: x86 emulator: emulate cpuidAvi Kivity1-1/+15
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2-45/+28
2012-07-09KVM: Split cpuid register access from computationAvi Kivity2-18/+23
2012-07-09KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity1-2/+13
2012-07-09KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity1-0/+2
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-11/+1
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter1-11/+11
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong1-0/+3
2012-07-03KVM: VMX: code clean for vmx_init()Guo Chao1-9/+7
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim1-11/+1
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin5-4/+181
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin1-4/+6
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin1-1/+2
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin2-2/+55
2012-06-25KVM: document lapic regs fieldMichael S. Tsirkin1-0/+5
2012-06-19KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa1-1/+1