summaryrefslogtreecommitdiffstats
path: root/arch/sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-15io_uring: refill request cache in memory orderJens Axboe1-3/+3
2024-04-15io_uring/poll: shrink alloc cache size to 32Jens Axboe2-1/+3
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe15-145/+93
2024-04-15io_uring: drop ->prep_async()Jens Axboe5-65/+25
2024-04-15io_uring/uring_cmd: defer SQE copying until it's neededJens Axboe1-6/+19
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe5-23/+69
2024-04-15io_uring/net: move connect to always using async dataJens Axboe3-37/+12
2024-04-15io_uring/rw: add iovec recyclingJens Axboe2-6/+39
2024-04-15io_uring/rw: cleanup retry pathJens Axboe1-27/+8
2024-04-15io_uring: get rid of struct io_rw_stateJens Axboe2-29/+26
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe5-298/+278
2024-04-15io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe1-6/+5
2024-04-15io_uring/net: add iovec recyclingJens Axboe2-53/+91
2024-04-15io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe1-1/+1
2024-04-15io_uring: kill io_msg_alloc_async_prep()Jens Axboe1-21/+10
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe3-114/+46
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe3-46/+28
2024-04-15io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe1-2/+3
2024-04-15io_uring/net: always setup an io_async_msghdrJens Axboe1-70/+47
2024-04-15io_uring/net: unify cleanup handlingJens Axboe1-15/+11
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe3-31/+53
2024-04-15io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2-94/+101
2024-04-15io_uring/alloc_cache: shrink default max entries from 512 to 128Jens Axboe1-1/+1
2024-04-15io_uring: remove timeout/poll specific cancelationsJens Axboe1-9/+0
2024-04-15io_uring: flush delayed fallback task_work in cancelationJens Axboe1-0/+2
2024-04-15io_uring: clean up io_lockdep_assert_cq_lockedPavel Begunkov1-6/+2
2024-04-15io_uring: refactor io_req_complete_post()Pavel Begunkov2-19/+11
2024-04-15io_uring: remove current check from complete_postPavel Begunkov1-1/+1
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov3-52/+15
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov6-24/+9
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov8-47/+17
2024-04-15io_uring: force tw ctx lockingPavel Begunkov1-12/+9
2024-04-15io_uring/rw: avoid punting to io-wq directlyPavel Begunkov3-12/+5
2024-04-15nvme/io_uring: use helper for polled completionsJens Axboe2-4/+22
2024-04-15io_uring/cmd: document some uring_cmd related helpersPavel Begunkov1-0/+13
2024-04-15io_uring/cmd: fix tw <-> issue_flags conversionPavel Begunkov1-3/+10
2024-04-15io_uring/cmd: kill one issue_flags to tw conversionPavel Begunkov1-4/+4
2024-04-15io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov4-38/+41
2024-04-14Linux 6.9-rc4v6.9-rc4Linus Torvalds1-1/+1
2024-04-14kernfs: annotate different lockdep class for of->mutex of writable filesAmir Goldstein1-1/+8
2024-04-13ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv1-1/+1
2024-04-13ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal1-4/+5
2024-04-12Kconfig: add some hidden tabs on purposeLinus Torvalds1-6/+6
2024-04-12selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov1-0/+5
2024-04-12block: fix that blk_time_get_ns() doesn't update time after scheduleYu Kuai1-0/+1
2024-04-12selftests: timers: Fix abs() warning in posix_timers testJohn Stultz1-1/+1
2024-04-12selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor1-6/+9
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz1-1/+1
2024-04-12iommu/amd: Change log message severityVasant Hegde1-2/+2
2024-04-12iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu1-4/+7