summaryrefslogtreecommitdiff
path: root/io_uring/eventfd.c
AgeCommit message (Expand)Author
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-11io_uring/eventfd: use ctx->rings_rcu for flags checkingJens Axboe
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-04-24io_uring/eventfd: open code io_eventfd_grab()Pavel Begunkov
2025-04-24io_uring/eventfd: clean up rcu lockingPavel Begunkov
2025-04-24io_uring/eventfd: dedup signalling helpersPavel Begunkov
2025-01-09io_uring/eventfd: ensure io_eventfd_signal() defers another RCU periodJens Axboe
2024-10-29io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe
2024-10-29io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe
2024-10-29io_uring/eventfd: move trigger check into a helperJens Axboe
2024-10-29io_uring/eventfd: move actual signaling part into separate helperJens Axboe
2024-10-29io_uring/eventfd: check for the need to async notifier earlierJens Axboe
2024-10-29io_uring/eventfd: abstract out ev_fd put helperJens Axboe
2024-09-08io_uring/eventfd: move refs to refcount_tJens Axboe
2024-09-02io_uring: add new line after variable declarationAnuj Gupta
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe