summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring: choose right tctx->io_wq for try cancelPavel Begunkov2021-03-041-1/+2
* io_uring: fix -EAGAIN retry with IOPOLLJens Axboe2021-03-041-5/+31
* io-wq: fix error path leak of buffered write hash mapJens Axboe2021-03-041-1/+1
* io_uring: remove sqo_taskPavel Begunkov2021-03-041-10/+0
* io_uring: kill sqo_dead and sqo submission haltingPavel Begunkov2021-03-041-37/+8
* io_uring: ignore double poll add on the same waitqueue headJens Axboe2021-03-041-0/+3
* io_uring: ensure that SQPOLL thread is started for exitJens Axboe2021-03-041-3/+3
* io_uring: replace cmpxchg in fallback with xchgPavel Begunkov2021-03-041-6/+2
* io_uring: fix __tctx_task_work() ctx racePavel Begunkov2021-03-041-17/+19
* io_uring: kill io_uring_flush()Jens Axboe2021-03-041-47/+0
* io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()Jens Axboe2021-03-041-1/+0
* io_uring: move cred assignment into io_issue_sqe()Jens Axboe2021-03-043-81/+22
* io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checksJens Axboe2021-03-041-11/+1
* io_uring: remove unused argument 'tsk' from io_req_caches_free()Jens Axboe2021-03-041-3/+3
* io_uring: destroy io-wq on execPavel Begunkov2021-03-042-10/+11
* io_uring: warn on not destroyed io-wqPavel Begunkov2021-03-041-0/+2
* io_uring: fix race condition in task_work add and clearJens Axboe2021-03-041-2/+2
* io-wq: provide an io_wq_put_and_exit() helperJens Axboe2021-03-043-11/+21
* io_uring: don't use complete_all() on SQPOLL thread exitJens Axboe2021-03-041-1/+4
* io_uring: run fallback on cancellationPavel Begunkov2021-03-041-1/+6
* io_uring: SQPOLL stop error handling fixesJens Axboe2021-03-041-7/+18
* io-wq: fix double put of 'wq' in error pathJens Axboe2021-03-041-2/+0
* io-wq: wait for manager exit on wq destroyJens Axboe2021-03-041-1/+6
* io-wq: rename wq->done completion to wq->startedJens Axboe2021-03-041-4/+4
* io-wq: don't ask for a new worker if we're exitingJens Axboe2021-03-041-0/+2
* io-wq: have manager wait for all workers to exitJens Axboe2021-03-041-8/+22
* io-wq: wait for worker startup when forking a new oneJens Axboe2021-03-011-0/+4
* Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1Linus Torvalds2021-02-281-3/+3
* Merge tag 'ide-5.11-2021-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-1/+2
|\
| * ide/falconide: Fix module unloadFinn Thain2021-01-031-1/+2
* | Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-286-21/+31
|\ \
| * | kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada2021-02-281-2/+4
| * | kbuild: make -s option take precedence over V=1Masahiro Yamada2021-02-281-0/+1
| * | ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada2021-02-281-1/+0
| * | kbuild: do not include include/config/auto.conf from adjust_autoksyms.shMasahiro Yamada2021-02-281-3/+0
| * | kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTOMasahiro Yamada2021-02-283-16/+26
| * | kbuild: lto: add _mcount to list of used symbolsArnd Bergmann2021-02-271-0/+1
* | | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-02-2894-992/+1347
|\ \ \
| * | | csky: Fixup compile errorGuo Ren2021-02-2752-52/+0
| * | | csky: use free_initmem_default() in free_initmem()David Hildenbrand2021-02-271-16/+1
| * | | csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-02-271-2/+2
| * | | csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-2714-3/+225
| * | | csky: kprobe: Fixup code in simulate without 'long'Guo Ren2021-02-271-15/+7
| * | | csky: Fixup swaponGuo Ren2021-02-273-9/+52
| * | | csky: pgtable.h: Coding conventionGuo Ren2021-02-273-55/+36
| * | | csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
| * | | csky: remove unused including <linux/version.h>Tian Tao2021-01-121-1/+0
| * | | csky: Fix a size determination in gpr_get()Zhenzhong Duan2021-01-121-1/+1
| * | | csky: Reconstruct VDSO frameworkGuo Ren2021-01-1213-89/+269
| * | | csky: mm: abort uaccess retries upon fatal signalGuo Ren2021-01-121-1/+4