index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
eventfd.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-23
KVM: Drop sanity check that per-VM list of irqfds is unique
Sean Christopherson
1
-11
/
+0
2025-06-23
KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
Sean Christopherson
1
-18
/
+37
2025-06-23
sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
Sean Christopherson
1
-0
/
+1
2025-06-23
KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
Sean Christopherson
1
-3
/
+18
2025-06-23
KVM: Add irqfd to KVM's list via the vfs_poll() callback
Sean Christopherson
1
-43
/
+55
2025-06-23
KVM: Initialize irqfd waitqueue callback when adding to the queue
Sean Christopherson
1
-6
/
+7
2025-06-23
KVM: Acquire SCRU lock outside of irqfds.lock during assignment
Sean Christopherson
1
-3
/
+16
2025-06-23
KVM: Use a local struct to do the initial vfs_poll() on an irqfd
Sean Christopherson
1
-9
/
+17
2025-06-23
KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
Sean Christopherson
1
-9
/
+1
2025-06-23
KVM: Don't WARN if updating IRQ bypass route fails
Sean Christopherson
1
-9
/
+6
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
1
-6
/
+5
2025-06-20
irqbypass: Take ownership of producer/consumer token tracking
Sean Christopherson
1
-4
/
+3
2025-04-04
KVM: Allow building irqbypass.ko as as module when kvm.ko is a module
Sean Christopherson
1
-5
/
+5
2024-11-03
assorted variants of irqfd setup: convert to CLASS(fd)
Al Viro
1
-12
/
+3
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+3
2024-08-13
KVM: eventfd: Use synchronize_srcu_expedited() on shutdown
Li RongQing
1
-6
/
+7
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+13
2023-12-08
KVM: clean up directives to compile out irqfds
Paolo Bonzini
1
-14
/
+12
2023-12-08
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
1
-3
/
+3
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-2
/
+2
2023-06-13
kvm/eventfd: use list_for_each_entry when deassign ioeventfd
Wei Wang
1
-3
/
+2
2023-06-13
KVM: destruct kvm_io_device while unregistering it from kvm_io_bus
Wei Wang
1
-1
/
+0
2023-06-01
KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()
Michal Luczaj
1
-1
/
+1
2023-03-27
KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking
Dmytro Maluka
1
-6
/
+35
2023-03-27
KVM: irqfd: Make resampler_list an RCU list
Dmytro Maluka
1
-2
/
+6
2022-05-20
KVM: eventfd: Fix false positive RCU usage warning
Wanpeng Li
1
-1
/
+2
2022-01-28
KVM: eventfd: Fix false positive RCU usage warning
Hou Wenlong
1
-4
/
+4
2021-09-30
kvm: irqfd: avoid update unmodified entries of the routing
Longpeng(Mike)
1
-1
/
+14
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/kvmarm/kvmarm into HEAD
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-20
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-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-4
/
+4
2017-11-27
annotate poll-related wait keys
Al Viro
1
-1
/
+1
2017-11-27
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/borntraeger/linux into kvm-master
Paolo Bonzini
1
-3
/
+5
[next]