summaryrefslogtreecommitdiffstats
path: root/virt/kvm/irq_comm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+2
* KVM: ignore msi request if !levelMichael S. Tsirkin2009-09-101-1/+3
* KVM: Trace irq level and source idAvi Kivity2009-09-101-1/+1
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-0/+5
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-101-4/+2
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-6/+28
* KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-051-1/+3
* KVM: Trivial format fix in setup_routing_entry()Chris Wright2009-06-101-1/+1
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-29/+42
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-8/+11
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-101-53/+21
* KVM: ioapic/msi interrupt delivery consolidationGleb Natapov2009-06-101-29/+3
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-101-0/+1
* KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang2009-06-101-6/+43
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-101-8/+9
* 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