index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
msg_ring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring/msg_ring: fix uninitialized use of target_req->flags
Jens Axboe
2024-07-25
1
-3
/
+3
*
io_uring/msg_ring: use kmem_cache_free() to free request
Jens Axboe
2024-07-01
1
-1
/
+1
*
io_uring/msg_ring: check for dead submitter task
Jens Axboe
2024-07-01
1
-5
/
+10
*
io_uring/msg_ring: add an alloc cache for io_kiocb entries
Jens Axboe
2024-06-24
1
-2
/
+29
*
io_uring/msg_ring: improve handling of target CQE posting
Jens Axboe
2024-06-24
1
-43
/
+47
*
io_uring/msg_ring: tighten requirement for remote posting
Jens Axboe
2024-06-24
1
-3
/
+1
*
io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
Jens Axboe
2024-05-01
1
-6
/
+4
*
io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...
linke li
2024-04-26
1
-1
/
+1
*
io_uring: use io_file_from_index in io_msg_grab_file
Christoph Hellwig
2023-06-20
1
-3
/
+1
*
io_uring/msg_ring: let target know allocated index
Pavel Begunkov
2023-03-16
1
-1
/
+3
*
io_uring/msg-ring: ensure flags passing works for task_work completions
Jens Axboe
2023-01-29
1
-1
/
+6
*
io_uring/msg_ring: Pass custom flags to the cqe
Breno Leitao
2023-01-29
1
-5
/
+19
*
io_uring/msg_ring: fix remote queue to disabled ring
Pavel Begunkov
2023-01-20
1
-0
/
+8
*
io_uring/msg_ring: fix flagging remote execution
Pavel Begunkov
2023-01-20
1
-17
/
+23
*
io_uring/msg_ring: fix missing lock on overflow for IOPOLL
Jens Axboe
2023-01-19
1
-9
/
+30
*
io_uring/msg_ring: move double lock/unlock helpers higher up
Jens Axboe
2023-01-19
1
-24
/
+23
*
io_uring/msg_ring: flag target ring as having task_work, if needed
Jens Axboe
2022-12-08
1
-0
/
+1
*
io_uring: do msg_ring in target task via tw
Pavel Begunkov
2022-12-07
1
-3
/
+53
*
io_uring: extract a io_msg_install_complete helper
Pavel Begunkov
2022-12-07
1
-13
/
+21
*
io_uring: get rid of double locking
Pavel Begunkov
2022-12-07
1
-36
/
+49
*
io_uring: improve io_double_lock_ctx fail handling
Pavel Begunkov
2022-12-07
1
-0
/
+2
*
io_uring: dont remove file from msg_ring reqs
Pavel Begunkov
2022-12-07
1
-4
/
+0
*
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
2022-11-25
1
-2
/
+2
*
io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
Harshit Mogalapalli
2022-10-19
1
-0
/
+3
*
io_uring/msg_ring: check file type before putting
Jens Axboe
2022-09-15
1
-1
/
+2
*
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-08-12
1
-4
/
+4
*
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
2022-07-24
1
-2
/
+2
*
io_uring: add support for passing fixed file descriptors
Jens Axboe
2022-07-24
1
-7
/
+123
*
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
1
-1
/
+0
*
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
2022-07-24
1
-10
/
+1
*
io_uring: move msg_ring into its own file
Jens Axboe
2022-07-24
1
-0
/
+65