aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2015-04-20KVM: VFIO: resolve redeclaration error on x86/_64v3.14/topic/kvmGary S. Robertson
2014-10-03KVM: ARM: vgic: register kvm_device_ops dynamicallyChristoffer Dall
2014-10-02KVM: device: add simple registration mechanism for kvm_device_opsChristoffer Dall
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableChristoffer Dall
2014-10-02KVM: forward declare structs in kvm_types.hChristoffer Dall
2014-10-02KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall
2014-10-02KVM: add kvm_arch_sched_inChristoffer Dall
2014-10-02KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-10-02KVM: Give IRQFD its own separate enabling Kconfig optionChristoffer Dall
2014-10-02KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras
2014-10-02KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-10-02KVM: Rename and add argument to check_extensionChristoffer Dall
2014-10-02kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger
2014-10-02KVM: add kvm_is_error_gpa() helperHeiko Carstens
2014-10-02KVM: async_pf: Provide additional direct page notificationDominik Dingel
2014-01-08kvm: remove dead codeStephen Hemminger
2014-01-08kvm: make local functions staticStephen Hemminger
2013-12-21KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov
2013-10-31kvm_host: typo fixMichael S. Tsirkin
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson
2013-10-30kvm: Add VFIO deviceAlex Williamson
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen
2013-10-14KVM: Move gfn_to_index to x86 specific codeChristoffer Dall
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini
2013-09-24kvm: remove .done from struct kvm_async_pfRadim Krčmář
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2013-07-29KVM: s390: Make KVM_HVA_ERR_BAD usable on s390Dominik Dingel
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2013-07-18KVM: kvm-io: support cookiesCornelia Huck
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong
2013-05-31kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker
2013-05-15KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka
2013-04-26kvm: destroy emulated devices on VM exitScott Wood
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationScott Wood
2013-04-26kvm: add device control APIScott Wood
2013-04-26KVM: Move irq routing setup to irqchip.cAlexander Graf
2013-04-26KVM: Remove kvm_get_intr_delivery_bitmaskAlexander Graf
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang