summaryrefslogtreecommitdiffstats
path: root/io_uring/sqpoll.c
Commit message (Expand)AuthorAgeFilesLines
* fdget(), trivial conversionsAl Viro2024-11-031-21/+8
* Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds2024-09-241-6/+16
|\
| * io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois2024-09-161-3/+4
| * io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer2024-09-161-3/+10
| * io_uring/sqpoll: retain test for whether the CPU is validJens Axboe2024-09-161-0/+2
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-5/+5
|\ \ | |/ |/|
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-5/+5
* | io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer2024-09-091-1/+4
* | io_uring: micro optimization of __io_sq_thread() conditionOlivier Langlois2024-08-251-1/+1
* | io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe2024-08-131-1/+1
|/
* io_uring/sqpoll: ensure that normal task_work is also run timelyJens Axboe2024-05-211-2/+4
* io_uring/sqpoll: work around a potential audit memory leakJens Axboe2024-04-151-0/+8
* io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe2024-03-181-1/+5
* io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li2024-03-011-1/+16
* io_uring/sqpoll: use the correct check for pending task_workJens Axboe2024-02-141-1/+8
* io-uring: add sqpoll support for napi busy pollStefan Roesch2024-02-091-0/+4
* io_uring/sqpoll: manage task_work privatelyJens Axboe2024-02-081-1/+28
* io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe2023-11-151-2/+10
* io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi2023-08-301-1/+3
* io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe2023-08-161-0/+15
* io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen2023-05-251-1/+5
* io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný2023-03-151-1/+0
* io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu2023-01-291-2/+1
* audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-4/+0
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: move SQPOLL related handling into its own fileJens Axboe2022-07-241-0/+426