aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-12/+6
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-0/+25
* kvm: add kvm_set_irq_inatomicMichael S. Tsirkin2012-12-051-12/+71
* KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-0/+6
* KVM: optimize apic interrupt deliveryGleb Natapov2012-09-201-1/+6
* Merge branch 'queue' into nextAvi Kivity2012-07-261-2/+2
|\
| * KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-201-2/+2
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-27/+4
|\ \
| * | KVM: fix race with level interruptsMichael S. Tsirkin2012-07-201-27/+4
| |/
* / KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity2012-06-051-0/+1
|/
* KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-241-0/+14
* 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-011-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