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