summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe2023-08-165-15/+41
* io_uring: simplify io_run_task_work_sig returnPavel Begunkov2023-08-111-2/+2
* io_uring/rsrc: keep one global dummy_ubufPavel Begunkov2023-08-112-13/+10
* io_uring: never overflow io_aux_cqePavel Begunkov2023-08-115-14/+16
* io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov2023-08-112-5/+5
* io_uring: open code io_fill_cqe_req()Pavel Begunkov2023-08-113-14/+7
* io_uring/net: don't overflow multishot recvPavel Begunkov2023-08-111-1/+1
* io_uring/net: don't overflow multishot acceptPavel Begunkov2023-08-111-1/+1
* io_uring/io-wq: don't gate worker wake up success on wake_up_process()Jens Axboe2023-08-111-4/+7
* io_uring/io-wq: reduce frequency of acct->lock acquisitionsJens Axboe2023-08-111-13/+34
* io_uring/io-wq: don't grab wq->lock for worker activationJens Axboe2023-08-111-3/+0
* io_uring: remove unnecessary forward declarationJens Axboe2023-08-101-1/+0
* io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe2023-08-102-7/+5
* io_uring/splice: use fput() directlyJens Axboe2023-08-101-2/+2
* io_uring/fdinfo: get rid of ref trygetJens Axboe2023-08-101-12/+6
* io_uring: cleanup 'ret' handling in io_iopoll_check()Jens Axboe2023-08-091-7/+10
* io_uring: break iopolling on signalPavel Begunkov2023-08-091-0/+3
* io_uring: kill io_uring userspace examplesPavel Begunkov2023-08-0910-1441/+0
* io_uring: fix false positive KASAN warningsPavel Begunkov2023-08-092-2/+0
* io_uring: fix drain stalls by invalid SQEPavel Begunkov2023-08-091-0/+2
* io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()Yue Haibing2023-08-091-1/+0
* io_uring: annotate the struct io_kiocb slab for appropriate user copyJens Axboe2023-08-091-2/+14
* io_uring: Add io_uring command support for socketsBreno Leitao2023-08-094-0/+44
* io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancelJens Axboe2023-07-172-4/+11
* io_uring/cancel: support opcode based lookup and cancelationJens Axboe2023-07-174-5/+19
* io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe2023-07-172-6/+14
* io_uring: use cancelation match helper for poll and timeout requestsJens Axboe2023-07-172-17/+7
* io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANYJens Axboe2023-07-171-2/+3
* io_uring/cancel: abstract out request match helperJens Axboe2023-07-172-4/+14
* io_uring/timeout: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-2/+2
* io_uring/poll: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-1/+1
* Linux 6.5-rc2v6.5-rc2Linus Torvalds2023-07-161-1/+1
* Merge tag 'xtensa-20230716' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2023-07-163-22/+18
|\
| * xtensa: fix unaligned and load/store configuration interactionMax Filippov2023-07-102-21/+16
| * xtensa: ISS: fix call to split_if_specMax Filippov2023-07-101-1/+1
| * xtensa: ISS: add comment about etherdev freeingMax Filippov2023-07-101-0/+1
* | Merge tag 'perf_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-161-0/+7
|\ \
| * | perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim2023-07-101-0/+7
| |/
* | Merge tag 'objtool_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-162-2/+2
|\ \
| * | iov_iter: Mark copy_iovec_from_user() noclonePeter Zijlstra2023-07-101-1/+1
| * | objtool: initialize all of struct elfMichal Kubecek2023-07-101-1/+1
| |/
* | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-165-12/+29
|\ \
| * | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-104-11/+28
| * | sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin2023-07-101-1/+1
| |/
* | Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-07-164-55/+63
|\ \
| * \ Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/s...Linus Walleij2023-07-132-16/+40
| |\ \
| | * | pinctrl: renesas: rzg2l: Handle non-unique subnode namesBiju Das2023-07-101-8/+20
| | * | pinctrl: renesas: rzv2m: Handle non-unique subnode namesGeert Uytterhoeven2023-07-101-8/+20
| | |/
| * | pinctrl: amd: Unify debounce handling into amd_pinconf_set()Mario Limonciello2023-07-131-16/+5
| * | pinctrl: amd: Drop pull up select configurationMario Limonciello2023-07-132-13/+4