aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie
2012-07-11KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong
2012-07-11KVM: MMU: trace fast page faultXiao Guangrong
2012-07-11KVM: MMU: fast path of handling guest page faultXiao Guangrong
2012-07-11KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong
2012-07-11KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong
2012-07-11KVM: VMX: export PFEC.P bit on eptXiao Guangrong
2012-07-11KVM: MMU: cleanup spte_write_protectXiao Guangrong
2012-07-11KVM: MMU: abstract spte write-protectXiao Guangrong
2012-07-11KVM: MMU: return bool in __rmap_write_protectXiao Guangrong
2012-07-09KVM: VMX: Emulate invalid guest state by defaultAvi Kivity
2012-07-09KVM: x86 emulator: implement LTRAvi Kivity
2012-07-09KVM: x86 emulator: make loading TR set the busy bitAvi Kivity
2012-07-09KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity
2012-07-09KVM: x86 emulator: emulate LLDTAvi Kivity
2012-07-09KVM: x86 emulator: emulate BSWAPAvi Kivity
2012-07-09KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity
2012-07-09KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity
2012-07-09KVM: x86 emulator: implement ENTERAvi Kivity
2012-07-09KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity
2012-07-09KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity
2012-07-09KVM: x86 emulator: emulate LAHFAvi Kivity
2012-07-09KVM: VMX: Continue emulating after batch exhaustedAvi Kivity
2012-07-09KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity
2012-07-09KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity
2012-07-09KVM: Fix SS default ESP/EBP based addressingAvi Kivity
2012-07-09KVM: x86 emulator: emulate LEAVEAvi Kivity
2012-07-09KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity
2012-07-09KVM: VMX: Relax check on unusable segmentAvi Kivity
2012-07-09KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity
2012-07-09KVM: x86 emulator: allow loading null SS in long modeAvi Kivity
2012-07-09KVM: x86 emulator: emulate cpuidAvi Kivity
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity
2012-07-09KVM: Split cpuid register access from computationAvi Kivity
2012-07-09KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity
2012-07-09KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity
2012-07-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong
2012-07-03KVM: VMX: code clean for vmx_init()Guo Chao
2012-06-28tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin
2012-06-25KVM: document lapic regs fieldMichael S. Tsirkin
2012-06-19KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa