summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T2012-07-232-0/+39
* KVM: Add config to support ple or cpu relax optimzationRaghavendra K T2012-07-233-0/+5
* KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-202-3/+3
* KVM: x86: Fix typos in pmu.cGuo Chao2012-07-201-1/+1
* KVM: x86: Fix typos in lapic.cGuo Chao2012-07-201-2/+2
* KVM: x86: Fix typos in cpuid.cGuo Chao2012-07-201-1/+1
* KVM: x86: Fix typos in emulate.cGuo Chao2012-07-201-5/+5
* KVM: x86: Fix typos in x86.cGuo Chao2012-07-201-7/+7
* KVM: SVM: Fix typosGuo Chao2012-07-201-2/+2
* KVM: VMX: Fix typosGuo Chao2012-07-201-3/+3
* KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-195-18/+16
* KVM: remove is_error_hpaXiao Guangrong2012-07-191-4/+0
* KVM: make bad_pfn static to kvm_main.cXiao Guangrong2012-07-192-4/+3
* KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-193-17/+7
* KVM: MMU: track the refcount when unmap the pageXiao Guangrong2012-07-191-0/+8
* KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong2012-07-191-1/+0
* KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa2012-07-181-10/+18
* KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa2012-07-181-13/+10
* KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa2012-07-181-7/+9
* KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-183-4/+15
* KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa2012-07-185-2/+16
* KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa2012-07-182-18/+60
* KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-183-5/+12
* KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()Takuya Yoshikawa2012-07-181-6/+6
* Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-161-5/+0
* KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin2012-07-161-10/+3
* apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-162-0/+20
* Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-07-157-31/+98
|\
| * KVM: PPC: Critical interrupt emulation supportBharat Bhushan2012-07-111-0/+25
| * KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman2012-07-111-1/+2
| * KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman2012-07-111-1/+4
| * KVM: PPC: bookehv: Add ESR flag to Data Storage InterruptMihai Caraman2012-07-111-1/+1
| * KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi2012-07-111-0/+16
| * booke: Added crit/mc exception handler for e500v2Bharat Bhushan2012-07-111-28/+27
| * booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan2012-07-112-0/+23
* | KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-128-7/+77
* | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-113-0/+16
* | KVM: MMU: document mmu-lock and fast page faultXiao Guangrong2012-07-111-1/+129
* | KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong2012-07-112-6/+4
* | KVM: MMU: trace fast page faultXiao Guangrong2012-07-112-0/+40
* | KVM: MMU: fast path of handling guest page faultXiao Guangrong2012-07-111-17/+127
* | KVM: MMU: introduce SPTE_MMU_WRITEABLE bitXiao Guangrong2012-07-111-19/+38
* | KVM: MMU: fold tlb flush judgement into mmu_spte_updateXiao Guangrong2012-07-111-13/+20
* | KVM: VMX: export PFEC.P bit on eptXiao Guangrong2012-07-111-1/+8
* | KVM: MMU: cleanup spte_write_protectXiao Guangrong2012-07-111-16/+29
* | KVM: MMU: abstract spte write-protectXiao Guangrong2012-07-111-27/+31
* | KVM: MMU: return bool in __rmap_write_protectXiao Guangrong2012-07-111-6/+7
* | KVM: VMX: Emulate invalid guest state by defaultAvi Kivity2012-07-091-1/+1
* | KVM: x86 emulator: implement LTRAvi Kivity2012-07-091-1/+10
* | KVM: x86 emulator: make loading TR set the busy bitAvi Kivity2012-07-091-1/+7
OpenPOWER on IntegriCloud