index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-16
io_uring: remove iopoll_queue from struct io_issue_def
Caleb Sander Mateos
3
-14
/
+1
2026-03-16
io_uring: add REQ_F_IOPOLL
Caleb Sander Mateos
3
-12
/
+13
2026-03-16
io_uring: mark known and harmless racy ctx->int_flags uses
Jens Axboe
3
-5
/
+6
2026-03-16
io_uring: switch struct io_ring_ctx internal bitfields to flags
Jens Axboe
9
-59
/
+62
2026-03-14
Merge branch 'io_uring-7.0' into for-7.1/io_uring
Jens Axboe
6
-11
/
+55
2026-03-13
Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
6
-11
/
+55
2026-03-12
io_uring/kbuf: check if target buffer list is still legacy on recycle
Jens Axboe
1
-2
/
+11
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/eventfd: use ctx->rings_rcu for flags checking
Jens Axboe
1
-3
/
+7
2026-03-11
io_uring: ensure ctx->rings is stable for task work flags manipulation
Jens Axboe
3
-2
/
+33
2026-03-09
io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migration
Jens Axboe
1
-1
/
+1
2026-03-09
io_uring/register: fix comment about task_no_new_privs
Jann Horn
1
-2
/
+2
2026-03-09
io_uring/zctx: separate notification user_data
Pavel Begunkov
1
-2
/
+7
2026-03-09
io_uring/net: allow vectorised regbuf send zc
Pavel Begunkov
1
-5
/
+9
2026-03-09
io_uring/timeout: immediate timeout arg
Pavel Begunkov
1
-5
/
+15
2026-03-09
io_uring/timeout: migrate reqs from ts64 to ktime
Pavel Begunkov
2
-17
/
+16
2026-03-09
io_uring/timeout: add helper for parsing user time
Pavel Begunkov
1
-9
/
+20
2026-03-09
io_uring/timeout: check unused sqe fields
Pavel Begunkov
1
-0
/
+4
2026-03-09
io_uring/zcrx: declare some constants for query
Pavel Begunkov
3
-3
/
+8
2026-03-09
io_uring/zctx: unify zerocopy issue variants
Pavel Begunkov
3
-75
/
+14
2026-03-09
io_uring/zctx: move vec regbuf import into io_send_zc_import
Pavel Begunkov
1
-16
/
+25
2026-03-09
io_uring/zctx: rename flags var for more clarity
Pavel Begunkov
1
-6
/
+6
2026-03-09
io_uring/cmd_net: split ioctl code out of io_uring_cmd_sock()
Asbjørn Sloth Tønnesen
1
-17
/
+17
2026-03-06
Merge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-3
/
+7
2026-03-04
io_uring/zcrx: use READ_ONCE with user shared RQEs
Pavel Begunkov
1
-2
/
+3
2026-03-02
io_uring/net: reject SEND_VECTORIZED when unsupported
Pavel Begunkov
1
-0
/
+2
2026-02-27
io_uring/zcrx: don't set rx_page_size when not requested
Jakub Kicinski
1
-1
/
+2
2026-02-27
Merge tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-3
/
+3
2026-02-25
io_uring/timeout: READ_ONCE sqe->addr
Pavel Begunkov
1
-2
/
+2
2026-02-24
io_uring/cmd_net: use READ_ONCE() for ->addr3 read
Jens Axboe
1
-1
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
10
-15
/
+15
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
15
-44
/
+42
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
15
-44
/
+42
2026-02-19
io_uring: add IORING_OP_URING_CMD128 to opcode checks
Caleb Sander Mateos
3
-3
/
+9
2026-02-18
io_uring/zcrx: fix user_ref race between scrub and refill paths
Kai Aizen
1
-3
/
+7
2026-02-17
Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
15
-88
/
+129
2026-02-16
io_uring/bpf_filter: pass in expected filter payload size
Jens Axboe
1
-16
/
+49
2026-02-16
io_uring/bpf_filter: move filter size and populate helper into struct
Jens Axboe
3
-11
/
+18
2026-02-16
io_uring/cancel: de-unionize file and user_data in struct io_cancel_data
Jens Axboe
1
-4
/
+2
2026-02-16
io_uring/rsrc: improve regbuf iov validation
Pavel Begunkov
1
-21
/
+10
2026-02-16
io_uring: remove unneeded io_send_zc accounting
Dylan Yudaken
1
-2
/
+0
2026-02-16
io_uring/cmd_net: fix too strict requirement on ioctl
Asbjørn Sloth Tønnesen
1
-3
/
+6
2026-02-15
io_uring: delay sqarray static branch disablement
Pavel Begunkov
1
-4
/
+4
2026-02-15
io_uring/query: return support for custom rx page size
Pavel Begunkov
1
-1
/
+1
2026-02-15
io_uring/zcrx: check unsupported flags on import
Pavel Begunkov
1
-0
/
+2
2026-02-14
io_uring/zcrx: fix post open error handling
Pavel Begunkov
1
-6
/
+3
2026-02-14
io_uring/zcrx: fix sgtable leak on mapping failures
Pavel Begunkov
1
-0
/
+3
2026-02-12
Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-5
/
+33
2026-02-11
io_uring: use the right type for creds iteration
Jens Axboe
1
-1
/
+1
[prev]
[next]