index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
eventfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-16
KVM: eventfd: Fix false positive RCU usage warning
Hou Wenlong
1
-4
/
+4
2020-11-15
kvm/eventfd: Drain events from eventfd in irqfd_wakeup()
David Woodhouse
1
-0
/
+3
2020-11-15
kvm/eventfd: Use priority waitqueue to catch events before userspace
David Woodhouse
1
-2
/
+4
2020-09-28
kvm/eventfd: move wildcard calculation outside loop
Yi Li
1
-1
/
+3
2020-07-29
kvm/eventfd: Use sequence counter with associated spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-06-01
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-1
/
+1
2020-05-16
KVM: Fix spelling in code comments
Fuad Tabba
1
-1
/
+1
2020-05-13
kvm/eventfd: remove unneeded conversion to bool
Jason Yan
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504
Thomas Gleixner
1
-13
/
+1
2019-05-24
kvm: Check irqchip mode before assign irqfd
Peter Xu
1
-0
/
+9
2019-03-28
kvm: don't redefine flags as something else
Sebastian Andrzej Siewior
1
-3
/
+3
2019-02-21
kvm: Add memcg accounting to KVM allocations
Ben Gardon
1
-3
/
+4
2018-07-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+11
2018-07-18
KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
Paolo Bonzini
1
-5
/
+6
2018-07-18
KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.
Lan Tianyu
1
-1
/
+5
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-4
/
+4
2017-11-28
annotate poll-related wait keys
Al Viro
1
-1
/
+1
2017-11-28
anntotate the places where ->poll() return values go
Al Viro
1
-1
/
+1
2017-09-19
Revert "KVM: Don't accept obviously wrong gsi values via KVM_IRQFD"
Jan H. Schönherr
1
-2
/
+0
2017-09-15
KVM: Don't accept obviously wrong gsi values via KVM_IRQFD
Jan H. Schönherr
1
-0
/
+2
2017-07-10
Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Paolo Bonzini
1
-3
/
+5
2017-07-07
KVM: mark kvm->busses as rcu protected
Christian Borntraeger
1
-3
/
+5
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-04-12
KVM: x86: rename kvm_vcpu_request_scan_ioapic()
David Hildenbrand
1
-2
/
+2
2017-03-23
KVM: kvm_io_bus_unregister_dev() should never fail
David Hildenbrand
1
-1
/
+2
2016-10-26
KVM: fix OOPS on flush_work
Paolo Bonzini
1
-3
/
+19
2016-09-07
KVM: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-19
/
+3
2016-05-11
kvm: Conditionally register IRQ bypass consumer
Alex Williamson
1
-8
/
+10
2015-11-04
KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
Paolo Bonzini
1
-7
/
+4
2015-10-16
kvm/eventfd: add arch-specific set_irq
Andrey Smetanin
1
-1
/
+12
2015-10-16
kvm/eventfd: factor out kvm_notify_acked_gsi()
Andrey Smetanin
1
-5
/
+11
2015-10-16
kvm/eventfd: avoid loop inside irqfd_update()
Andrey Smetanin
1
-8
/
+5
2015-10-01
KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
Feng Wu
1
-1
/
+18
2015-10-01
KVM: eventfd: add irq bypass consumer management
Eric Auger
1
-0
/
+15
2015-10-01
KVM: introduce kvm_arch functions for IRQ bypass
Eric Auger
1
-0
/
+12
2015-10-01
KVM: create kvm_irqfd.h
Eric Auger
1
-72
/
+23
2015-10-01
kvm: add capability for any-length ioeventfds
Jason Wang
1
-3
/
+1
2015-09-15
kvm: fix double free for fast mmio eventfd
Jason Wang
1
-18
/
+25
2015-09-15
kvm: factor out core eventfd assign/deassign logic
Jason Wang
1
-35
/
+50
2015-09-15
kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
Jason Wang
1
-2
/
+2
2015-03-27
KVM: move iodev.h from virt/kvm/ to include/kvm
Andre Przywara
1
-1
/
+1
2015-03-27
KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.
Nikolay Nikolaev
1
-2
/
+2
2015-03-12
KVM: introduce kvm_arch_intc_initialized and use it in irqfd
Eric Auger
1
-0
/
+3
2014-11-21
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
Paolo Bonzini
1
-7
/
+0
2014-09-24
KVM: EVENTFD: Remove inclusion of irq.h
Christoffer Dall
1
-1
/
+3
2014-08-06
KVM: Move more code under CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
1
-61
/
+61
2014-08-05
KVM: Give IRQFD its own separate enabling Kconfig option
Paul Mackerras
1
-3
/
+3
2014-08-05
KVM: Move irq notifier implementation into eventfd.c
Paul Mackerras
1
-0
/
+63
2014-08-05
KVM: Move all accesses to kvm::irq_routing into irqchip.c
Paul Mackerras
1
-13
/
+9
[next]