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
/
opdef.c
Age
Commit message (
Expand
)
Author
2023-11-06
io_uring/rw: add separate prep handler for fixed read/write
Jens Axboe
2023-11-06
io_uring/rw: add separate prep handler for readv/writev
Jens Axboe
2023-09-29
io_uring: add support for vectored futex waits
Jens Axboe
2023-09-29
io_uring: add support for futex wake and wait
Jens Axboe
2023-09-21
io_uring: add IORING_OP_WAITID support
Jens Axboe
2023-09-21
io_uring/rw: add support for IORING_OP_READ_MULTISHOT
Jens Axboe
2023-09-21
io_uring/rw: mark readv/writev as vectored in the opcode definition
Jens Axboe
2023-05-04
io_uring: Pass whole sqe to commands
Breno Leitao
2023-02-10
io_uring,audit: don't log IORING_OP_MADVISE
Richard Guy Briggs
2023-01-29
io_uring: Split io_issue_def struct
Breno Leitao
2023-01-29
io_uring: Rename struct io_op_def
Breno Leitao
2022-12-07
io_uring: get rid of double locking
Pavel Begunkov
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
2022-10-12
io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC
Jens Axboe
2022-09-21
io_uring/net: zerocopy sendmsg
Pavel Begunkov
2022-09-21
io_uring/net: combine fail handlers
Pavel Begunkov
2022-09-21
io_uring/net: rename io_sendzc()
Pavel Begunkov
2022-09-21
io_uring/net: support non-zerocopy sendto
Pavel Begunkov
2022-09-21
io_uring/net: don't lose partial send_zc on fail
Pavel Begunkov
2022-09-21
io_uring/net: don't lose partial send/recv on fail
Pavel Begunkov
2022-09-21
io_uring/rw: don't lose partial IO result on fail
Pavel Begunkov
2022-09-21
io_uring/net: use async caches for async prep
Pavel Begunkov
2022-09-21
io_uring: add iopoll infrastructure for io_uring_cmd
Kanchan Joshi
2022-09-18
io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC
Stefan Metzmacher
2022-09-01
io_uring/net: simplify zerocopy send user API
Pavel Begunkov
2022-09-01
Revert "io_uring: rename IORING_OP_FILES_UPDATE"
Pavel Begunkov
2022-08-25
io_uring/net: save address for sendzc async execution
Pavel Begunkov
2022-07-24
io_uring: rename IORING_OP_FILES_UPDATE
Pavel Begunkov
2022-07-24
io_uring: wire send zc request type
Pavel Begunkov
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: move opcode table to opdef.c
Jens Axboe