aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-08kvm: remove dead codeStephen Hemminger1-2/+0
2014-01-08kvm: make local functions staticStephen Hemminger1-16/+0
2013-12-21KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall1-0/+1
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-1/+0
2013-11-04Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-2/+3
2013-10-31kvm_host: typo fixMichael S. Tsirkin1-1/+1
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-0/+19
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-3/+0
2013-10-30kvm: Add VFIO deviceAlex Williamson1-0/+1
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-1/+1
2013-10-14KVM: Move gfn_to_index to x86 specific codeChristoffer Dall1-7/+0
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini1-1/+1
2013-09-24kvm: remove .done from struct kvm_async_pfRadim Krčmář1-1/+0
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini1-0/+1
2013-07-29KVM: s390: Make KVM_HVA_ERR_BAD usable on s390Dominik Dingel1-0/+8
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+1
2013-07-18KVM: kvm-io: support cookiesCornelia Huck1-0/+4
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong1-1/+2
2013-05-31kvm: Move guest entry/exit APIs to context_trackingFrederic Weisbecker1-36/+1
2013-05-15KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti1-0/+1
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+112
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras1-0/+1
2013-04-28kvm: Allow build-time configuration of KVM device assignmentAlex Williamson1-22/+8
2013-04-28Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov1-9/+45
2013-04-28KVM: x86: Rework request for immediate exitJan Kiszka1-8/+7
2013-04-26kvm: destroy emulated devices on VM exitScott Wood1-1/+2
2013-04-26kvm/ppc/mpic: in-kernel MPIC emulationScott Wood1-0/+2
2013-04-26kvm: add device control APIScott Wood1-0/+35
2013-04-26KVM: Move irq routing setup to irqchip.cAlexander Graf1-0/+3
2013-04-26KVM: Remove kvm_get_intr_delivery_bitmaskAlexander Graf1-5/+0
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf1-3/+3
2013-04-26KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf1-1/+1
2013-04-16KVM: Call common update function when ioapic entry changed.Yang Zhang1-2/+2
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang1-4/+7
2013-04-08KVM: Move kvm_rebooting declaration out of x86Geoff Levand1-0/+2
2013-04-08KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand1-0/+3
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig1-1/+1
2013-03-22Revert "KVM: allow host header to be included even for !CONFIG_KVM"Marcelo Tosatti1-6/+1
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti1-1/+6
2013-03-18KVM: allow host header to be included even for !CONFIG_KVMKevin Hilman1-1/+6
2013-03-11kvm: Record the preemption status of vcpus using preempt notifiersRaghavendra K T1-0/+1
2013-03-05KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS.Cornelia Huck1-0/+1
2013-03-05KVM: Initialize irqfd from kvm_init().Cornelia Huck1-0/+13
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+2
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-2/+2
2013-03-04KVM: set_memory_region: Make kvm_mr_change available to arch codeTakuya Yoshikawa1-0/+18
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa1-7/+3
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-4/+2