aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-08KVM: Move vm_list kvm_lock declarations out of x86Gravatar Geoff Levand 1-0/+3
2013-04-07KVM: Allow cross page reads and writes from cached translations.Gravatar Andrew Honig 1-1/+1
2013-03-22Revert "KVM: allow host header to be included even for !CONFIG_KVM"Gravatar Marcelo Tosatti 1-6/+1
2013-03-21Merge remote-tracking branch 'upstream/master' into queueGravatar Marcelo Tosatti 1-1/+6
2013-03-18KVM: allow host header to be included even for !CONFIG_KVMGravatar Kevin Hilman 1-1/+6
2013-03-11kvm: Record the preemption status of vcpus using preempt notifiersGravatar Raghavendra K T 1-0/+1
2013-03-05KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS.Gravatar Cornelia Huck 1-0/+1
2013-03-05KVM: Initialize irqfd from kvm_init().Gravatar Cornelia Huck 1-0/+13
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Gravatar Takuya Yoshikawa 1-1/+2
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Gravatar Takuya Yoshikawa 1-2/+2
2013-03-04KVM: set_memory_region: Make kvm_mr_change available to arch codeGravatar Takuya Yoshikawa 1-0/+18
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Gravatar Takuya Yoshikawa 1-7/+3
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Gravatar Takuya Yoshikawa 1-4/+2
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-11/+19
2013-02-11KVM: Remove user_alloc from struct kvm_memory_slotGravatar Takuya Yoshikawa 1-1/+0
2013-01-29x86, apicv: add virtual interrupt delivery supportGravatar Yang Zhang 1-0/+3
2013-01-27cputime: Safely read cputime of full dynticks CPUsGravatar Frederic Weisbecker 1-2/+18