index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'io_uring-7.1-20260430' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4 days
io_uring/tw: serialize ctx->retry_llist with ->uring_lock
Jens Axboe
5 days
net: add net_iov_init() and use it to initialize ->page_type
Jakub Kicinski
6 days
io_uring/napi: cap busy_poll_to 10 msec
Jens Axboe
6 days
io_uring/kbuf: support min length left for incremental buffers
Martin Michaelis
6 days
io_uring/kbuf: kill dead struct io_buffer_list 'nr_entries' member
Jens Axboe
13 days
io_uring: take page references for NOMMU pbuf_ring mmaps
Greg Kroah-Hartman
13 days
io_uring/poll: ensure EPOLL_ONESHOT is propagated for EPOLL_URING_WAKE
Jens Axboe
13 days
io_uring/zcrx: warn on freelist violations
Pavel Begunkov
13 days
io_uring/zcrx: clear RQ headers on init
Pavel Begunkov
13 days
io_uring/zcrx: fix user_struct uaf
Pavel Begunkov
13 days
io_uring/register: fix ring resizing with mixed/large SQEs/CQEs
Jens Axboe
13 days
io_uring/futex: ensure partial wakes are appropriately dequeued
Jens Axboe
13 days
io_uring/rw: add defensive hardening for negative kbuf lengths
Jens Axboe
13 days
io_uring/rsrc: use kvfree() for the imu cache
Jens Axboe
13 days
io_uring/rsrc: unify nospec indexing for direct descriptors
Jens Axboe
13 days
io_uring: fix spurious fput in registered ring path
Jens Axboe
2026-04-20
io_uring: fix iowq_limits data race in tctx node addition
Jens Axboe
2026-04-20
io_uring/tctx: mark io_wq as exiting before error path teardown
Jens Axboe
2026-04-20
io_uring/tctx: check for setup tctx->io_wq before teardown
Jens Axboe
2026-04-15
io_uring/poll: fix signed comparison in io_poll_get_ownership()
Longxuan Yu
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-09
Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'
Jakub Kicinski
2026-04-09
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
2026-04-09
net: Slightly simplify net_mp_{open,close}_rxq
Daniel Borkmann
2026-04-08
io_uring: unify getting ctx from passed in file descriptor
Jens Axboe
2026-04-08
io_uring/register: don't get a reference to the registered ring fd
Jens Axboe
2026-04-08
io_uring/tctx: clean up __io_uring_add_tctx_node() error handling
Jens Axboe
2026-04-08
io_uring/tctx: have io_uring_alloc_task_context() return tctx
Jens Axboe
2026-04-03
Merge tag 'io_uring-7.0-20260403' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-04-02
io_uring/timeout: use 'ctx' consistently
Yang Xiuwei
2026-04-02
io_uring/rw: clean up __io_read() obsolete comment and early returns
Joanne Koong
2026-04-02
io_uring/zcrx: use correct mmap off constants
Pavel Begunkov
2026-04-02
io_uring/zcrx: use dma_len for chunk size calculation
Pavel Begunkov
2026-04-02
io_uring/zcrx: don't clear not allocated niovs
Pavel Begunkov
2026-04-01
io_uring/zcrx: don't use mark0 for allocating xarray
Pavel Begunkov
2026-04-01
io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()
Anas Iqbal
2026-04-01
io_uring/zcrx: reject REG_NODEV with large rx_buf_size
Pavel Begunkov
2026-04-01
io_uring/cancel: validate opcode for IORING_ASYNC_CANCEL_OP
Amir Mohammad Jahangirzad
2026-04-01
io_uring/rsrc: use io_cache_free() to free node
Jackie Liu
2026-04-01
io_uring/zcrx: rename zcrx [un]register functions
Pavel Begunkov
2026-04-01
io_uring/zcrx: check ctrl op payload struct sizes
Pavel Begunkov
2026-04-01
io_uring/zcrx: cache fallback availability in zcrx ctx
Pavel Begunkov
2026-04-01
io_uring/zcrx: warn on a repeated area append
Pavel Begunkov
2026-04-01
io_uring/zcrx: consolidate dma syncing
Pavel Begunkov
2026-04-01
io_uring/zcrx: netmem array as refiling format
Pavel Begunkov
2026-04-01
io_uring/zcrx: warn on alloc with non-empty pp cache
Pavel Begunkov
2026-04-01
io_uring/zcrx: move count check into zcrx_get_free_niov
Pavel Begunkov
[next]