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
/
msg_ring.c
Age
Commit message (
Expand
)
Author
2023-06-20
io_uring: use io_file_from_index in io_msg_grab_file
Christoph Hellwig
2023-03-16
io_uring/msg_ring: let target know allocated index
Pavel Begunkov
2023-01-29
io_uring/msg-ring: ensure flags passing works for task_work completions
Jens Axboe
2023-01-29
io_uring/msg_ring: Pass custom flags to the cqe
Breno Leitao
2023-01-20
io_uring/msg_ring: fix remote queue to disabled ring
Pavel Begunkov
2023-01-20
io_uring/msg_ring: fix flagging remote execution
Pavel Begunkov
2023-01-19
io_uring/msg_ring: fix missing lock on overflow for IOPOLL
Jens Axboe
2023-01-19
io_uring/msg_ring: move double lock/unlock helpers higher up
Jens Axboe
2022-12-08
io_uring/msg_ring: flag target ring as having task_work, if needed
Jens Axboe
2022-12-07
io_uring: do msg_ring in target task via tw
Pavel Begunkov
2022-12-07
io_uring: extract a io_msg_install_complete helper
Pavel Begunkov
2022-12-07
io_uring: get rid of double locking
Pavel Begunkov
2022-12-07
io_uring: improve io_double_lock_ctx fail handling
Pavel Begunkov
2022-12-07
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
2022-10-19
io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
Harshit Mogalapalli
2022-09-15
io_uring/msg_ring: check file type before putting
Jens Axboe
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-07-24
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
2022-07-24
io_uring: add support for passing fixed file descriptors
Jens Axboe
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
2022-07-24
io_uring: move msg_ring into its own file
Jens Axboe