aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/eventfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara1-1/+1
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev1-2/+2
2015-03-12KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger1-0/+3
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini1-7/+0
2014-09-24KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall1-1/+3
2014-08-06KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-61/+61
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-3/+3
2014-08-05KVM: Move irq notifier implementation into eventfd.cPaul Mackerras1-0/+63
2014-08-05KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras1-13/+9
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras1-4/+6
2014-08-05KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras1-16/+25
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger1-10/+15
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin1-0/+16
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin1-5/+22
2014-03-18KVM: eventfd: Fix lock order inversion.Cornelia Huck1-4/+4
2013-09-03kvm eventfd: switch to fdgetAl Viro1-10/+10
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong1-0/+2
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf1-3/+3
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang1-6/+9
2013-04-07kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin1-2/+6
2013-03-05KVM: ioeventfd for virtio-ccw devices.Cornelia Huck1-4/+13
2013-03-05KVM: Initialize irqfd from kvm_init().Cornelia Huck1-5/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-12-10kvm: Fix irqfd resampler list walkAlex Williamson1-1/+1
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf1-0/+6
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+146
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-4/+146
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-02KVM: Sanitize KVM_IRQFD flagsAlex Williamson1-0/+3
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson1-10/+10
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-1/+2
2011-04-07Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2011-04-06KVM: fix crash on irqfd deassignMichael S. Tsirkin1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17KVM: improve comment on rcu use in irqfd_deassignMichael S. Tsirkin1-2/+3
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin1-12/+79
2010-09-23KVM: fix irqfd assign/deassign raceMichael S. Tsirkin1-1/+2
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01KVM: do not store wqh in irqfdMichael S. Tsirkin1-3/+0
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-5/+5
2010-03-01KVM: convert io_bus to SRCUMarcelo Tosatti1-4/+4
2010-01-25KVM: fix spurious interrupt with irqfdMichael S. Tsirkin1-1/+2
2010-01-25KVM: only allow one gsi per fdMichael S. Tsirkin1-2/+13
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-09-10KVM: correct error-handling codeJulia Lawall1-1/+1
2009-09-10KVM: add ioeventfd supportGregory Haskins1-1/+250
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-2/+2
2009-09-10KVM: irqfdGregory Haskins1-0/+329