Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / virt / kvm / ioapic.c
2012-02-07 Jeff Mahoney- Update to 3.3-rc2.
2011-12-27 Gleb NatapovKVM: drop bsp_vcpu pointer from kvm struct
2011-12-27 Julian StecklinaKVM: Allow aligned byte and word writes to IOAPIC regis...
2011-11-16 Jeff Mahoney- Update to 3.2-rc1.
2011-09-25 Sasha LevinKVM: Intelligent device lookup on I/O bus
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
2011-05-22 Liu YuanKVM: ioapic: Fix an error field reference
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-02 Gleb NatapovKVM: Convert mask notifiers to use irqchip/pin instead...
2010-08-01 Avi KivityKVM: Update Red Hat copyrights
2010-06-16 Jeff Mahoney- Update to 2.6.35-rc3.
2010-06-10 Marcelo TosattiKVM: read apic->irr with ioapic lock held
2010-05-17 Jeff Mahoney- Update to 2.6.34-final.
2010-05-13 Marcelo TosattiKVM: convert ioapic lock to spinlock
2010-04-14 Jeff Mahoney- Update to 2.6.34-rc4.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-09 Jeff Mahoney- Updated to 2.6.34-rc1.
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
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-03 Gleb NatapovKVM: Move IO APIC to its own lock
2009-11-18 Alexander Graf - patches.fixes/kvm-ioapic.patch: Ignore apic polarity
2009-09-24 Gleb NatapovKVM: Fix coalesced interrupt reporting in IOAPIC
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-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-01-30 Zhang XiantaoKVM: Move ioapic code to common directory.