summaryrefslogtreecommitdiffstats
path: root/virt/kvm/ioapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: ioapic: Fix an error field referenceLiu Yuan2011-05-221-1/+1
* KVM: Convert mask notifiers to use irqchip/pin instead of gsiGleb Natapov2010-08-021-1/+1
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* KVM: read apic->irr with ioapic lock heldMarcelo Tosatti2010-06-101-1/+2
* KVM: convert ioapic lock to spinlockMarcelo Tosatti2010-05-131-15/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-011-0/+11
* KVM: kvm->arch.vioapic should be NULL if kvm_ioapic_init() failureWei Yongjun2010-03-011-1/+3
* KVM: avoid taking ioapic mutex for non-ioapic EOIsAvi Kivity2010-03-011-0/+19
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-2/+2
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-1/+3
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-19/+61
* KVM: Fix coalesced interrupt reporting in IOAPICGleb Natapov2009-09-101-0/+2
* KVM: make io_bus interface more robustGregory Haskins2009-09-101-2/+6
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-101-0/+2
* KVM: Use temporary variable to shorten lines.Gleb Natapov2009-09-101-8/+10
* KVM: fix lock imbalanceJiri Slaby2009-09-101-1/+2
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-101-10/+12
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-101-1/+1
* KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov2009-09-101-1/+3
* KVM: introduce irq_lock, use it to protect ioapicMarcelo Tosatti2009-09-101-0/+5
* KVM: cleanup io_device codeGregory Haskins2009-09-101-7/+15
* KVM: Avoid redelivery of edge interrupt before next edgeGleb Natapov2009-08-091-5/+5
* KVM: APIC: get rid of deliver_bitmaskGleb Natapov2009-06-101-41/+16
* KVM: consolidate ioapic/ipi interrupt delivery logicGleb Natapov2009-06-101-1/+4
* KVM: ioapic/msi interrupt delivery consolidationGleb Natapov2009-06-101-29/+32
* KVM: APIC: kvm_apic_set_irq deliver all kinds of interruptsGleb Natapov2009-06-101-34/+6
* KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmaskSheng Yang2009-06-101-43/+3
* KVM: bit ops for deliver_bitmapSheng Yang2009-06-101-11/+13
* KVM: Change API of kvm_ioapic_get_delivery_bitmaskSheng Yang2009-06-101-9/+8
* KVM: Unify the delivery of IOAPIC and MSI interruptsSheng Yang2009-06-101-57/+34
* KVM: Split IOAPIC structureSheng Yang2009-06-101-3/+3
* KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-7/+16
* KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-241-5/+5
* KVM: Interrupt mask notifiers for ioapicAvi Kivity2009-03-241-0/+6
* KVM: Export ioapic_get_delivery_bitmaskSheng Yang2008-12-311-3/+4
* KVM: Kick NMI receiving VCPUJan Kiszka2008-12-311-0/+1
* KVM: ia64: add a dummy irq ack notificationXiantao Zhang2008-10-151-1/+1
* KVM: irq ack notificationMarcelo Tosatti2008-10-151-7/+13
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-1/+2
* KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2008-07-201-2/+18
* KVM: IOAPIC: Fix level-triggered irq injection hangMark McLoughlin2008-07-061-1/+1
* KVM: ioapic: fix lost interrupt when changing a device's irqAvi Kivity2008-06-241-20/+11
* KVM: IOAPIC: only set remote_irr if interrupt was injectedMarcelo Tosatti2008-06-061-10/+11
* KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity2008-03-041-0/+8
* KVM: Move ioapic code to common directory.Zhang Xiantao2008-01-301-0/+403
OpenPOWER on IntegriCloud