summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2012-08-01KVM: Simplify kvm_timerAvi Kivity
2012-08-01KVM: Remove internal timer abstractionAvi Kivity
2012-07-30KVM: Don't update PPR on any APIC readAvi Kivity
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall
2012-07-26KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov
2012-07-26KVM: x86 emulator: simplify read_emulatedXiao Guangrong
2012-07-26KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong
2012-07-26Merge branch 'queue' into nextAvi Kivity
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-23KVM: Add config to support ple or cpu relax optimzationRaghavendra K T
2012-07-20KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin
2012-07-20KVM: x86: Fix typos in pmu.cGuo Chao
2012-07-20KVM: x86: Fix typos in lapic.cGuo Chao
2012-07-20KVM: x86: Fix typos in cpuid.cGuo Chao
2012-07-20KVM: x86: Fix typos in emulate.cGuo Chao
2012-07-20KVM: x86: Fix typos in x86.cGuo Chao
2012-07-20KVM: SVM: Fix typosGuo Chao
2012-07-20KVM: VMX: Fix typosGuo Chao
2012-07-19KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong
2012-07-19KVM: using get_fault_pfn to get the fault pfnXiao Guangrong
2012-07-19KVM: MMU: track the refcount when unmap the pageXiao Guangrong
2012-07-19KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong
2012-07-18KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa
2012-07-18KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa
2012-07-18KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa
2012-07-18KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa
2012-07-18KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa
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