summaryrefslogtreecommitdiffstats
path: root/virt/kvm/eventfd.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: fix irqfd assign/deassign raceMichael S. Tsirkin2010-09-231-1/+2
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: do not store wqh in irqfdMichael S. Tsirkin2010-03-011-3/+0
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-011-5/+5
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-011-4/+4
* KVM: fix spurious interrupt with irqfdMichael S. Tsirkin2010-01-251-1/+2
* KVM: only allow one gsi per fdMichael S. Tsirkin2010-01-251-2/+13
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: correct error-handling codeJulia Lawall2009-09-101-1/+1
* KVM: add ioeventfd supportGregory Haskins2009-09-101-1/+250
* KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti2009-09-101-2/+2
* KVM: irqfdGregory Haskins2009-09-101-0/+329