summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | io_uring: Remove unused functionJiapeng Chong2024-04-151-6/+0
* | io_uring: re-arrange Makefile orderJens Axboe2024-04-151-7/+7
* | io_uring: refill request cache in memory orderJens Axboe2024-04-151-3/+3
* | io_uring/poll: shrink alloc cache size to 32Jens Axboe2024-04-152-1/+3
* | io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-1515-145/+93
* | io_uring: drop ->prep_async()Jens Axboe2024-04-155-65/+25
* | io_uring/uring_cmd: defer SQE copying until it's neededJens Axboe2024-04-151-6/+19
* | io_uring/uring_cmd: switch to always allocating async dataJens Axboe2024-04-155-23/+69
* | io_uring/net: move connect to always using async dataJens Axboe2024-04-153-37/+12
* | io_uring/rw: add iovec recyclingJens Axboe2024-04-152-6/+39
* | io_uring/rw: cleanup retry pathJens Axboe2024-04-151-27/+8
* | io_uring: get rid of struct io_rw_stateJens Axboe2024-04-152-29/+26
* | io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-155-298/+278
* | io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe2024-04-151-6/+5
* | io_uring/net: add iovec recyclingJens Axboe2024-04-152-53/+91
* | io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe2024-04-151-1/+1
* | io_uring: kill io_msg_alloc_async_prep()Jens Axboe2024-04-151-21/+10
* | io_uring/net: get rid of ->prep_async() for send sideJens Axboe2024-04-153-114/+46
* | io_uring/net: get rid of ->prep_async() for receive sideJens Axboe2024-04-153-46/+28
* | io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe2024-04-151-2/+3
* | io_uring/net: always setup an io_async_msghdrJens Axboe2024-04-151-70/+47
* | io_uring/net: unify cleanup handlingJens Axboe2024-04-151-15/+11
* | io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe2024-04-153-31/+53
* | io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2024-04-152-94/+101
* | io_uring/alloc_cache: shrink default max entries from 512 to 128Jens Axboe2024-04-151-1/+1
* | io_uring: remove timeout/poll specific cancelationsJens Axboe2024-04-151-9/+0
* | io_uring: flush delayed fallback task_work in cancelationJens Axboe2024-04-151-0/+2
* | io_uring: clean up io_lockdep_assert_cq_lockedPavel Begunkov2024-04-151-6/+2
* | io_uring: refactor io_req_complete_post()Pavel Begunkov2024-04-152-19/+11
* | io_uring: remove current check from complete_postPavel Begunkov2024-04-151-1/+1
* | io_uring: get rid of intermediate aux cqe cachesPavel Begunkov2024-04-153-52/+15
* | io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-156-24/+9
* | io_uring: remove struct io_tw_state::lockedPavel Begunkov2024-04-158-47/+17
* | io_uring: force tw ctx lockingPavel Begunkov2024-04-151-12/+9
* | io_uring/rw: avoid punting to io-wq directlyPavel Begunkov2024-04-153-12/+5
* | nvme/io_uring: use helper for polled completionsJens Axboe2024-04-152-4/+22
* | io_uring/cmd: document some uring_cmd related helpersPavel Begunkov2024-04-151-0/+13
* | io_uring/cmd: fix tw <-> issue_flags conversionPavel Begunkov2024-04-151-3/+10
* | io_uring/cmd: kill one issue_flags to tw conversionPavel Begunkov2024-04-151-4/+4
* | io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov2024-04-154-38/+41
|/
* Linux 6.9-rc4v6.9-rc4Linus Torvalds2024-04-141-1/+1
* Merge tag 'pull-sysfs-annotation-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-141-1/+8
|\
| * kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein2024-04-141-1/+8
* | Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-04-1411-140/+131
|\ \
| * | x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner2024-04-122-15/+21
| * | x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner2024-04-121-3/+3
| * | x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner2024-04-121-6/+18
| * | x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf2024-04-122-15/+4
| * | x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf2024-04-124-21/+1
| * | x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf2024-04-113-11/+9