summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-20KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong
2012-07-20KVM: using get_fault_pfn to get the fault pfnXiao Guangrong
2012-07-20KVM: MMU: track the refcount when unmap the pageXiao Guangrong
2012-07-20KVM: 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-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: 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