aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/irq_comm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin1-3/+4
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-08-02KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov1-4/+8
2010-08-01KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC'sChris Lalancette1-1/+1
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-25KVM: properly check max PIC pin in irq route setupMarcelo Tosatti1-1/+5
2009-12-03KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti1-1/+4
2009-12-03KVM: fix irq_source_id size verificationMarcelo Tosatti1-4/+3
2009-12-03KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby1-2/+5
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-5/+1
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov1-9/+14
2009-12-03KVM: Convert irq notifiers lists to RCU lockingGleb Natapov1-10/+12
2009-12-03KVM: Move irq ack notifier list to arch independent codeGleb Natapov1-3/+2
2009-12-03KVM: Move irq routing data structure to rcu lockingGleb Natapov1-5/+11
2009-12-03KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov1-17/+14
2009-12-03KVM: Change irq routing table to use gsi indexed arrayGleb Natapov1-35/+53
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov1-23/+36
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov1-0/+2
2009-09-10KVM: ignore msi request if !levelMichael S. Tsirkin1-1/+3
2009-09-10KVM: Trace irq level and source idAvi Kivity1-1/+1
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-0/+5
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-4/+2
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-6/+28
2009-08-05KVM: fix ack not being delivered when msi presentMichael S. Tsirkin1-1/+3
2009-06-10KVM: Trivial format fix in setup_routing_entry()Chris Wright1-1/+1
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov1-29/+42
2009-06-10KVM: change the way how lowest priority vcpu is calculatedGleb Natapov1-8/+11
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov1-53/+21
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov1-29/+3
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov1-0/+1
2009-06-10KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang1-6/+43
2009-06-10KVM: bit ops for deliver_bitmapSheng Yang1-8/+9
2009-06-10KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang1-1/+1
2009-06-10KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang1-2/+3
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang1-37/+58
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder1-2/+2
2009-03-24KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang1-2/+0
2009-03-24KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov1-5/+8
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-13/+28
2009-03-24KVM: Use irq routing API for MSISheng Yang1-7/+71
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti1-3/+10
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-4/+164
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity1-0/+24
2008-12-31KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertionsMark McLoughlin1-4/+10
2008-12-31KVM: make kvm_unregister_irq_ack_notifier() safeMark McLoughlin1-3/+1
2008-12-31KVM: remove the IRQ ACK notifier assertionsMark McLoughlin1-3/+0
2008-12-31KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang1-2/+6
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-3/+39
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang1-0/+60