summaryrefslogtreecommitdiff
path: root/virt/kvm/eventfd.c
AgeCommit message (Expand)Author
2018-08-24KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumerPaolo Bonzini
2018-07-25KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.Lan Tianyu
2017-09-19Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"Jan H. Schönherr
2017-09-15KVM: Don't accept obviously wrong gsi values via KVM_IRQFDJan H. Schönherr
2017-07-10Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Paolo Bonzini
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand
2017-03-23KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2016-10-26KVM: fix OOPS on flush_workPaolo Bonzini
2016-09-07KVM: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini
2015-10-16kvm/eventfd: add arch-specific set_irqAndrey Smetanin
2015-10-16kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin
2015-10-16kvm/eventfd: avoid loop inside irqfd_update()Andrey Smetanin
2015-10-01KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu
2015-10-01KVM: eventfd: add irq bypass consumer managementEric Auger
2015-10-01KVM: introduce kvm_arch functions for IRQ bypassEric Auger
2015-10-01KVM: create kvm_irqfd.hEric Auger
2015-10-01kvm: add capability for any-length ioeventfdsJason Wang
2015-09-15kvm: fix double free for fast mmio eventfdJason Wang
2015-09-15kvm: factor out core eventfd assign/deassign logicJason Wang
2015-09-15kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev
2015-03-12KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-09-24KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall
2014-08-06KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-08-05KVM: Move irq notifier implementation into eventfd.cPaul Mackerras
2014-08-05KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras
2014-08-05KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-08-05KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin
2014-03-18KVM: eventfd: Fix lock order inversion.Cornelia Huck
2013-09-03kvm eventfd: switch to fdgetAl Viro
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong
2013-04-26KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-04-15KVM: Let ioapic know the irq line statusYang Zhang
2013-04-07kvm: fix MMIO/PIO collision misdetectionMichael S. Tsirkin
2013-03-05KVM: ioeventfd for virtio-ccw devices.Cornelia Huck
2013-03-05KVM: Initialize irqfd from kvm_init().Cornelia Huck
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-10kvm: Fix irqfd resampler list walkAlex Williamson
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds