KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmask
[safe/jmp/linux-2.6] / virt / kvm / irq_comm.c
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: Update intr delivery func to accept unsigned long...
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-03-24 Hannes EderKVM: fix sparse warnings: Should it be static?
2009-03-24 Xiantao ZhangKVM: ia64: Fix the build errors due to lack of macros...
2009-03-24 Gleb NatapovKVM: Report IRQ injection status for MSI delivered...
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Sheng YangKVM: Use irq routing API for MSI
2009-03-24 Marcelo TosattiKVM: make irq ack notifications aware of routing table
2009-03-24 Avi KivityKVM: Userspace controlled irq routing
2009-03-24 Avi KivityKVM: Interrupt mask notifiers for ioapic
2008-12-31 Mark McLoughlinKVM: add KVM_USERSPACE_IRQ_SOURCE_ID assertions
2008-12-31 Mark McLoughlinKVM: make kvm_unregister_irq_ack_notifier() safe
2008-12-31 Mark McLoughlinKVM: remove the IRQ ACK notifier assertions
2008-12-31 Sheng YangKVM: IRQ ACK notifier should be used with in-kernel...
2008-10-28 Sheng YangKVM: Fix guest shared interrupt with in-kernel irqchip
2008-10-15 Xiantao ZhangKVM: Separate irq ack notification out of arch/x86...