summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-08-27KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin
2012-08-22KVM: x86 emulator: use stack size attribute to mask rsp in stack opsAvi Kivity
2012-08-22KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intendedTakuya Yoshikawa
2012-08-05KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov
2012-08-01KVM: VMX: Fix ds/es corruption on i386 with preemptionAvi Kivity
2012-08-01KVM: x86: apply kvmclock offset to guest wall clock timeBruce Rogers
2012-07-26KVM: PIC: call ack notifiers for irqs that are dropped form irrGleb Natapov
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