summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-5/+12
|\
| * kvm: remove KVM_MMIO_SIZETiejun Chen2015-02-051-4/+0Star
| * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-291-1/+1
| * Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-231-1/+1
| |\
| | * KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-1/+1
| * | arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara2015-01-201-0/+1
| * | arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara2015-01-201-0/+1
| * | KVM: Add generic support for dirty page loggingMario Smarduch2015-01-161-0/+9
| |/
* / mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli2015-02-121-11/+0Star
|/
* 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