aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: 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: remove is_error_hpaXiao Guangrong
2012-07-19KVM: make bad_pfn static to kvm_main.cXiao 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-16Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin
2012-07-16KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin
2012-07-15Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie
2012-07-11KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava
2012-07-11KVM: PPC: Critical interrupt emulation supportBharat Bhushan
2012-07-11KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman
2012-07-11KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman
2012-07-11KVM: PPC: bookehv: Add ESR flag to Data Storage InterruptMihai Caraman
2012-07-11KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi
2012-07-11booke: Added crit/mc exception handler for e500v2Bharat Bhushan
2012-07-11booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan
2012-07-11KVM: MMU: document mmu-lock and fast page faultXiao Guangrong
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