index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
2025-03-05
io_uring: introduce io_cache_free() helper
Caleb Sander Mateos
2025-02-28
io_uring: cache nodes and mapped buffers
Keith Busch
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
2025-02-24
io_uring: make io_poll_issue() sturdier
Pavel Begunkov
2025-02-18
io_uring: use lockless_cq flag in io_req_complete_post()
Caleb Sander Mateos
2025-02-17
io_uring/zcrx: add interface queue and refill queue
David Wei
2025-02-17
io_uring: pass struct io_tw_state by value
Caleb Sander Mateos
2025-02-17
io_uring: introduce type alias for io_tw_state
Caleb Sander Mateos
2025-02-17
io_uring: pass ctx instead of req to io_init_req_drain()
Caleb Sander Mateos
2025-02-17
io_uring: use IO_REQ_LINK_FLAGS more
Caleb Sander Mateos
2025-02-17
io_uring/kbuf: introduce io_kbuf_drop_legacy()
Pavel Begunkov
2025-02-17
io_uring/kbuf: remove legacy kbuf caching
Pavel Begunkov
2025-02-17
io_uring/kbuf: move locking into io_kbuf_drop()
Pavel Begunkov
2025-02-17
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
2025-02-17
io_uring: sanitise ring params earlier
Pavel Begunkov
2025-02-17
io_uring: check for iowq alloc_workqueue failure
Pavel Begunkov
2025-02-17
io_uring: deduplicate caches deallocation
Pavel Begunkov
2025-02-15
io_uring: prevent opcode speculation
Pavel Begunkov
2025-01-31
Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-23
io_uring: get rid of alloc cache init_once handling
Jens Axboe
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-13
io_uring: simplify the SQPOLL thread check when cancelling requests
Bui Quang Minh
2025-01-11
Merge tag 'io_uring-6.13-20250111' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-10
io_uring: expose read/write attribute capability
Anuj Gupta
2025-01-10
io_uring: don't touch sqd->thread off tw add
Pavel Begunkov
2025-01-10
Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-10
io_uring/rw: handle -EAGAIN retry at IO completion time
Jens Axboe
2025-01-10
Merge branch 'vfs-6.14.poll' into vfs.fixes
Christian Brauner
2025-01-10
io_uring_poll: kill the no longer necessary barrier after poll_wait()
Oleg Nesterov
2025-01-09
Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-01-06
io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
Jens Axboe
2024-12-30
io_uring: ensure io_queue_deferred() is out-of-line
Jens Axboe
2024-12-27
io_uring/msg_ring: Drop custom destructor
Gabriel Krisman Bertazi
2024-12-27
io_uring: Move old async data allocation helper to header
Gabriel Krisman Bertazi
2024-12-23
io_uring: prevent reg-wait speculations
Pavel Begunkov
2024-12-23
io_uring: introduce attributes for read/write and PI support
Anuj Gupta
2024-12-23
io_uring: use region api for CQ
Pavel Begunkov
2024-12-23
io_uring: use region api for SQ
Pavel Begunkov
2024-12-23
io_uring: rename ->resize_lock
Pavel Begunkov
2024-12-19
io_uring: check if iowq is killed before queuing
Pavel Begunkov
2024-12-18
io_uring: Fix registered ring file refcount leak
Jann Horn
2024-12-17
io_uring: make ctx->timeout_lock a raw spinlock
Jens Axboe
2024-11-30
Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-26
io_uring: fix task_work cap overshooting
Jens Axboe
2024-11-21
io_uring: limit local tw done
David Wei
[next]