index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
io_uring: propagate array_index_nospec opcode into req->opcode
Michael Bommarito
1
-5
/
+4
13 days
io_uring: validate user-controlled cq.head in io_cqe_cache_refill()
Zizhi Wo
1
-5
/
+17
2026-05-11
io_uring: hold uring_lock when walking link chain in io_wq_free_work()
Jens Axboe
1
-1
/
+6
2026-04-21
io_uring: fix spurious fput in registered ring path
Jens Axboe
1
-1
/
+2
2026-04-14
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-77
/
+106
2026-04-08
io_uring: unify getting ctx from passed in file descriptor
Jens Axboe
1
-21
/
+36
2026-04-03
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+5
2026-04-01
io_uring/zcrx: rename zcrx [un]register functions
Pavel Begunkov
1
-1
/
+1
2026-04-01
io_uring/zcrx: return back two step unregistration
Pavel Begunkov
1
-0
/
+4
2026-04-01
io_uring: protect remaining lockless ctx->rings accesses with RCU
Jens Axboe
1
-2
/
+5
2026-03-17
io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()
Jens Axboe
1
-2
/
+4
2026-03-17
io_uring/bpf-ops: implement bpf ops registration
Pavel Begunkov
1
-0
/
+1
2026-03-17
io_uring/bpf-ops: implement loop_step with BPF struct_ops
Pavel Begunkov
1
-0
/
+1
2026-03-17
io_uring: introduce callback driven main loop
Pavel Begunkov
1
-0
/
+11
2026-03-17
io_uring: count CQEs in io_iopoll_check()
Caleb Sander Mateos
1
-7
/
+2
2026-03-17
io_uring: remove iopoll_queue from struct io_issue_def
Caleb Sander Mateos
1
-2
/
+1
2026-03-17
io_uring: add REQ_F_IOPOLL
Caleb Sander Mateos
1
-5
/
+4
2026-03-17
io_uring: mark known and harmless racy ctx->int_flags uses
Jens Axboe
1
-1
/
+1
2026-03-17
io_uring: switch struct io_ring_ctx internal bitfields to flags
Jens Axboe
1
-40
/
+42
2026-03-14
Merge branch 'io_uring-7.0' into for-7.1/io_uring
Jens Axboe
1
-1
/
+3
2026-03-13
Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2026-03-11
io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
Tom Ryan
1
-1
/
+1
2026-03-11
io_uring: ensure ctx->rings is stable for task work flags manipulation
Jens Axboe
1
-0
/
+2
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-4
/
+4
2026-02-16
io_uring: delay sqarray static branch disablement
Pavel Begunkov
1
-4
/
+4
2026-02-12
io_uring: use the right type for creds iteration
Jens Axboe
1
-1
/
+1
2026-02-10
io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL check
Caleb Sander Mateos
1
-2
/
+1
2026-02-10
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
1
-0
/
+48
2026-02-10
Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-739
/
+43
2026-02-06
io_uring: allow registration of per-task restrictions
Jens Axboe
1
-0
/
+33
2026-01-27
io_uring/bpf_filter: cache lookup table in ctx->bpf_filters
Jens Axboe
1
-2
/
+9
2026-01-27
io_uring: add support for BPF filtering for opcode restrictions
Jens Axboe
1
-0
/
+8
2026-01-23
io_uring: fix bad indentation for setup flags if statement
Jens Axboe
1
-1
/
+1
2026-01-23
io_uring: introduce non-circular SQ
Pavel Begunkov
1
-7
/
+22
2026-01-22
io_uring: split out CQ waiting code into wait.c
Jens Axboe
1
-320
/
+2
2026-01-22
io_uring: split out task work code into tw.c
Jens Axboe
1
-371
/
+0
2026-01-22
io_uring: add IO_URING_EXIT_WAIT_MAX definition
Jens Axboe
1
-1
/
+1
2026-01-14
io_uring: move local task_work in exit cancel loop
Ming Lei
1
-4
/
+4
2026-01-13
io_uring: track restrictions separately for IORING_OP and IORING_REGISTER
Jens Axboe
1
-2
/
+2
2026-01-13
io_uring: move ctx->restricted check into io_check_restriction()
Jens Axboe
1
-1
/
+3
2026-01-12
io_uring/msg_ring: drop unnecessary submitter_task checks
Caleb Sander Mateos
1
-6
/
+1
2026-01-12
io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
Caleb Sander Mateos
1
-1
/
+5
2026-01-06
io_uring: Trim out unused includes
Gabriel Krisman Bertazi
1
-12
/
+0
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
1
-0
/
+5
2025-12-31
io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
Alexandre Negrel
1
-1
/
+1
2025-12-29
io_uring: IOPOLL polling improvements
Jens Axboe
1
-19
/
+8
2025-12-10
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
1
-0
/
+3
2025-12-04
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-385
/
+162
2025-11-25
io_uring: fix mixed cqe overflow handling
Pavel Begunkov
1
-0
/
+2
[next]