index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
/
lib
/
irqbypass.c
Age
Commit message (
Expand
)
Author
2025-06-20
irqbypass: Require producers to pass in Linux IRQ number during registration
Sean Christopherson
2025-06-20
irqbypass: Use xarray to track producers and consumers
Sean Christopherson
2025-06-20
irqbypass: Use guard(mutex) in lieu of manual lock+unlock
Sean Christopherson
2025-06-20
irqbypass: Use paired consumer/producer to disconnect during unregister
Sean Christopherson
2025-06-20
irqbypass: Explicitly track producer and consumer bindings
Sean Christopherson
2025-06-20
irqbypass: Take ownership of producer/consumer token tracking
Sean Christopherson
2025-06-20
irqbypass: Drop superfluous might_sleep() annotations
Sean Christopherson
2025-06-20
irqbypass: Drop pointless and misleading THIS_MODULE get/put
Sean Christopherson
2021-05-15
Revert "irqbypass: do not start cons/prod when failed connect"
Zhu Lingshan
2020-08-05
irqbypass: do not start cons/prod when failed connect
Zhu Lingshan
2020-01-08
KVM: lib: use jump label to handle resource release in irq_bypass_register_pr...
Miaohe Lin
2020-01-08
KVM: lib: use jump label to handle resource release in irq_bypass_register_co...
Miaohe Lin
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-01-12
KVM: eventfd: fix NULL deref irqbypass consumer
Wanpeng Li
2016-05-11
irqbypass: Disallow NULL token
Alex Williamson
2015-10-01
virt: IRQ bypass manager
Alex Williamson