summaryrefslogtreecommitdiff
path: root/drivers/virt/acrn/irqfd.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-01virt: acrn: Remove unused list 'acrn_irqfd_clients'Dr. David Alan Gilbert1-2/+0
2024-11-03assorted variants of irqfd setup: convert to CLASS(fd)Al Viro1-9/+4
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2022-03-18virt: acrn: Remove unsued acrn_irqfds_mutex.Sebastian Andrzej Siewior1-1/+0
2021-03-10virt: acrn: Use EPOLLIN instead of POLLINYejune Deng1-1/+1
2021-03-10virt: acrn: Use vfs_poll() instead of f_op->poll()Yejune Deng1-2/+2
2021-02-09virt: acrn: Introduce irqfdShuo Liu1-0/+235