summaryrefslogtreecommitdiffstats
path: root/virt/kvm/irq_comm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: fast-path msi injection with irqfdMichael S. Tsirkin2011-01-121-3/+4
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov2010-08-021-4/+8
* KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC'sChris Lalancette2010-08-011-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: properly check max PIC pin in irq route setupMarcelo Tosatti2010-01-251-1/+5
* KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti2009-12-031-1/+4
* KVM: fix irq_source_id size verificationMarcelo Tosatti2009-12-031-4/+3
* KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby2009-12-031-2/+5
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-5/+1
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-9/+14
* KVM: Convert irq notifiers lists to RCU lockingGleb Natapov2009-12-031-10/+12
* KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-031-3/+2
* KVM: Move irq routing data structure to rcu lockingGleb Natapov2009-12-031-5/+11
* KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov2009-12-031-17/+14
* KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2009-12-031-35/+53
* KVM: Move irq sharing information to irqchip levelGleb Natapov2009-12-031-23/+36
* 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
OpenPOWER on IntegriCloud