index
:
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-07-08
Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"
Jens Axboe
2025-06-29
io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
Jens Axboe
2025-06-13
io_uring: run local task_work from ring exit IOPOLL reaping
Jens Axboe
2025-06-12
io_uring: consistently use rcu semantics with sqpoll thread
Keith Busch
2025-06-04
io_uring/futex: mark wait requests as inflight
Jens Axboe
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
2025-05-21
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
2025-05-17
io_uring: add new helpers for posting overflows
Jens Axboe
2025-05-17
io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
Jens Axboe
2025-05-17
io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
Jens Axboe
2025-05-17
io_uring: split alloc and add of overflow
Jens Axboe
2025-05-16
io_uring: open code io_req_cqe_overflow()
Pavel Begunkov
2025-05-16
Merge branch 'io_uring-6.15' into for-6.16/io_uring
Jens Axboe
2025-05-12
io_uring: drain based on allocates reqs
Pavel Begunkov
2025-05-09
io_uring: count allocated requests
Pavel Begunkov
2025-05-09
io_uring: open code io_account_cq_overflow()
Pavel Begunkov
2025-05-09
io_uring: consolidate drain seq checking
Pavel Begunkov
2025-05-09
io_uring: remove drain prealloc checks
Pavel Begunkov
2025-05-09
io_uring: simplify drain ret passing
Pavel Begunkov
2025-05-09
io_uring: fix spurious drain flushing
Pavel Begunkov
2025-05-09
io_uring: account drain memory to cgroup
Pavel Begunkov
2025-05-09
io_uring: add lockdep asserts to io_add_aux_cqe
Pavel Begunkov
2025-05-07
io_uring: ensure deferred completions are flushed for multishot
Jens Axboe
2025-05-06
io_uring: move io_req_put_rsrc_nodes()
Pavel Begunkov
2025-05-06
io_uring: remove io_preinit_req()
Pavel Begunkov
2025-05-06
io_uring: enable per-io write streams
Keith Busch
2025-05-04
io_uring: always arm linked timeouts prior to issue
Jens Axboe
2025-04-28
io_uring: delete misleading comment in io_fill_cqe_aux()
Pavel Begunkov
2025-04-24
io_uring: fix 'sync' handling of io_fallback_tw()
Jens Axboe
2025-04-24
io_uring/eventfd: dedup signalling helpers
Pavel Begunkov
2025-04-24
io_uring: don't duplicate flushing in io_req_post_cqe
Pavel Begunkov
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
2025-04-21
io_uring/rsrc: remove node assignment helpers
Jens Axboe
2025-04-21
io_uring/wq: avoid indirect do_work/free_work calls
Caleb Sander Mateos
2025-04-03
io_uring: always do atomic put from iowq
Pavel Begunkov
2025-03-31
io_uring: add req flag invariant build assertion
Pavel Begunkov
2025-03-28
io_uring: don't pass ctx to tw add remote helper
Pavel Begunkov
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-27
io_uring/net: fix io_req_post_cqe abuse by send bundle
Pavel Begunkov
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-25
io_uring: move min_events sanitisation
Pavel Begunkov
2025-03-25
io_uring: rename "min" arg in io_iopoll_check()
Pavel Begunkov
2025-03-25
io_uring: open code __io_post_aux_cqe()
Pavel Begunkov
2025-03-25
io_uring: defer iowq cqe overflow via task_work
Pavel Begunkov
2025-03-25
io_uring: fix retry handling off iowq
Pavel Begunkov
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
[next]