include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / x86 / kvm / i8259.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Thomas GleixnerKVM: Convert i8254/i8259 locks to raw_spinlocks
2010-03-01 Wei YongjunKVM: cleanup the failure path of KVM_CREATE_IRQCHIP...
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-12-03 Gleb NatapovKVM: Call pic_clear_isr() on pic reset to reuse logic...
2009-09-10 Gleb NatapovKVM: Replace pic_lock()/pic_unlock() with direct call...
2009-09-10 Gleb NatapovKVM: Call ack notifiers from PIC when guest OS acks...
2009-09-10 Gleb NatapovKVM: Call kvm_vcpu_kick() inside pic spinlock
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 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: Grab pic lock in kvm_pic_clear_isr_ack
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-03-24 Hannes EderKVM: fix sparse warnings: context imbalance
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Marcelo TosattiKVM: make irq ack notifications aware of routing table
2008-12-31 Avi KivityKVM: Add locking to virtual i8259 interrupt controller
2008-10-15 Marcelo TosattiKVM: PIC: enhance IPI avoidance
2008-10-15 Marcelo TosattiKVM: fix i8259 reset irq acking
2008-10-15 Marcelo TosattiKVM: irq ack notification
2008-10-15 Avi KivityKVM: Consolidate PIC isr clearing into a function
2008-07-20 Ben-Ami YassourKVM: check injected pic irq within valid pic irqs
2008-07-20 Laurent VivierKVM: kvm_io_device: extend in_range() to manage len...
2008-01-30 Avi KivityKVM: Move arch dependent files to new directory arch...