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.c
Age
Commit message (
Expand
)
Author
2023-01-27
io_uring: always prep_async for drain requests
Dylan Yudaken
2023-01-20
io_uring/msg_ring: fix remote queue to disabled ring
Pavel Begunkov
2023-01-05
io_uring: fix CQ waiting timeout handling
Pavel Begunkov
2023-01-03
io_uring: lockdep annotate CQ locking
Pavel Begunkov
2023-01-03
io_uring: pin context while queueing deferred tw
Pavel Begunkov
2022-12-23
io_uring: check for valid register opcode earlier
Jens Axboe
2022-12-21
io_uring: finish waiting before flushing overflow entries
Jens Axboe
2022-12-17
io_uring: include task_work run after scheduling in wait for events
Jens Axboe
2022-12-15
io_uring: use call_rcu_hurry if signaling an eventfd
Dylan Yudaken
2022-12-15
io_uring: fix overflow handling regression
Pavel Begunkov
2022-12-14
io_uring: ease timeout flush locking requirements
Pavel Begunkov
2022-12-14
io_uring: revise completion_lock locking
Pavel Begunkov
2022-12-13
Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-13
Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-07
io_uring: skip spinlocking for ->task_complete
Pavel Begunkov
2022-12-07
io_uring: never run tw and fallback in parallel
Pavel Begunkov
2022-12-07
io_uring: use tw for putting rsrc
Pavel Begunkov
2022-12-07
io_uring: complete all requests in task context
Pavel Begunkov
2022-12-07
io_uring: don't check overflow flush failures
Pavel Begunkov
2022-12-07
io_uring: skip overflow CQE posting for dying ring
Pavel Begunkov
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
2022-12-07
io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
Harshit Mogalapalli
2022-11-30
io_uring: don't raw spin unlock to match cq_lock
Pavel Begunkov
2022-11-30
io_uring: kill io_poll_issue's PF_EXITING check
Pavel Begunkov
2022-11-25
io_uring: keep unlock_post inlined in hot path
Pavel Begunkov
2022-11-25
io_uring: spelling fix
Dylan Yudaken
2022-11-25
io_uring: remove io_req_complete_post_tw
Dylan Yudaken
2022-11-25
io_uring: allow multishot polled reqs to defer completion
Dylan Yudaken
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
2022-11-25
io_uring: add lockdep assertion in io_fill_cqe_aux
Dylan Yudaken
2022-11-25
io_uring: make io_fill_cqe_aux static
Dylan Yudaken
2022-11-25
io_uring: add io_aux_cqe which allows deferred completion
Dylan Yudaken
2022-11-25
io_uring: allow defer completion for aux posted cqes
Dylan Yudaken
2022-11-25
io_uring: defer all io_req_complete_failed
Dylan Yudaken
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
2022-11-23
io_uring: inline __io_req_complete_put()
Pavel Begunkov
2022-11-23
io_uring: remove io_req_tw_post_queue
Pavel Begunkov
2022-11-23
io_uring: hold locks for io_req_complete_failed
Pavel Begunkov
2022-11-22
io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()
Jens Axboe
2022-11-22
io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups
Jens Axboe
2022-11-21
io_uring: inline __io_req_complete_post()
Pavel Begunkov
2022-11-21
io_uring: split tw fallback into a function
Pavel Begunkov
2022-11-21
io_uring: inline io_req_task_work_add()
Pavel Begunkov
2022-11-21
io_uring: update outdated comment of callbacks
Lin Ma
2022-11-21
io_uring: do not always force run task_work in io_uring_register
Dylan Yudaken
2022-11-21
io_uring: move kbuf put out of generic tw complete
Pavel Begunkov
2022-11-17
io_uring: fix multishot accept request leaks
Pavel Begunkov
2022-11-08
io_uring: calculate CQEs from the user visible value
Dylan Yudaken
2022-10-27
io_uring: unlock if __io_run_local_work locked inside
Dylan Yudaken
2022-10-27
io_uring: use io_run_local_work_locked helper
Dylan Yudaken
[next]