aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-2/+0
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov1-1/+0
2009-09-10KVM: add ioeventfd supportGregory Haskins1-2/+8
2009-09-10KVM: make io_bus interface more robustGregory Haskins1-3/+7
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-2/+4
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin1-1/+4
2009-09-10KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bspMarcelo Tosatti1-1/+1
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti1-31/+0
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel1-1/+1
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti1-0/+1
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-0/+11
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov1-0/+6
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-0/+5
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-1/+2
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti1-1/+2
2009-09-10KVM: remove redundant declarationsChristian Ehrhardt1-2/+0
2009-09-10KVM: irqfdGregory Haskins1-0/+24
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin1-0/+1
2009-06-28KVM: protect concurrent make_all_cpus_requestMarcelo Tosatti1-0/+1
2009-06-10KVM: protect assigned dev workqueue, int handler and irq ackerMarcelo Tosatti1-0/+1
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-1/+1
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-0/+3
2009-06-10KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov1-0/+1
2009-06-10KVM: Device assignment framework reworkSheng Yang1-5/+0
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov1-5/+0
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov1-1/+1
2009-06-10KVM: declare ioapic functions only on affected hardwareChristian Borntraeger1-0/+2
2009-06-10KVM: Add MSI-X interrupt injection logicSheng Yang1-0/+1
2009-06-10KVM: Ioctls for init MSI-X entrySheng Yang1-0/+10
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang1-0/+3
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-2/+2
2009-03-24KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann1-0/+1
2009-03-24KVM: Use irq routing API for MSISheng Yang1-1/+1
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti1-1/+1
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-0/+31
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity1-0/+17
2009-03-24KVM: Remove duplicated prototype of kvm_arch_destroy_vmSheng Yang1-1/+0
2009-03-24KVM: New guest debug interfaceJan Kiszka1-3/+3
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+1
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-3/+3
2009-01-03Deassign device in kvm_free_assgined_deviceWeidong Han1-0/+1
2009-01-03KVM: support device deassignmentWeidong Han1-0/+8
2009-01-03KVM: use the new intel iommu APIsWeidong Han1-5/+10
2008-12-31KVM: fix handling of ACK from shared guest IRQMark McLoughlin1-0/+1
2008-12-31KVM: Add fields for MSI device assignmentSheng Yang1-0/+4
2008-12-31KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang1-1/+3
2008-12-31KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang1-2/+1
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-1/+6
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang1-0/+6
2008-10-15KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang1-0/+2