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
12 days
net: add net_iov_init() and use it to initialize ->page_type
Jakub Kicinski
1
-2
/
+1
2026-04-21
io_uring: take page references for NOMMU pbuf_ring mmaps
Greg Kroah-Hartman
1
-1
/
+45
2026-04-21
io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKE
Jens Axboe
1
-1
/
+3
2026-04-21
io_uring/zcrx: warn on freelist violations
Pavel Begunkov
1
-0
/
+2
2026-04-21
io_uring/zcrx: clear RQ headers on init
Pavel Begunkov
1
-0
/
+1
2026-04-21
io_uring/zcrx: fix user_struct uaf
Pavel Begunkov
1
-1
/
+1
2026-04-21
io_uring/register: fix ring resizing with mixed/large SQEs/CQEs
Jens Axboe
1
-6
/
+26
2026-04-21
io_uring/futex: ensure partial wakes are appropriately dequeued
Jens Axboe
1
-1
/
+3
2026-04-21
io_uring/rw: add defensive hardening for negative kbuf lengths
Jens Axboe
1
-2
/
+2
2026-04-21
io_uring/rsrc: use kvfree() for the imu cache
Jens Axboe
2
-2
/
+2
2026-04-21
io_uring/rsrc: unify nospec indexing for direct descriptors
Jens Axboe
2
-2
/
+10
2026-04-21
io_uring: fix spurious fput in registered ring path
Jens Axboe
1
-1
/
+2
2026-04-20
io_uring: fix iowq_limits data race in tctx node addition
Jens Axboe
1
-3
/
+7
2026-04-20
io_uring/tctx: mark io_wq as exiting before error path teardown
Jens Axboe
1
-1
/
+3
2026-04-20
io_uring/tctx: check for setup tctx->io_wq before teardown
Jens Axboe
1
-1
/
+2
2026-04-15
io_uring/poll: fix signed comparison in io_poll_get_ownership()
Longxuan Yu
1
-1
/
+1
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-4
/
+7
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
33
-506
/
+1030
2026-04-13
Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2026-04-09
Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'
Jakub Kicinski
1
-4
/
+8
2026-04-09
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
1
-1
/
+2
2026-04-09
net: Slightly simplify net_mp_{open,close}_rxq
Daniel Borkmann
1
-3
/
+6
2026-04-08
io_uring: unify getting ctx from passed in file descriptor
Jens Axboe
6
-58
/
+40
2026-04-08
io_uring/register: don't get a reference to the registered ring fd
Jens Axboe
2
-5
/
+6
2026-04-08
io_uring/tctx: clean up __io_uring_add_tctx_node() error handling
Jens Axboe
1
-20
/
+40
2026-04-08
io_uring/tctx: have io_uring_alloc_task_context() return tctx
Jens Axboe
3
-14
/
+19
2026-04-03
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
7
-29
/
+87
2026-04-02
io_uring/timeout: use 'ctx' consistently
Yang Xiuwei
1
-2
/
+2
2026-04-02
io_uring/rw: clean up __io_read() obsolete comment and early returns
Joanne Koong
1
-6
/
+5
2026-04-02
io_uring/zcrx: use correct mmap off constants
Pavel Begunkov
1
-1
/
+1
2026-04-02
io_uring/zcrx: use dma_len for chunk size calculation
Pavel Begunkov
1
-1
/
+1
2026-04-02
io_uring/zcrx: don't clear not allocated niovs
Pavel Begunkov
1
-2
/
+4
2026-04-01
io_uring/zcrx: don't use mark0 for allocating xarray
Pavel Begunkov
1
-2
/
+2
2026-04-01
io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()
Anas Iqbal
1
-1
/
+1
2026-04-01
io_uring/zcrx: reject REG_NODEV with large rx_buf_size
Pavel Begunkov
1
-1
/
+3
2026-04-01
io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OP
Amir Mohammad Jahangirzad
1
-1
/
+8
2026-04-01
io_uring/rsrc: use io_cache_free() to free node
Jackie Liu
1
-1
/
+1
2026-04-01
io_uring/zcrx: rename zcrx [un]register functions
Pavel Begunkov
4
-10
/
+10
2026-04-01
io_uring/zcrx: check ctrl op payload struct sizes
Pavel Begunkov
1
-0
/
+2
2026-04-01
io_uring/zcrx: cache fallback availability in zcrx ctx
Pavel Begunkov
2
-1
/
+9
2026-04-01
io_uring/zcrx: warn on a repeated area append
Pavel Begunkov
1
-1
/
+1
2026-04-01
io_uring/zcrx: consolidate dma syncing
Pavel Begunkov
1
-11
/
+12
2026-04-01
io_uring/zcrx: netmem array as refiling format
Pavel Begunkov
1
-15
/
+25
2026-04-01
io_uring/zcrx: warn on alloc with non-empty pp cache
Pavel Begunkov
1
-2
/
+2
2026-04-01
io_uring/zcrx: move count check into zcrx_get_free_niov
Pavel Begunkov
1
-17
/
+21
2026-04-01
io_uring/zcrx: use guards for locking
Pavel Begunkov
1
-8
/
+7
2026-04-01
io_uring/zcrx: add a struct for refill queue
Pavel Begunkov
2
-31
/
+37
2026-04-01
io_uring/zcrx: use better name for RQ region
Pavel Begunkov
2
-5
/
+5
2026-04-01
io_uring/zcrx: implement device-less mode for zcrx
Pavel Begunkov
2
-15
/
+28
2026-04-01
io_uring/zcrx: extract netdev+area init into a helper
Pavel Begunkov
1
-29
/
+43
[next]