summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-151-1/+2
|\
| * kvm: add a memslot flag for incoherent memory regionsArd Biesheuvel2014-11-251-0/+1
| * kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-251-1/+1
* | kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov2014-12-041-12/+22
* | kvm: search_memslots: add simple LRU memslot cachingIgor Mammedov2014-12-041-2/+10
* | KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini2014-11-241-29/+0Star
* | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-231-26/+0Star
* | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-14/+8Star
|/
* kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li2014-10-241-0/+1
* Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-09-271-0/+2
|\
| * Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-191-11/+3Star
| |\
| * | KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall2014-08-271-0/+2
* | | kvm: x86: Add request bit to reload APIC access page addressTang Chen2014-09-241-0/+1
* | | kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen2014-09-241-0/+1
* | | kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla2014-09-241-0/+11
| |/ |/|
* | KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon2014-09-171-1/+0Star
* | KVM: s390: register flic ops dynamicallyCornelia Huck2014-09-171-1/+0Star
* | KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon2014-09-171-1/+0Star
* | KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon2014-09-171-0/+1
* | KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-2/+2
* | KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-6/+0Star
|/
* KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+2
* KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2014-08-061-0/+2
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-4/+4
* KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras2014-08-051-28/+7Star
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-051-2/+6
* KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-131-1/+1
|\
| * sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-051-1/+1
* | kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger2014-05-051-0/+1
* | KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand2014-04-291-0/+2
* | Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong2014-04-231-3/+1Star
* | Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti2014-04-221-0/+7
|\ \
| * | KVM: add kvm_is_error_gpa() helperHeiko Carstens2014-04-221-0/+7
| |/
* / KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin2014-04-171-0/+1
|/
* KVM: Bump KVM_MAX_IRQ_ROUTES for s390Cornelia Huck2014-03-211-0/+4
* KVM: s390: irq routing for adapter interrupts.Cornelia Huck2014-03-211-0/+9
* KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa2014-02-181-1/+3
* KVM: async_pf: Provide additional direct page notificationDominik Dingel2014-01-301-1/+1
* KVM: s390: add floating irq controllerJens Freimann2014-01-301-0/+1
* kvm: remove dead codeStephen Hemminger2014-01-081-2/+0Star
* kvm: make local functions staticStephen Hemminger2014-01-081-16/+0Star
* KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall2013-12-211-0/+1
* KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-1/+0Star
* Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-041-2/+3
|\
| * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+3
* | kvm_host: typo fixMichael S. Tsirkin2013-10-311-1/+1
* | kvm: Create non-coherent DMA registerationAlex Williamson2013-10-301-0/+19
* | kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson2013-10-301-3/+0Star
* | kvm: Add VFIO deviceAlex Williamson2013-10-301-0/+1
|/