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.18-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_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.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
2026-04-21
io_uring: fix spurious fput in registered ring path
Jens Axboe
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-04-08
io_uring: unify getting ctx from passed in file descriptor
Jens Axboe
2026-04-03
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-04-01
io_uring/zcrx: rename zcrx [un]register functions
Pavel Begunkov
2026-04-01
io_uring/zcrx: return back two step unregistration
Pavel Begunkov
2026-04-01
io_uring: protect remaining lockless ctx->rings accesses with RCU
Jens Axboe
2026-03-17
io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()
Jens Axboe
2026-03-16
io_uring/bpf-ops: implement bpf ops registration
Pavel Begunkov
2026-03-16
io_uring/bpf-ops: implement loop_step with BPF struct_ops
Pavel Begunkov
2026-03-16
io_uring: introduce callback driven main loop
Pavel Begunkov
2026-03-16
io_uring: count CQEs in io_iopoll_check()
Caleb Sander Mateos
2026-03-16
io_uring: remove iopoll_queue from struct io_issue_def
Caleb Sander Mateos
2026-03-16
io_uring: add REQ_F_IOPOLL
Caleb Sander Mateos
2026-03-16
io_uring: mark known and harmless racy ctx->int_flags uses
Jens Axboe
2026-03-16
io_uring: switch struct io_ring_ctx internal bitfields to flags
Jens Axboe
2026-03-14
Merge branch 'io_uring-7.0' into for-7.1/io_uring
Jens Axboe
2026-03-13
Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-03-11
io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
Tom Ryan
2026-03-11
io_uring: ensure ctx->rings is stable for task work flags manipulation
Jens Axboe
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-15
io_uring: delay sqarray static branch disablement
Pavel Begunkov
2026-02-11
io_uring: use the right type for creds iteration
Jens Axboe
2026-02-09
io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL check
Caleb Sander Mateos
2026-02-09
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
2026-02-09
Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-02-06
io_uring: allow registration of per-task restrictions
Jens Axboe
2026-01-27
io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
Jens Axboe
2026-01-27
io_uring: add support for BPF filtering for opcode restrictions
Jens Axboe
2026-01-23
io_uring: fix bad indentation for setup flags if statement
Jens Axboe
2026-01-22
io_uring: introduce non-circular SQ
Pavel Begunkov
2026-01-22
io_uring: split out CQ waiting code into wait.c
Jens Axboe
2026-01-22
io_uring: split out task work code into tw.c
Jens Axboe
2026-01-22
io_uring: add IO_URING_EXIT_WAIT_MAX definition
Jens Axboe
2026-01-14
io_uring: move local task_work in exit cancel loop
Ming Lei
2026-01-13
io_uring: track restrictions separately for IORING_OP and IORING_REGISTER
Jens Axboe
2026-01-13
io_uring: move ctx->restricted check into io_check_restriction()
Jens Axboe
2026-01-12
io_uring/msg_ring: drop unnecessary submitter_task checks
Caleb Sander Mateos
2026-01-12
io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
Caleb Sander Mateos
2026-01-05
io_uring: Trim out unused includes
Gabriel Krisman Bertazi
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
2025-12-30
io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
Alexandre Negrel
2025-12-28
io_uring: IOPOLL polling improvements
Jens Axboe
2025-12-09
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-25
io_uring: fix mixed cqe overflow handling
Pavel Begunkov
2025-11-13
io_uring: move cq/sq user offset init around
Pavel Begunkov
2025-11-13
io_uring: pre-calculate scq layout
Pavel Begunkov
2025-11-13
io_uring: keep ring laoyut in a structure
Pavel Begunkov
[next]