summaryrefslogtreecommitdiff
path: root/virt/kvm/ioapic.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov1-1/+1
2011-12-27KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina1-3/+12
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-1/+2
2011-05-22KVM: ioapic: Fix an error field referenceLiu Yuan1-1/+1
2010-08-02KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov1-1/+1
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-06-10KVM: read apic->irr with ioapic lock heldMarcelo Tosatti1-1/+2
2010-05-13KVM: convert ioapic lock to spinlockMarcelo Tosatti1-15/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun1-0/+11
2010-03-01KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun1-1/+3
2010-03-01KVM: avoid taking ioapic mutex for non-ioapic EOIsAvi Kivity1-0/+19
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-2/+2
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-1/+3
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov1-19/+61
2009-09-10KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov1-0/+2
2009-09-10KVM: make io_bus interface more robustGregory Haskins1-2/+6
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov1-0/+2
2009-09-10KVM: Use temporary variable to shorten lines.Gleb Natapov1-8/+10
2009-09-10KVM: fix lock imbalanceJiri Slaby1-1/+2
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-10/+12
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin1-1/+1
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-1/+3
2009-09-10KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti1-0/+5
2009-09-10KVM: cleanup io_device codeGregory Haskins1-7/+15
2009-08-09KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov1-5/+5
2009-06-10KVM: APIC: get rid of deliver_bitmaskGleb Natapov1-41/+16
2009-06-10KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov1-1/+4
2009-06-10KVM: ioapic/msi interrupt delivery consolidationGleb Natapov1-29/+32
2009-06-10KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov1-34/+6
2009-06-10KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang1-43/+3
2009-06-10KVM: bit ops for deliver_bitmapSheng Yang1-11/+13
2009-06-10KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang1-9/+8
2009-06-10KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang1-57/+34
2009-06-10KVM: Split IOAPIC structureSheng Yang1-3/+3
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov1-7/+16
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti1-5/+5
2009-03-24KVM: Interrupt mask notifiers for ioapicAvi Kivity1-0/+6
2008-12-31KVM: Export ioapic_get_delivery_bitmaskSheng Yang1-3/+4
2008-12-31KVM: Kick NMI receiving VCPUJan Kiszka1-0/+1
2008-10-15KVM: ia64: add a dummy irq ack notificationXiantao Zhang1-1/+1
2008-10-15KVM: irq ack notificationMarcelo Tosatti1-7/+13
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier1-1/+2
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-2/+18
2008-07-06KVM: IOAPIC: Fix level-triggered irq injection hangMark McLoughlin1-1/+1
2008-06-24KVM: ioapic: fix lost interrupt when changing a device's irqAvi Kivity1-20/+11
2008-06-06KVM: IOAPIC: only set remote_irr if interrupt was injectedMarcelo Tosatti1-10/+11
2008-03-04KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity1-0/+8
2008-01-30KVM: Move ioapic code to common directory.Zhang Xiantao1-0/+403