summaryrefslogtreecommitdiff
path: root/virt/kvm/irq_comm.c
Commit message (Expand)AuthorAge
* KVM: Move irq routing setup to irqchip.cAlexander Graf2013-04-26
* KVM: Extract generic irqchip logic into irqchip.cAlexander Graf2013-04-26
* KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-26
* KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-16
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-15
* KVM: Return destination vcpu on interrupt injectionYang Zhang2013-04-15
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-29
* kvm: add kvm_set_irq_inatomicMichael S. Tsirkin2012-12-05
* KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-23
* KVM: optimize apic interrupt deliveryGleb Natapov2012-09-20
* Merge branch 'queue' into nextAvi Kivity2012-07-26
|\
| * KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-20
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-24
|\ \
| * | KVM: fix race with level interruptsMichael S. Tsirkin2012-07-20
| |/
* | KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity2012-06-05
|/
* KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-24
* KVM: fast-path msi injection with irqfdMichael S. Tsirkin2011-01-12
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-24
* KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov2010-08-02
* KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC'sChris Lalancette2010-08-01
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* KVM: properly check max PIC pin in irq route setupMarcelo Tosatti2010-01-25
* KVM: only clear irq_source_id if irqchip is presentMarcelo Tosatti2009-12-03
* KVM: fix irq_source_id size verificationMarcelo Tosatti2009-12-03
* KVM: fix lock imbalance in kvm_*_irq_source_id()Jiri Slaby2009-12-03
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-03
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-03
* KVM: Convert irq notifiers lists to RCU lockingGleb Natapov2009-12-03
* KVM: Move irq ack notifier list to arch independent codeGleb Natapov2009-12-03
* KVM: Move irq routing data structure to rcu lockingGleb Natapov2009-12-03
* KVM: Maintain back mapping from irqchip/pin to gsiGleb Natapov2009-12-03
* KVM: Change irq routing table to use gsi indexed arrayGleb Natapov2009-12-03
* KVM: Move irq sharing information to irqchip levelGleb Natapov2009-12-03
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-10
* KVM: ignore msi request if !levelMichael S. Tsirkin2009-09-10
* KVM: Trace irq level and source idAvi Kivity2009-09-10
* KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-10
* KVM: Use macro to iterate over vcpus.Gleb Natapov2009-09-10
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-10
* KVM: fix ack not being delivered when msi presentMichael S. Tsirkin2009-08-05
* KVM: Trivial format fix in setup_routing_entry()Chris Wright2009-06-10
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-10
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-10
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-10
* KVM: ioapic/msi interrupt delivery consolidationGleb Natapov2009-06-10
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-10
* KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang2009-06-10
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-10