summaryrefslogtreecommitdiff
path: root/virt/kvm/eventfd.c
Commit message (Expand)AuthorAge
* kvm: fix double free for fast mmio eventfdJason Wang2015-09-15
* kvm: factor out core eventfd assign/deassign logicJason Wang2015-09-15
* kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang2015-09-15
* KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-26
* KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-26
* KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger2015-03-12
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-21
* KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall2014-09-24
* KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2014-08-06
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-05
* KVM: Move irq notifier implementation into eventfd.cPaul Mackerras2014-08-05
* KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras2014-08-05
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-05
* KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras2014-08-05
* kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger2014-05-05
* KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin2014-04-17
* KVM: support any-length wildcard ioeventfdMichael S. Tsirkin2014-04-17
* KVM: eventfd: Fix lock order inversion.Cornelia Huck2014-03-18
* kvm eventfd: switch to fdgetAl Viro2013-09-03
* kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong2013-06-04
* KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf2013-04-26
* KVM: Let ioapic know the irq line statusYang Zhang2013-04-15
* kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin2013-04-07
* KVM: ioeventfd for virtio-ccw devices.Cornelia Huck2013-03-05
* KVM: Initialize irqfd from kvm_init().Cornelia Huck2013-03-05
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* kvm: Fix irqfd resampler list walkAlex Williamson2012-12-10
* KVM: Distangle eventfd code from irqchipAlexander Graf2012-12-06
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-04
|\
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-23
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* KVM: Sanitize KVM_IRQFD flagsAlex Williamson2012-07-02
* KVM: Pass kvm_irqfd to functionsAlex Williamson2012-07-02
* KVM: Intelligent device lookup on I/O busSasha Levin2011-09-25
* Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-04-07
|\
| * KVM: fix crash on irqfd deassignMichael S. Tsirkin2011-04-06
* | Fix common misspellingsLucas De Marchi2011-03-31
|/
* KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin2011-03-17
* KVM: fast-path msi injection with irqfdMichael S. Tsirkin2011-01-12
* KVM: fix irqfd assign/deassign raceMichael S. Tsirkin2010-09-23
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-01
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* KVM: do not store wqh in irqfdMichael S. Tsirkin2010-03-01
* KVM: convert slots_lock to a mutexMarcelo Tosatti2010-03-01
* KVM: convert io_bus to SRCUMarcelo Tosatti2010-03-01
* KVM: fix spurious interrupt with irqfdMichael S. Tsirkin2010-01-25
* KVM: only allow one gsi per fdMichael S. Tsirkin2010-01-25
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-03
* KVM: correct error-handling codeJulia Lawall2009-09-10
* KVM: add ioeventfd supportGregory Haskins2009-09-10