summaryrefslogtreecommitdiffstats
path: root/virt/kvm/irq_comm.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang2009-06-101-1/+1
* KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang2009-06-101-2/+3
* KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang2009-06-101-37/+58
* KVM: fix sparse warnings: Should it be static?Hannes Eder2009-03-241-2/+2
* KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang2009-03-241-2/+0
* KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov2009-03-241-5/+8
* KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-13/+28
* KVM: Use irq routing API for MSISheng Yang2009-03-241-7/+71
* KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-241-3/+10
* KVM: Userspace controlled irq routingAvi Kivity2009-03-241-4/+164
* KVM: Interrupt mask notifiers for ioapicAvi Kivity2009-03-241-0/+24
* KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertionsMark McLoughlin2008-12-311-4/+10
* KVM: make kvm_unregister_irq_ack_notifier() safeMark McLoughlin2008-12-311-3/+1
* KVM: remove the IRQ ACK notifier assertionsMark McLoughlin2008-12-311-3/+0
* KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang2008-12-311-2/+6
* KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-281-3/+39
* KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-151-0/+60