aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/irq_comm.c
AgeCommit message (Expand)Author
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
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
2009-06-10KVM: Update intr delivery func to accept unsigned long* bitmapSheng Yang
2009-06-10KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder
2009-03-24KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang
2009-03-24KVM: Report IRQ injection status for MSI delivered interruptsGleb Natapov
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov
2009-03-24KVM: Use irq routing API for MSISheng Yang
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti
2009-03-24KVM: Userspace controlled irq routingAvi Kivity
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity
2008-12-31KVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertionsMark McLoughlin
2008-12-31KVM: make kvm_unregister_irq_ack_notifier() safeMark McLoughlin