Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / virt / kvm / ioapic.c
2010-06-10 Marcelo TosattiKVM: read apic->irr with ioapic lock held
2010-05-13 Marcelo TosattiKVM: convert ioapic lock to spinlock
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Wei YongjunKVM: cleanup the failure path of KVM_CREATE_IRQCHIP...
2010-03-01 Wei YongjunKVM: kvm->arch.vioapic should be NULL if kvm_ioapic_ini...
2010-03-01 Avi KivityKVM: avoid taking ioapic mutex for non-ioapic EOIs
2010-03-01 Marcelo TosattiKVM: convert slots_lock to a mutex
2010-03-01 Marcelo TosattiKVM: convert io_bus to SRCU
2009-12-03 Gleb NatapovKVM: Move IO APIC to its own lock
2009-09-10 Gleb NatapovKVM: Fix coalesced interrupt reporting in IOAPIC
2009-09-10 Gregory HaskinsKVM: make io_bus interface more robust
2009-09-10 Gleb NatapovKVM: Add trace points in irqchip code
2009-09-10 Gleb NatapovKVM: Use temporary variable to shorten lines.
2009-09-10 Jiri SlabyKVM: fix lock imbalance
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Michael S. TsirkinKVM: convert bus to slots_lock
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Marcelo TosattiKVM: introduce irq_lock, use it to protect ioapic
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-08-09 Gleb NatapovKVM: Avoid redelivery of edge interrupt before next...
2009-06-10 Gleb NatapovKVM: APIC: get rid of deliver_bitmask
2009-06-10 Gleb NatapovKVM: consolidate ioapic/ipi interrupt delivery logic
2009-06-10 Gleb NatapovKVM: ioapic/msi interrupt delivery consolidation
2009-06-10 Gleb NatapovKVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
2009-06-10 Sheng YangKVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get...
2009-06-10 Sheng YangKVM: bit ops for deliver_bitmap
2009-06-10 Sheng YangKVM: Change API of kvm_ioapic_get_delivery_bitmask
2009-06-10 Sheng YangKVM: Unify the delivery of IOAPIC and MSI interrupts
2009-06-10 Sheng YangKVM: Split IOAPIC structure
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Marcelo TosattiKVM: make irq ack notifications aware of routing table
2009-03-24 Avi KivityKVM: Interrupt mask notifiers for ioapic
2008-12-31 Sheng YangKVM: Export ioapic_get_delivery_bitmask
2008-12-31 Jan KiszkaKVM: Kick NMI receiving VCPU
2008-10-15 Xiantao ZhangKVM: ia64: add a dummy irq ack notification
2008-10-15 Marcelo TosattiKVM: irq ack notification
2008-07-20 Laurent VivierKVM: kvm_io_device: extend in_range() to manage len...
2008-07-20 Sheng YangKVM: IOAPIC/LAPIC: Enable NMI support
2008-07-06 Mark McLoughlinKVM: IOAPIC: Fix level-triggered irq injection hang
2008-06-24 Avi KivityKVM: ioapic: fix lost interrupt when changing a device...
2008-06-06 Marcelo TosattiKVM: IOAPIC: only set remote_irr if interrupt was injected
2008-03-04 Avi KivityKVM: Route irq 0 to vcpu 0 exclusively
2008-01-30 Zhang XiantaoKVM: Move ioapic code to common directory.