| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | io_uring/sqpoll: be smarter on when to update the stime usage | Jens Axboe | 1 | -11/+32 |
| 2025-10-22 | io_uring/sqpoll: switch away from getrusage() for CPU accounting | Jens Axboe | 1 | -14/+18 |
| 2025-06-17 | io_uring/sqpoll: don't put task_struct on tctx setup failure | Jens Axboe | 1 | -4/+1 |
| 2025-06-17 | io_uring: remove duplicate io_uring_alloc_task_context() definition | Jens Axboe | 1 | -0/+1 |
| 2025-06-12 | io_uring: consistently use rcu semantics with sqpoll thread | Keith Busch | 1 | -10/+24 |
| 2025-06-10 | io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo() | Penglei Jiang | 1 | -5/+4 |
| 2025-05-09 | io_uring/sqpoll: Increase task_work submission batch size | Gabriel Krisman Bertazi | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-10 | io_uring/sqpoll: zero sqd->thread on tctx errors | Pavel Begunkov | 1 | -1/+5 |
| 2024-12-26 | io_uring/sqpoll: fix sqpoll error handling races | Pavel Begunkov | 1 | -0/+6 |
| 2024-12-16 | exec: Make sure task->comm is always NUL-terminated | Kees Cook | 1 | -1/+1 |
| 2024-11-18 | Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+2 |
| 2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -21/+8 |
| 2024-10-29 | io_uring/sqpoll: wait on sqd->wait for thread parking | Jens Axboe | 1 | -1/+2 |
| 2024-09-24 | Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -6/+16 |
| 2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+5 |
| 2024-09-16 | io_uring/sqpoll: do the napi busy poll outside the submission block | Olivier Langlois | 1 | -3/+4 |
| 2024-09-16 | io_uring/sqpoll: do not put cpumask on stack | Felix Moessbauer | 1 | -3/+10 |
| 2024-09-16 | io_uring/sqpoll: retain test for whether the CPU is valid | Jens Axboe | 1 | -0/+2 |
| 2024-09-09 | io_uring/sqpoll: do not allow pinning outside of cpuset | Felix Moessbauer | 1 | -1/+4 |
| 2024-08-25 | io_uring: micro optimization of __io_sq_thread() condition | Olivier Langlois | 1 | -1/+1 |
| 2024-08-13 | io_uring/sqpoll: annotate debug task == current with data_race() | Jens Axboe | 1 | -1/+1 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -5/+5 |
| 2024-05-21 | io_uring/sqpoll: ensure that normal task_work is also run timely | Jens Axboe | 1 | -2/+4 |
| 2024-04-15 | io_uring/sqpoll: work around a potential audit memory leak | Jens Axboe | 1 | -0/+8 |
| 2024-03-18 | io_uring/sqpoll: early exit thread if task_context wasn't allocated | Jens Axboe | 1 | -1/+5 |
| 2024-03-01 | io_uring/sqpoll: statistics of the true utilization of sq threads | Xiaobing Li | 1 | -1/+16 |
| 2024-02-14 | io_uring/sqpoll: use the correct check for pending task_work | Jens Axboe | 1 | -1/+8 |
| 2024-02-09 | io-uring: add sqpoll support for napi busy poll | Stefan Roesch | 1 | -0/+4 |
| 2024-02-08 | io_uring/sqpoll: manage task_work privately | Jens Axboe | 1 | -1/+28 |
| 2023-11-15 | io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval | Jens Axboe | 1 | -2/+10 |
| 2023-08-30 | io_uring: Don't set affinity on a dying sqpoll thread | Gabriel Krisman Bertazi | 1 | -1/+3 |
| 2023-08-16 | io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used | Jens Axboe | 1 | -0/+15 |
| 2023-05-25 | io_uring: unlock sqd->lock before sq thread release CPU | Wenwen Chen | 1 | -1/+5 |
| 2023-03-15 | io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads | Michal Koutný | 1 | -1/+0 |
| 2023-01-29 | io_uring: make io_sqpoll_wait_sq return void | Quanfa Fu | 1 | -2/+1 |
| 2022-08-04 | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker() | Peilin Ye | 1 | -4/+0 |
| 2022-07-24 | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 1 | -1/+0 |
| 2022-07-24 | io_uring: move SQPOLL related handling into its own file | Jens Axboe | 1 | -0/+426 |