aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/irq_comm.c
AgeCommit message (Expand)Author
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin
2009-06-10KVM: Trivial format fix in setup_routing_entry()Chris Wright
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov
2009-06-10KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang
2009-06-10KVM: bit ops for deliver_bitmapSheng Yang
2009-06-10KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang
2009-06-10KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder
2009-03-24KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang
2009-03-24KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov
2009-03-24KVM: Use irq routing API for MSISheng Yang
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti
2009-03-24KVM: Userspace controlled irq routingAvi Kivity
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity
2008-12-31KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertionsMark McLoughlin
2008-12-31KVM: make kvm_unregister_irq_ack_notifier() safeMark McLoughlin
2008-12-31KVM: remove the IRQ ACK notifier assertionsMark McLoughlin
2008-12-31KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang