index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.h
Age
Commit message (
Expand
)
Author
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
2024-04-15
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
2024-04-15
io_uring/cmd: move io_uring_try_cancel_uring_cmd()
Pavel Begunkov
2024-02-14
io_uring/napi: ensure napi polling is aborted when work is available
Jens Axboe
2024-02-09
io-uring: add napi busy poll support
Stefan Roesch
2024-02-09
io-uring: move io_wait_queue definition to header file
Stefan Roesch
2024-02-08
io_uring/sqpoll: manage task_work privately
Jens Axboe
2024-02-08
io_uring: mark the need to lock/unlock the ring as unlikely
Jens Axboe
2024-02-08
io_uring: add io_file_can_poll() helper
Jens Axboe
2024-01-29
io_uring/poll: add requeue return code from poll multishot handling
Jens Axboe
2023-12-19
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2023-12-19
io_uring/register: move io_uring_register(2) related code to register.c
Jens Axboe
2023-12-12
io_uring/cmd: inline io_uring_cmd_do_in_task_lazy
Pavel Begunkov
2023-11-27
io_uring: enable io_mem_alloc/free to be used in other parts
Jens Axboe
2023-11-01
Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
2023-10-05
io_uring/kbuf: Use slab for struct io_buffer objects
Gabriel Krisman Bertazi
2023-10-03
io_uring: ensure io_lockdep_assert_cq_locked() handles disabled rings
Jens Axboe
2023-08-24
io_uring: force inline io_fill_cqe_req
Pavel Begunkov
2023-08-24
io_uring: merge iopoll and normal completion paths
Pavel Begunkov
2023-08-24
io_uring: optimise extra io_get_cqe null check
Pavel Begunkov
2023-08-24
io_uring: refactor __io_get_cqe()
Pavel Begunkov
2023-08-24
io_uring: simplify big_cqe handling
Pavel Begunkov
2023-08-24
io_uring: improve cqe !tracing hot path
Pavel Begunkov
2023-08-11
io_uring: never overflow io_aux_cqe
Pavel Begunkov
2023-08-11
io_uring: remove return from io_req_cqe_overflow()
Pavel Begunkov
2023-08-11
io_uring: open code io_fill_cqe_req()
Pavel Begunkov
2023-08-10
io_uring: have io_file_put() take an io_kiocb rather than the file
Jens Axboe
2023-08-09
io_uring: fix false positive KASAN warnings
Pavel Begunkov
[next]