summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong2012-10-311-13/+2
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-29/+116
|\
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-1/+4
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-171-1/+1
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-061-1/+5
| * KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan2012-08-271-0/+6
| * KVM: introduce readonly memslotXiao Guangrong2012-08-221-6/+1
| * KVM: introduce KVM_HVA_ERR_RO_BADXiao Guangrong2012-08-221-2/+3
| * KVM: introduce KVM_HVA_ERR_BADXiao Guangrong2012-08-221-1/+7
| * KVM: introduce KVM_PFN_ERR_RO_FAULTXiao Guangrong2012-08-221-0/+1
| * KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong2012-08-221-1/+2
| * KVM: hide KVM_MEMSLOT_INVALID from userspaceXiao Guangrong2012-08-221-0/+7
| * KVM: let the error pfn not depend on error codeXiao Guangrong2012-08-061-9/+15
| * KVM: do not release the error pageXiao Guangrong2012-08-061-1/+1
| * KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong2012-08-061-2/+7
| * KVM: remove the unused declareXiao Guangrong2012-08-061-2/+0
| * KVM: inline is_*_pfn functionsXiao Guangrong2012-08-061-3/+16
| * KVM: introduce KVM_PFN_ERR_BADXiao Guangrong2012-08-061-0/+1
| * KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-061-1/+1
| * KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-061-1/+2
| * KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-061-1/+0
| * KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall2012-07-261-0/+1
| * KVM: remove dummy pagesXiao Guangrong2012-07-261-1/+2
| * Merge branch 'queue' into nextAvi Kivity2012-07-261-12/+50
| |\
| | * KVM: Choose better candidate for directed yieldRaghavendra K T2012-07-231-0/+5
| | * KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T2012-07-231-0/+34
| | * KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-191-3/+2
| | * KVM: remove is_error_hpaXiao Guangrong2012-07-191-4/+0
| | * KVM: make bad_pfn static to kvm_main.cXiao Guangrong2012-07-191-1/+0
| | * KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-191-4/+1
| | * KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa2012-07-181-0/+8
* | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-2/+2
|/ /
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-9/+18
|\ \ | |/
| * KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIERMarc Zyngier2012-07-031-2/+2
| * KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related codeMarc Zyngier2012-06-181-1/+1
| * KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-061-6/+12
| * KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-051-0/+3
* | KVM: Pass kvm_irqfd to functionsAlex Williamson2012-07-021-2/+2
|/
* KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-161-1/+2
* KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz2012-04-301-0/+1
* KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-241-0/+2
* KVM: Fix page-crossing MMIOAvi Kivity2012-04-191-4/+27
* Merge branch 'linus' into queueMarcelo Tosatti2012-04-191-0/+6
|\
| * KVM: unmap pages from the iommu when slots are removedAlex Williamson2012-04-111-0/+6
* | KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa2012-04-081-2/+0
* | KVM: PPC: Rework wqp conditional codeAlexander Graf2012-04-081-2/+4
* | KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-0/+9
* | KVM: set upper bounds for iobus dev to limit userspaceAmos Kong2012-04-081-1/+1
* | KVM: resize kvm_io_range array dynamicallyAmos Kong2012-04-081-2/+3
|/
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-12/+57
|\
OpenPOWER on IntegriCloud