index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.h
Age
Commit message (
Expand
)
Author
2025-03-28
io_uring: don't pass ctx to tw add remote helper
Pavel Begunkov
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
2025-03-07
io_uring: Remove unused declaration io_alloc_async_data()
Yue Haibing
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
2025-02-24
io_uring: introduce io_is_compat()
Pavel Begunkov
2025-02-17
io_uring/zcrx: add io_recvzc request
David Wei
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
2025-02-17
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
2025-01-23
io_uring/alloc_cache: get rid of _nocache() helper
Jens Axboe
2025-01-23
io_uring: get rid of alloc cache init_once handling
Jens Axboe
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-07
io_uring: silence false positive warnings
Pavel Begunkov
2024-12-27
io_uring: Move old async data allocation helper to header
Gabriel Krisman Bertazi
2024-12-27
io_uring: Add generic helper to allocate async data
Gabriel Krisman Bertazi
2024-11-21
io_uring: limit local tw done
David Wei
2024-11-21
io_uring: add io_local_work_pending()
David Wei
2024-11-06
io_uring: avoid normal tw intermediate fallback
Pavel Begunkov
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-06
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-10-29
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
2024-10-29
io_uring: move max entry definition and ring sizing into header
Jens Axboe
2024-10-29
io_uring: clean up cqe trace points
Pavel Begunkov
2024-10-17
io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work
Jens Axboe
2024-10-15
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
2024-09-11
io_uring/cmd: expose iowq to cmds
Pavel Begunkov
2024-08-25
io_uring: add support for batch wait timeout
Jens Axboe
2024-08-25
io_uring: implement our own schedule timeout handling
Jens Axboe
2024-08-25
io_uring: user registered clockid for wait timeouts
Pavel Begunkov
2024-07-26
io_uring/napi: use ktime in busy polling
Pavel Begunkov
2024-06-24
io_uring: add io_add_aux_cqe() helper
Jens Axboe
2024-06-24
io_uring: add remote task_work execution helper
Jens Axboe
2024-06-16
io_uring/eventfd: move eventfd handling to separate file
Jens Axboe
2024-06-16
io_uring/eventfd: move to more idiomatic RCU free usage
Jens Axboe
2024-06-01
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
2024-04-25
io_uring/rw: reinstate thread check for retries
Jens Axboe
2024-04-17
io_uring/rw: ensure retry condition isn't lost
Jens Axboe
2024-04-15
io_uring: unexport io_req_cqe_overflow()
Pavel Begunkov
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
2024-04-15
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2024-04-15
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
2024-04-15
io_uring: use the right type for work_llist empty check
Jens Axboe
2024-04-15
io_uring: drop ->prep_async()
Jens Axboe
2024-04-15
io_uring: clean up io_lockdep_assert_cq_locked
Pavel Begunkov
2024-04-15
io_uring: refactor io_req_complete_post()
Pavel Begunkov
2024-04-15
io_uring: get rid of intermediate aux cqe caches
Pavel Begunkov
2024-04-15
io_uring: refactor io_fill_cqe_req_aux
Pavel Begunkov
2024-04-15
io_uring: remove struct io_tw_state::locked
Pavel Begunkov
[next]