summaryrefslogtreecommitdiff
path: root/drivers/hv/mshv_eventfd.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-19mshv: Use try_cmpxchg() instead of cmpxchg()Uros Bizjak1-2/+2
2026-02-06mshv: fix SRCU protection in irqfd resampler ack handlerLi RongQing1-2/+3
2026-02-04mshv: clear eventfd counter on irqfd shutdownCarlos López1-3/+2
2026-02-04mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUPMichael Kelley1-4/+4
2026-01-15mshv: Store the result of vfs_poll in a variable of type __poll_tMichael Kelley1-1/+1
2025-12-06mshv: adjust interrupt control structure for ARM64Jinank Jain1-0/+6
2025-11-15mshv: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2025-07-16mshv_eventfd: convert to CLASS(fd)Al Viro1-11/+3
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-0/+8
2025-03-21Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMsNuno Das Neves1-0/+833