index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
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-21
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-15
io_uring: delay sqarray static branch disablement
Pavel Begunkov
1
-4
/
+4
2026-02-11
io_uring: use the right type for creds iteration
Jens Axboe
1
-1
/
+1
2026-02-09
io_uring: simplify IORING_SETUP_DEFER_TASKRUN && !SQPOLL check
Caleb Sander Mateos
1
-2
/
+1
2026-02-09
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
1
-0
/
+48
2026-02-09
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-22
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-05
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-30
io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
Alexandre Negrel
1
-1
/
+1
2025-12-28
io_uring: IOPOLL polling improvements
Jens Axboe
1
-19
/
+8
2025-12-09
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
1
-0
/
+3
2025-12-03
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
2025-11-13
io_uring: move cq/sq user offset init around
Pavel Begunkov
1
-21
/
+20
2025-11-13
io_uring: pre-calculate scq layout
Pavel Begunkov
1
-13
/
+14
2025-11-13
io_uring: keep ring laoyut in a structure
Pavel Begunkov
1
-26
/
+28
2025-11-13
io_uring: introduce struct io_ctx_config
Pavel Begunkov
1
-13
/
+28
2025-11-13
io_uring: use size_add helpers for ring offsets
Pavel Begunkov
1
-10
/
+8
2025-11-13
io_uring: refactor rings_size nosqarray handling
Pavel Begunkov
1
-12
/
+12
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
1
-1
/
+1
2025-11-11
io_uring: move flags check to io_uring_sanitise_params
Pavel Begunkov
1
-2
/
+3
2025-11-11
io_uring: use mem_is_zero to check ring params
Pavel Begunkov
1
-5
/
+3
2025-11-11
io_uring: pass sq entries in the params struct
Pavel Begunkov
1
-4
/
+7
2025-11-06
io_uring: use WRITE_ONCE for user shared memory
Pavel Begunkov
1
-4
/
+6
2025-11-06
io_uring/zcrx: reverse ifq refcount
David Wei
1
-5
/
+0
2025-11-06
io_uring/memmap: refactor io_free_region() to take user_struct param
David Wei
1
-3
/
+3
2025-11-05
io_uring: fix typos and comment wording
Alok Tiwari
1
-2
/
+2
2025-11-04
io_uring/cancel: move cancelation code from io_uring.c to cancel.c
Jens Axboe
1
-240
/
+4
2025-11-04
io_uring/cancel: move __io_uring_cancel() into cancel.c
Jens Axboe
1
-6
/
+0
2025-11-04
io_uring/cancel: move request/task cancelation logic into cancel.c
Jens Axboe
1
-38
/
+0
2025-11-03
io_uring: add wrapper type for io_req_tw_func_t arg
Caleb Sander Mateos
1
-9
/
+12
2025-11-03
io_uring: only call io_should_terminate_tw() once for ctx
Caleb Sander Mateos
1
-3
/
+2
2025-10-22
io_uring: check for user passing 0 nr_submit
Pavel Begunkov
1
-2
/
+3
[next]