summaryrefslogtreecommitdiffstats
path: root/virt/kvm/eventfd.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-111-8/+10
* KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini2015-11-041-7/+4
* kvm/eventfd: add arch-specific set_irqAndrey Smetanin2015-10-161-1/+12
* kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin2015-10-161-5/+11
* kvm/eventfd: avoid loop inside irqfd_update()Andrey Smetanin2015-10-161-8/+5
* KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu2015-10-011-1/+18
* KVM: eventfd: add irq bypass consumer managementEric Auger2015-10-011-0/+15
* KVM: introduce kvm_arch functions for IRQ bypassEric Auger2015-10-011-0/+12
* KVM: create kvm_irqfd.hEric Auger2015-10-011-72/+23
* kvm: add capability for any-length ioeventfdsJason Wang2015-10-011-3/+1
* kvm: fix double free for fast mmio eventfdJason Wang2015-09-151-18/+25
* kvm: factor out core eventfd assign/deassign logicJason Wang2015-09-151-35/+50
* kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang2015-09-151-2/+2
* KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-261-1/+1
* KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-2/+2
* KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger2015-03-121-0/+3
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-7/+0
* KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall2014-09-241-1/+3
* KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2014-08-061-61/+61
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-3/+3
* KVM: Move irq notifier implementation into eventfd.cPaul Mackerras2014-08-051-0/+63
* KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras2014-08-051-13/+9
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-051-4/+6
* KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras2014-08-051-16/+25
* kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger2014-05-051-10/+15
* KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin2014-04-171-0/+16
* KVM: support any-length wildcard ioeventfdMichael S. Tsirkin2014-04-171-5/+22
* 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-061-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
OpenPOWER on IntegriCloud