summaryrefslogtreecommitdiff
path: root/drivers/vfio/platform/vfio_platform_irq.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11vfio/platform: Create persistent IRQ handlersAlex Williamson1-32/+68
2024-03-11vfio/platform: Disable virqfds on cleanupAlex Williamson1-1/+4
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-2/+2
2023-01-23vfio/platform: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2015-10-28VFIO: platform: clear IRQ_NOAUTOEN when de-assigning the IRQEric Auger1-0/+1
2015-03-16vfio/platform: implement IRQ masking/unmasking via an eventfdAntonios Motakis1-4/+43
2015-03-16vfio/platform: support for level sensitive interruptsAntonios Motakis1-3/+100
2015-03-16vfio/platform: trigger an interrupt via eventfdAntonios Motakis1-2/+92
2015-03-16vfio/platform: initial interrupts support codeAntonios Motakis1-0/+59
2015-03-16vfio/platform: return IRQ infoAntonios Motakis1-0/+51