aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-24Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+1
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong1-3/+1
2012-10-06kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()Takuya Yoshikawa1-2/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-214/+327
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin1-3/+7
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti1-7/+0
2012-09-06KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti1-3/+3
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti1-4/+4
2012-08-27KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan1-6/+0
2012-08-26kvm: Fix nonsense handling of compat ioctlAlan Cox1-3/+4
2012-08-22KVM: introduce readonly memslotXiao Guangrong1-18/+78
2012-08-22KVM: introduce KVM_HVA_ERR_BADXiao Guangrong1-12/+1
2012-08-22KVM: use 'writable' as a hint to map writable pfnXiao Guangrong1-1/+23
2012-08-22KVM: reorganize hva_to_pfnXiao Guangrong1-62/+97
2012-08-22KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomicXiao Guangrong1-4/+23
2012-08-22KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong1-6/+8
2012-08-22KVM: fix missing check for memslot flagsXiao Guangrong1-0/+12
2012-08-06KVM: do not release the error pageXiao Guangrong1-2/+3
2012-08-06KVM: do not release the error pfnXiao Guangrong1-6/+8
2012-08-06KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong1-12/+1
2012-08-06KVM: inline is_*_pfn functionsXiao Guangrong1-18/+0
2012-08-06KVM: introduce KVM_PFN_ERR_BADXiao Guangrong1-6/+1
2012-08-06KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong1-12/+1
2012-08-06KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong1-9/+3
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-10/+1
2012-07-26KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall1-0/+23
2012-07-26KVM: remove dummy pagesXiao Guangrong1-72/+49
2012-07-26Merge branch 'queue' into nextAvi Kivity1-22/+62
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+24
2012-07-23KVM: Choose better candidate for directed yieldRaghavendra K T1-0/+42
2012-07-23KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T1-0/+5
2012-07-19KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong1-8/+7
2012-07-19KVM: make bad_pfn static to kvm_main.cXiao Guangrong1-3/+3
2012-07-19KVM: using get_fault_pfn to get the fault pfnXiao Guangrong1-9/+4
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()Takuya Yoshikawa1-2/+1
2012-07-06KVM: handle last_boosted_vcpu = 0 caseRik van Riel1-1/+1
2012-07-03KVM: fix fault page leakXiao Guangrong1-0/+1
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson1-1/+1
2012-06-18KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related codeMarc Zyngier1-1/+1
2012-06-05KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa1-2/+2
2012-06-05KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc()Takuya Yoshikawa1-10/+22
2012-04-30KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz1-16/+26
2012-04-24KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka1-0/+14
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti1-2/+3
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson1-2/+3
2012-04-08KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa1-9/+5
2012-04-08KVM: fix kvm_vcpu_kick build failure on S390Marcelo Tosatti1-0/+2
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-0/+22
2012-04-08KVM: resize kvm_io_range array dynamicallyAmos Kong1-20/+18
2012-03-08KVM: use correct tlbs dirty type in cmpxchgAlex Shi1-1/+1