aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+19
2013-02-11KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa1-1/+0
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang1-0/+3
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker1-2/+18
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker1-9/+30
2013-01-10KVM: PPC: BookE: Implement EPR exitAlexander Graf1-0/+1
2012-12-23kvm: Fix memory slot generation updatesAlex Williamson1-1/+2
2012-12-13KVM: struct kvm_memory_slot.id -> shortAlex Williamson1-2/+2
2012-12-13KVM: struct kvm_memory_slot.flags -> u32Alex Williamson1-1/+1
2012-12-13KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson1-6/+6
2012-12-13KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson1-0/+4
2012-12-13KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson1-1/+1
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+40
2012-12-09Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-1/+11
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/coreIngo Molnar1-2/+2
2012-12-07Merge branch 'linus' into sched/coreIngo Molnar1-13/+2
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf1-1/+11
2012-12-05kvm: add kvm_set_irq_inatomicMichael S. Tsirkin1-0/+1