summaryrefslogtreecommitdiffstats
path: root/virt/kvm/eventfd.c
Commit message (Expand)AuthorAgeFilesLines
* fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* annotate poll-related wait keysAl Viro2017-11-271-1/+1
* anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
* Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"Jan H. Schönherr2017-09-191-2/+0
* KVM: Don't accept obviously wrong gsi values via KVM_IRQFDJan H. Schönherr2017-09-151-0/+2
* Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Paolo Bonzini2017-07-101-3/+5
|\
| * KVM: mark kvm->busses as rcu protectedChristian Borntraeger2017-07-071-3/+5
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand2017-04-121-2/+2
* KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-03-231-1/+2
* KVM: fix OOPS on flush_workPaolo Bonzini2016-10-261-3/+19
* KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-071-19/+3
* 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
OpenPOWER on IntegriCloud