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
Age
Commit message (
Expand
)
Author
2026-02-05
Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-05
io_uring/kbuf: fix memory leak if io_buffer_add_list fails
Jens Axboe
2026-02-04
io_uring: Add SPDX id lines to remaining source files
Tim Bird
2026-02-03
io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEs
Jens Axboe
2026-02-03
io_uring/fdinfo: kill unnecessary newline feed in CQE32 printing
Jens Axboe
2026-02-02
io_uring/zcrx: fix rq flush locking
Pavel Begunkov
2026-02-02
io_uring/zcrx: fix page array leak
Pavel Begunkov
2026-02-02
io_uring: allow io-wq workers to exit when unused
Li Chen
2026-02-02
io_uring/io-wq: add exit-on-idle state
Li Chen
2026-01-27
io_uring/net: don't continue send bundle if poll was required for retry
Jens Axboe
2026-01-27
io_uring/bpf_filter: add ref counts to struct io_bpf_filter
Jens Axboe
2026-01-27
io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
Jens Axboe
2026-01-27
io_uring/bpf_filter: allow filtering on contents of struct open_how
Jens Axboe
2026-01-27
io_uring/net: allow filtering on IORING_OP_SOCKET data
Jens Axboe
2026-01-27
io_uring: add support for BPF filtering for opcode restrictions
Jens Axboe
2026-01-25
io_uring/rsrc: use GFP_KERNEL_ACCOUNT consistently
Jens Axboe
2026-01-25
io_uring/futex: use GFP_KERNEL_ACCOUNT for futex data allocation
Jens Axboe
2026-01-24
io_uring/zcrx: implement large rx buffer support
Pavel Begunkov
2026-01-23
io_uring/io-wq: handle !sysctl_hung_task_timeout_secs
Jens Axboe
2026-01-23
Merge tag 'io_uring-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-23
io_uring: fix bad indentation for setup flags if statement
Jens Axboe
2026-01-22
io_uring/rsrc: take unsigned index in io_rsrc_node_lookup()
Caleb Sander Mateos
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/io-wq: don't trigger hung task for syzbot craziness
Jens Axboe
2026-01-22
io_uring: add IO_URING_EXIT_WAIT_MAX definition
Jens Axboe
2026-01-21
io_uring/sync: validate passed in offset
Jens Axboe
2026-01-20
nvme/io_uring: optimize IOPOLL completions for local ring context
Ming Lei
2026-01-20
io_uring/timeout: annotate data race in io_flush_timeouts()
Jens Axboe
2026-01-20
io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
Jens Axboe
2026-01-19
io_uring/waitid: fix KCSAN warning on io_waitid->head
Jens Axboe
2026-01-19
io_uring/rw: free potentially allocated iovec on cache put failure
Jens Axboe
2026-01-16
Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-16
filename_...xattr(): don't consume filename reference
Al Viro
2026-01-16
non-consuming variants of do_{unlinkat,rmdir}()
Al Viro
2026-01-16
non-consuming variant of do_mkdirat()
Al Viro
2026-01-16
non-consuming variant of do_symlinkat()
Al Viro
2026-01-16
non-consuming variant of do_linkat()
Al Viro
2026-01-16
non-consuming variant of do_renameat2()
Al Viro
2026-01-14
io_uring/uring_cmd: explicitly disallow cancelations for IOPOLL
Jens Axboe
2026-01-14
io_uring: fix IOPOLL with passthrough I/O
Jens Axboe
2026-01-14
io_uring: move local task_work in exit cancel loop
Ming Lei
2026-01-13
rename do_filp_open() to do_file_open()
Al Viro
2026-01-13
allow incomplete imports of filenames
Al Viro
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-13
io_uring/register: set ctx->restricted when restrictions are parsed
Jens Axboe
2026-01-13
io_uring/register: have io_parse_restrictions() set restrictions enabled
Jens Axboe
2026-01-13
io_uring/register: have io_parse_restrictions() return number of ops
Jens Axboe
[prev]
[next]