aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2014-06-05sched: Fix signedness bug in yield_to()Gravatar Dan Carpenter 1-1/+1
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGGravatar Christian Borntraeger 1-0/+1
2014-04-29KVM: s390: enable IBS for single running VCPUsGravatar David Hildenbrand 1-0/+2
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Gravatar Xiao Guangrong 1-3/+1
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Marcelo Tosatti 1-0/+7
2014-04-22KVM: add kvm_is_error_gpa() helperGravatar Heiko Carstens 1-0/+7
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDGravatar Michael S. Tsirkin 1-0/+1
2014-03-21KVM: Bump KVM_MAX_IRQ_ROUTES for s390Gravatar Cornelia Huck 1-0/+4
2014-03-21KVM: s390: irq routing for adapter interrupts.Gravatar Cornelia Huck 1-0/+9
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingGravatar Takuya Yoshikawa 1-1/+3
2014-01-30KVM: async_pf: Provide additional direct page notificationGravatar Dominik Dingel 1-1/+1
2014-01-30KVM: s390: add floating irq controllerGravatar Jens Freimann 1-0/+1
2014-01-08kvm: remove dead codeGravatar Stephen Hemminger 1-2/+0
2014-01-08kvm: make local functions staticGravatar Stephen Hemminger 1-16/+0
2013-12-21KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICGravatar Christoffer Dall 1-0/+1
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Gravatar Takuya Yoshikawa 1-1/+0
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGravatar Gleb Natapov 1-2/+3
2013-10-31kvm_host: typo fixGravatar Michael S. Tsirkin 1-1/+1
2013-10-30kvm: Create non-coherent DMA registerationGravatar Alex Williamson 1-0/+19
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentGravatar Alex Williamson 1-3/+0
2013-10-30kvm: Add VFIO deviceGravatar Alex Williamson 1-0/+1
2013-10-17kvm: Add struct kvm arg to memslot APIsGravatar Aneesh Kumar K.V 1-2/+3
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultGravatar chai wen 1-1/+1
2013-10-14KVM: Move gfn_to_index to x86 specific codeGravatar Christoffer Dall 1-7/+0
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockGravatar Paolo Bonzini 1-1/+1
2013-09-24kvm: remove .done from struct kvm_async_pfGravatar Radim Krčmář 1-1/+0
2013-09-17KVM: mmu: allow page tables to be in read-only slotsGravatar Paolo Bonzini 1-0/+1
2013-07-29KVM: s390: Make KVM_HVA_ERR_BAD usable on s390Gravatar Dominik Dingel 1-0/+8
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Gravatar Takuya Yoshikawa 1-0/+1
2013-07-18KVM: kvm-io: support cookiesGravatar Cornelia Huck 1-0/+4
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+3
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitGravatar Amos Kong 1-1/+2
2013-05-31kvm: Move guest entry/exit APIs to context_trackingGravatar Frederic Weisbecker 1-36/+1
2013-05-15KVM: x86: limit difference between kvmclock updatesGravatar Marcelo Tosatti 1-0/+1
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-54/+112
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationGravatar Paul Mackerras 1-0/+1
2013-04-28kvm: Allow build-time configuration of KVM device assignmentGravatar Alex Williamson 1-22/+8
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGravatar Gleb Natapov 1-9/+45
2013-04-28KVM: x86: Rework request for immediate exitGravatar Jan Kiszka 1-8/+7
2013-04-26kvm: destroy emulated devices on VM exitGravatar Scott Wood 1-1/+2
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationGravatar Scott Wood 1-0/+2
2013-04-26kvm: add device control APIGravatar Scott Wood 1-0/+35
2013-04-26KVM: Move irq routing setup to irqchip.cGravatar Alexander Graf 1-0/+3
2013-04-26KVM: Remove kvm_get_intr_delivery_bitmaskGravatar Alexander Graf 1-5/+0
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGGravatar Alexander Graf 1-3/+3
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSGravatar Alexander Graf 1-1/+1
2013-04-16KVM: Call common update function when ioapic entry changed.Gravatar Yang Zhang 1-2/+2
2013-04-15KVM: Let ioapic know the irq line statusGravatar Yang Zhang 1-4/+7
2013-04-08KVM: Move kvm_rebooting declaration out of x86Gravatar Geoff Levand 1-0/+2