aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/eventfd.c
AgeCommit message (Expand)Author
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-07kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin
2013-03-05KVM: ioeventfd for virtio-ccw devices.Cornelia Huck
2013-03-05KVM: Initialize irqfd from kvm_init().Cornelia Huck
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-10kvm: Fix irqfd resampler list walkAlex Williamson
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-02KVM: Sanitize KVM_IRQFD flagsAlex Williamson
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-04-07Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-04-06KVM: fix crash on irqfd deassignMichael S. Tsirkin
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin
2010-09-23KVM: fix irqfd assign/deassign raceMichael S. Tsirkin
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: do not store wqh in irqfdMichael S. Tsirkin
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti
2010-01-25KVM: fix spurious interrupt with irqfdMichael S. Tsirkin
2010-01-25KVM: only allow one gsi per fdMichael S. Tsirkin
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-09-10KVM: correct error-handling codeJulia Lawall
2009-09-10KVM: add ioeventfd supportGregory Haskins
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: irqfdGregory Haskins