summaryrefslogtreecommitdiff
path: root/io_uring/sqpoll.c
AgeCommit message (Expand)Author
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois
2024-09-16io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer
2024-09-16io_uring/sqpoll: retain test for whether the CPU is validJens Axboe
2024-09-09io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer
2024-08-25io_uring: micro optimization of __io_sq_thread() conditionOlivier Langlois
2024-08-13io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-05-21io_uring/sqpoll: ensure that normal task_work is also run timelyJens Axboe
2024-04-15io_uring/sqpoll: work around a potential audit memory leakJens Axboe
2024-03-18io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe
2024-03-01io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li
2024-02-14io_uring/sqpoll: use the correct check for pending task_workJens Axboe
2024-02-09io-uring: add sqpoll support for napi busy pollStefan Roesch
2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe
2023-11-15io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe
2023-08-30io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi
2023-08-16io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe
2023-05-25io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe