| Commit message (Expand) | Author | Age | Files | Lines |
* | kvm: fix double free for fast mmio eventfd | Jason Wang | 2015-09-15 | 1 | -18/+25 |
* | kvm: factor out core eventfd assign/deassign logic | Jason Wang | 2015-09-15 | 1 | -35/+50 |
* | kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd | Jason Wang | 2015-09-15 | 1 | -2/+2 |
* | KVM: move iodev.h from virt/kvm/ to include/kvm | Andre Przywara | 2015-03-26 | 1 | -1/+1 |
* | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. | Nikolay Nikolaev | 2015-03-26 | 1 | -2/+2 |
* | KVM: introduce kvm_arch_intc_initialized and use it in irqfd | Eric Auger | 2015-03-12 | 1 | -0/+3 |
* | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ | Paolo Bonzini | 2014-11-21 | 1 | -7/+0 |
* | KVM: EVENTFD: Remove inclusion of irq.h | Christoffer Dall | 2014-09-24 | 1 | -1/+3 |
* | KVM: Move more code under CONFIG_HAVE_KVM_IRQFD | Paolo Bonzini | 2014-08-06 | 1 | -61/+61 |
* | KVM: Give IRQFD its own separate enabling Kconfig option | Paul Mackerras | 2014-08-05 | 1 | -3/+3 |
* | KVM: Move irq notifier implementation into eventfd.c | Paul Mackerras | 2014-08-05 | 1 | -0/+63 |
* | KVM: Move all accesses to kvm::irq_routing into irqchip.c | Paul Mackerras | 2014-08-05 | 1 | -13/+9 |
* | KVM: irqchip: Provide and use accessors for irq routing table | Paul Mackerras | 2014-08-05 | 1 | -4/+6 |
* | KVM: Don't keep reference to irq routing table in irqfd struct | Paul Mackerras | 2014-08-05 | 1 | -16/+25 |
* | kvm/irqchip: Speed up KVM_SET_GSI_ROUTING | Christian Borntraeger | 2014-05-05 | 1 | -10/+15 |
* | KVM: VMX: speed up wildcard MMIO EVENTFD | Michael S. Tsirkin | 2014-04-17 | 1 | -0/+16 |
* | KVM: support any-length wildcard ioeventfd | Michael S. Tsirkin | 2014-04-17 | 1 | -5/+22 |
* | KVM: eventfd: Fix lock order inversion. | Cornelia Huck | 2014-03-18 | 1 | -4/+4 |
* | kvm eventfd: switch to fdget | Al Viro | 2013-09-03 | 1 | -10/+10 |
* | kvm: exclude ioeventfd from counting kvm_io_range limit | Amos Kong | 2013-06-04 | 1 | -0/+2 |
* | KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING | Alexander Graf | 2013-04-26 | 1 | -3/+3 |
* | KVM: Let ioapic know the irq line status | Yang Zhang | 2013-04-15 | 1 | -6/+9 |
* | kvm: fix MMIO/PIO collision misdetection | Michael S. Tsirkin | 2013-04-07 | 1 | -2/+6 |
* | KVM: ioeventfd for virtio-ccw devices. | Cornelia Huck | 2013-03-05 | 1 | -4/+13 |
* | KVM: Initialize irqfd from kvm_init(). | Cornelia Huck | 2013-03-05 | 1 | -5/+2 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -2/+1 |
* | kvm: Fix irqfd resampler list walk | Alex Williamson | 2012-12-10 | 1 | -1/+1 |
* | KVM: Distangle eventfd code from irqchip | Alexander Graf | 2012-12-06 | 1 | -0/+6 |
* | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-10-04 | 1 | -4/+146 |
|\ |
|
| * | KVM: Add resampling irqfds for level triggered interrupts | Alex Williamson | 2012-09-23 | 1 | -4/+146 |
* | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -1/+1 |
|/ |
|
* | KVM: Sanitize KVM_IRQFD flags | Alex Williamson | 2012-07-02 | 1 | -0/+3 |
* | KVM: Pass kvm_irqfd to functions | Alex Williamson | 2012-07-02 | 1 | -10/+10 |
* | KVM: Intelligent device lookup on I/O bus | Sasha Levin | 2011-09-25 | 1 | -1/+2 |
* | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-04-07 | 1 | -1/+1 |
|\ |
|
| * | KVM: fix crash on irqfd deassign | Michael S. Tsirkin | 2011-04-06 | 1 | -1/+1 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | KVM: improve comment on rcu use in irqfd_deassign | Michael S. Tsirkin | 2011-03-17 | 1 | -2/+3 |
* | KVM: fast-path msi injection with irqfd | Michael S. Tsirkin | 2011-01-12 | 1 | -12/+79 |
* | KVM: fix irqfd assign/deassign race | Michael S. Tsirkin | 2010-09-23 | 1 | -1/+2 |
* | KVM: Update Red Hat copyrights | Avi Kivity | 2010-08-01 | 1 | -0/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | KVM: do not store wqh in irqfd | Michael S. Tsirkin | 2010-03-01 | 1 | -3/+0 |
* | KVM: convert slots_lock to a mutex | Marcelo Tosatti | 2010-03-01 | 1 | -5/+5 |
* | KVM: convert io_bus to SRCU | Marcelo Tosatti | 2010-03-01 | 1 | -4/+4 |
* | KVM: fix spurious interrupt with irqfd | Michael S. Tsirkin | 2010-01-25 | 1 | -1/+2 |
* | KVM: only allow one gsi per fd | Michael S. Tsirkin | 2010-01-25 | 1 | -2/+13 |
* | KVM: Drop kvm->irq_lock lock from irq injection path | Gleb Natapov | 2009-12-03 | 1 | -2/+0 |
* | KVM: correct error-handling code | Julia Lawall | 2009-09-10 | 1 | -1/+1 |
* | KVM: add ioeventfd support | Gregory Haskins | 2009-09-10 | 1 | -1/+250 |