index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io-wq.c
Age
Commit message (
Expand
)
Author
2025-05-23
io_uring/io-wq: only create a new worker if it can make progress
Jens Axboe
2025-05-23
io_uring/io-wq: ignore non-busy worker going to sleep
Jens Axboe
2025-05-23
io_uring/io-wq: move hash helpers to the top
Jens Axboe
2025-04-21
io_uring/wq: avoid indirect do_work/free_work calls
Caleb Sander Mateos
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
2025-02-17
io_uring/io-wq: pass io_wq to io_get_next_work()
Max Kellermann
2025-02-17
io_uring/io-wq: do not use bogus hash value
Max Kellermann
2025-02-17
io_uring/io-wq: cache work->flags in variable
Max Kellermann
2025-02-17
io_uring/io-wq: move worker lists to struct io_wq_acct
Max Kellermann
2025-02-17
io_uring/io-wq: add io_worker.acct pointer
Max Kellermann
2025-02-17
io_uring/io-wq: eliminate redundant io_work_get_acct() calls
Max Kellermann
2025-02-14
io-wq: backoff when retrying worker creation
Uday Shankar
2024-12-16
exec: Make sure task->comm is always NUL-terminated
Kees Cook
2024-09-11
io_uring/io-wq: inherit cpuset of cgroup in io worker
Felix Moessbauer
2024-09-11
io_uring/io-wq: do not allow pinning outside of cpuset
Felix Moessbauer
2024-07-11
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
2024-06-16
io_uring/io-wq: make io_wq_work flags atomic
Jens Axboe
2024-06-04
io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
Su Hui
2024-05-07
io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
Breno Leitao
2024-04-17
io-wq: Drop intermediate step between pending list and active work
Gabriel Krisman Bertazi
2024-04-17
io-wq: write next_work before dropping acct_lock
Gabriel Krisman Bertazi
2023-10-05
io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()
Jeff Moyer
2023-09-07
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
2023-08-16
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Jens Axboe
2023-08-11
io_uring/io-wq: don't gate worker wake up success on wake_up_process()
Jens Axboe
2023-08-11
io_uring/io-wq: reduce frequency of acct->lock acquisitions
Jens Axboe
2023-08-11
io_uring/io-wq: don't grab wq->lock for worker activation
Jens Axboe
2023-06-14
io_uring/io-wq: clear current->worker_private on exit
Jens Axboe
2023-06-12
io_uring/io-wq: don't clear PF_IO_WORKER on exit
Jens Axboe
2023-04-03
io_uring/io-wq: drop outdated comment
Jens Axboe
2023-04-03
io-wq: Drop struct io_wqe
Gabriel Krisman Bertazi
2023-04-03
io-wq: Move wq accounting to io_wq
Gabriel Krisman Bertazi
2023-04-03
io_uring: One wqe per wq
Breno Leitao
2023-03-08
io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers
Jens Axboe
2023-01-08
io_uring/io-wq: only free worker if it was allocated for creation
Jens Axboe
2023-01-02
io_uring/io-wq: free worker if task_work creation is canceled
Jens Axboe
2022-10-20
io-wq: Fix memory leak in worker creation
Rafael Mendonca
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: dedup io_run_task_work
Pavel Begunkov
2022-07-24
io_uring: move list helpers to a separate file
Pavel Begunkov
2022-07-24
io_uring: move to separate directory
Jens Axboe