summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli
2015-02-05kvm: remove KVM_MMIO_SIZETiejun Chen
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara
2015-01-20arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara
2015-01-16KVM: Add generic support for dirty page loggingMario Smarduch
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-12-04kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov
2014-12-04kvm: search_memslots: add simple LRU memslot cachingIgor Mammedov
2014-11-25kvm: add a memslot flag for incoherent memory regionsArd Biesheuvel
2014-11-25kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-24KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2014-09-24kvm: x86: Add request bit to reload APIC access page addressTang Chen
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: forward declare structs in kvm_types.hPaolo Bonzini
2014-08-27KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář
2014-08-06KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-08-05KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger
2014-04-29KVM: s390: enable IBS for single running VCPUsDavid Hildenbrand
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Marcelo Tosatti
2014-04-22KVM: add kvm_is_error_gpa() helperHeiko Carstens
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin
2014-03-21KVM: Bump KVM_MAX_IRQ_ROUTES for s390Cornelia Huck
2014-03-21KVM: s390: irq routing for adapter interrupts.Cornelia Huck
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa
2014-01-30KVM: async_pf: Provide additional direct page notificationDominik Dingel
2014-01-30KVM: s390: add floating irq controllerJens Freimann
2014-01-08kvm: remove dead codeStephen Hemminger