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
/
sqpoll.c
Age
Commit message (
Expand
)
Author
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-16
io_uring/sqpoll: do the napi busy poll outside the submission block
Olivier Langlois
2024-09-16
io_uring/sqpoll: do not put cpumask on stack
Felix Moessbauer
2024-09-16
io_uring/sqpoll: retain test for whether the CPU is valid
Jens Axboe
2024-09-09
io_uring/sqpoll: do not allow pinning outside of cpuset
Felix Moessbauer
2024-08-25
io_uring: micro optimization of __io_sq_thread() condition
Olivier Langlois
2024-08-13
io_uring/sqpoll: annotate debug task == current with data_race()
Jens Axboe
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-05-21
io_uring/sqpoll: ensure that normal task_work is also run timely
Jens Axboe
2024-04-15
io_uring/sqpoll: work around a potential audit memory leak
Jens Axboe
2024-03-18
io_uring/sqpoll: early exit thread if task_context wasn't allocated
Jens Axboe
2024-03-01
io_uring/sqpoll: statistics of the true utilization of sq threads
Xiaobing Li
2024-02-14
io_uring/sqpoll: use the correct check for pending task_work
Jens Axboe
2024-02-09
io-uring: add sqpoll support for napi busy poll
Stefan Roesch
2024-02-08
io_uring/sqpoll: manage task_work privately
Jens Axboe
2023-11-15
io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
Jens Axboe
2023-08-30
io_uring: Don't set affinity on a dying sqpoll thread
Gabriel Krisman Bertazi
2023-08-16
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Jens Axboe
2023-05-25
io_uring: unlock sqd->lock before sq thread release CPU
Wenwen Chen
2023-03-15
io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads
Michal Koutný
2023-01-29
io_uring: make io_sqpoll_wait_sq return void
Quanfa Fu
2022-08-04
audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()
Peilin Ye
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: move SQPOLL related handling into its own file
Jens Axboe