summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-19KVM: using get_fault_pfn to get the fault pfnXiao Guangrong3-17/+7
2012-07-19KVM: MMU: track the refcount when unmap the pageXiao Guangrong1-0/+8
2012-07-19KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong1-1/+0
2012-07-18KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa1-10/+18
2012-07-18KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa1-13/+10
2012-07-18KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa1-7/+9
2012-07-18KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa3-4/+15
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa5-2/+16
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa2-18/+60
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa3-5/+12
2012-07-18KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa1-6/+6
2012-07-16Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin1-5/+0
2012-07-16KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin1-10/+3
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2-0/+20
2012-07-15Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity7-31/+98
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie8-7/+77
2012-07-11KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava3-0/+16
2012-07-11KVM: PPC: Critical interrupt emulation supportBharat Bhushan1-0/+25
2012-07-11KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman1-1/+2
2012-07-11KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman1-1/+4
2012-07-11KVM: PPC: bookehv: Add ESR flag to Data Storage InterruptMihai Caraman1-1/+1
2012-07-11KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi1-0/+16
2012-07-11booke: Added crit/mc exception handler for e500v2Bharat Bhushan1-28/+27
2012-07-11booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan2-0/+23
2012-07-11KVM: MMU: document mmu-lock and fast page faultXiao Guangrong1-1/+129
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