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.h
Age
Commit message (
Expand
)
Author
2022-10-27
io_uring: unlock if __io_run_local_work locked inside
Dylan Yudaken
2022-10-12
io_uring: optimise locking for local tw with submit_wait
Pavel Begunkov
2022-10-12
io_uring: remove redundant memory barrier in io_req_local_work_add
Pavel Begunkov
2022-09-29
io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL
Jens Axboe
2022-09-23
io_uring: fix CQE reordering
Pavel Begunkov
2022-09-21
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
2022-09-21
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
2022-09-21
io_uring: ensure iopoll runs local task work as well
Jens Axboe
2022-09-21
io_uring: add local task_work run helper that is entered locked
Jens Axboe
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
2022-07-27
io_uring: export req alloc from core
Pavel Begunkov
2022-07-24
io_uring: flush notifiers after sendzc
Pavel Begunkov
2022-07-24
io_uring: add zc notification infrastructure
Pavel Begunkov
2022-07-24
io_uring: export io_put_task()
Pavel Begunkov
2022-07-24
io_uring: ensure REQ_F_ISREG is set async offload
Jens Axboe
2022-07-24
io_uring: only trace one of complete or overflow
Dylan Yudaken
2022-07-24
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
2022-07-24
io_uring: add IOU_STOP_MULTISHOT return code
Dylan Yudaken
2022-07-24
io_uring: remove priority tw list optimisation
Dylan Yudaken
2022-07-24
io_uring: move list helpers to a separate file
Pavel Begunkov
2022-07-24
io_uring: improve io_run_task_work()
Pavel Begunkov
2022-07-24
io_uring: consistent naming for inline completion
Pavel Begunkov
2022-07-24
io_uring: add io_commit_cqring_flush()
Pavel Begunkov
2022-07-24
io_uring: introduce locking helpers for CQE posting
Pavel Begunkov
2022-07-24
io_uring: remove ->flush_cqes optimisation
Pavel Begunkov
2022-07-24
io_uring: reshuffle io_uring/io_uring.h
Pavel Begunkov
2022-07-24
io_uring: make io_uring_types.h public
Pavel Begunkov
2022-07-24
io_uring: change ->cqe_cached invariant for CQE32
Pavel Begunkov
2022-07-24
io_uring: deduplicate io_get_cqe() calls
Pavel Begunkov
2022-07-24
io_uring: deduplicate __io_fill_cqe_req tracing
Pavel Begunkov
2022-07-24
io_uring: introduce io_req_cqe_overflow()
Pavel Begunkov
2022-07-24
io_uring: don't inline __io_get_cqe()
Pavel Begunkov
2022-07-24
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
2022-07-24
io_uring: kill REQ_F_COMPLETE_INLINE
Pavel Begunkov
2022-07-24
io_uring: move small helpers to headers
Pavel Begunkov
2022-07-24
io_uring: move read/write related opcodes to its own file
Jens Axboe
2022-07-24
io_uring: move remaining file table manipulation to filetable.c
Jens Axboe
2022-07-24
io_uring: move rsrc related data, core, and commands
Jens Axboe
2022-07-24
io_uring: split provided buffers handling into its own file
Jens Axboe
2022-07-24
io_uring: move cancelation into its own file
Jens Axboe
2022-07-24
io_uring: move poll handling into its own file
Jens Axboe
2022-07-24
io_uring: move io_uring_task (tctx) helpers into its own file
Jens Axboe
2022-07-24
io_uring: move SQPOLL related handling into its own file
Jens Axboe
2022-07-24
io_uring: move timeout opcodes and handling into its own file
Jens Axboe
2022-07-24
io_uring: split network related opcodes into its own file
Jens Axboe
2022-07-24
io_uring: move uring_cmd handling to its own file
Jens Axboe
2022-07-24
io_uring: split out open/close operations
Jens Axboe
2022-07-24
io_uring: split out splice related operations
Jens Axboe
2022-07-24
io_uring: handle completions in the core
Jens Axboe
2022-07-24
io_uring: set completion results upfront
Jens Axboe