aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: eventfd: Fix lock order inversion.Cornelia Huck2014-03-181-4/+4
* kvm eventfd: switch to fdgetAl Viro2013-09-031-10/+10
* kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong2013-06-041-0/+2
* KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf2013-04-261-3/+3
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-151-6/+9
* kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin2013-04-071-2/+6
* KVM: ioeventfd for virtio-ccw devices.Cornelia Huck2013-03-051-4/+13
* KVM: Initialize irqfd from kvm_init().Cornelia Huck2013-03-051-5/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* kvm: Fix irqfd resampler list walkAlex Williamson2012-12-101-1/+1
* KVM: Distangle eventfd code from irqchipAlexander Graf2012-12-051-0/+6
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-4/+146
|\
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-4/+146
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* KVM: Sanitize KVM_IRQFD flagsAlex Williamson2012-07-021-0/+3
* KVM: Pass kvm_irqfd to functionsAlex Williamson2012-07-021-10/+10
* KVM: Intelligent device lookup on I/O busSasha Levin2011-09-251-1/+2
* Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-04-071-1/+1
|\
| * KVM: fix crash on irqfd deassignMichael S. Tsirkin2011-04-061-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin2011-03-171-2/+3
* KVM: fast-path msi injection with irqfdMichael S. Tsirkin2011-01-121-12/+79
* 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