index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
poll.h
Age
Commit message (
Expand
)
Author
2025-11-03
io_uring: add wrapper type for io_req_tw_func_t arg
Caleb Sander Mateos
2025-06-23
io_uring/poll: introduce io_arm_apoll()
Pavel Begunkov
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
2024-11-06
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-04-15
io_uring/poll: shrink alloc cache size to 32
Jens Axboe
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-01-28
io_uring/rw: ensure poll based multishot read retries appropriately
Jens Axboe
2023-06-02
io_uring: avoid indirect function calls for the hottest task_work
Jens Axboe
2023-02-25
io_uring/poll: allow some retries for poll triggering spuriously
Jens Axboe
2022-07-24
io_uring: add abstraction around apoll cache
Jens Axboe
2022-07-24
io_uring: move apoll cache to poll.c
Jens Axboe
2022-07-24
io_uring: move a few private types to local headers
Jens Axboe
2022-07-24
io_uring: propagate locking state to poll cancel
Pavel Begunkov
2022-07-24
io_uring: move poll handling into its own file
Jens Axboe