summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-14io_uring: inline io_iter_do_read()Pavel Begunkov1-1/+1
2021-06-14io_uring: unify SQPOLL and user task cancellationsPavel Begunkov1-59/+30
2021-06-14io_uring: cache task struct refsPavel Begunkov1-9/+28
2021-06-14io_uring: don't vmalloc rsrc tagsPavel Begunkov1-16/+36
2021-06-14io_uring: add helpers for 2 level table allocPavel Begunkov1-30/+43
2021-06-14io_uring: remove rsrc put work irq save/restorePavel Begunkov1-3/+2
2021-06-14io_uring: hide rsrc tag copy into generic helpersPavel Begunkov1-28/+27
2021-06-14io-wq: simplify worker exitingPavel Begunkov1-4/+1
2021-06-14io-wq: don't repeat IO_WQ_BIT_EXIT check by workerPavel Begunkov1-2/+1
2021-06-14io_uring: rename function *task_filePavel Begunkov1-9/+9
2021-06-14io_uring: refactor io_iopoll_req_issuedPavel Begunkov1-23/+21
2021-06-14io-wq: remove unused io-wq refcountingPavel Begunkov1-5/+1
2021-06-14io-wq: embed wqe ptr array into struct io_wqPavel Begunkov1-11/+4
2021-06-14io_uring: fix blocking inline submissionPavel Begunkov1-1/+1
2021-06-14io_uring: enable shmem/memfd memory registrationPavel Begunkov1-0/+2
2021-06-14io_uring: don't bounce submit_state cachelinesPavel Begunkov1-11/+9
2021-06-14io_uring: rename io_get_cqringPavel Begunkov1-4/+4
2021-06-14io_uring: kill cached_cq_overflowPavel Begunkov1-6/+12
2021-06-14io_uring: deduce cq_mask from cq_entriesPavel Begunkov1-8/+4
2021-06-14io_uring: remove dependency on ring->sq/cq_entriesPavel Begunkov1-4/+3
2021-06-14io_uring: better locality for rsrc fieldsPavel Begunkov1-16/+17
2021-06-14io_uring: shuffle rarely used ctx fieldsPavel Begunkov1-19/+17
2021-06-14io_uring: make fail flag not link specificPavel Begunkov1-44/+43
2021-06-14io_uring: get rid of files in exit cancelPavel Begunkov1-32/+31
2021-06-14io_uring: simplify waking sqo_sq_waitPavel Begunkov1-3/+3
2021-06-14io_uring: remove unused park_task_workPavel Begunkov1-7/+0
2021-06-14io_uring: improve sq_thread waiting checkPavel Begunkov1-3/+2
2021-06-14io_uring: improve sqpoll event/state handlingPavel Begunkov1-17/+28
2021-06-13Linux 5.13-rc6v5.13-rc6Linus Torvalds1-1/+1
2021-06-13Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub...Linus Torvalds2-5/+3
2021-06-13Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-13/+33
2021-06-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-21/+26
2021-06-12Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-16/+36
2021-06-12mm: relocate 'write_protect_seq' in struct mm_structFeng Tang1-7/+20
2021-06-12Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds40-144/+357
2021-06-12Merge tag 'tty-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+5
2021-06-12Merge tag 'staging-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+1
2021-06-12Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-06-12Merge tag 'char-misc-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-20/+93
2021-06-12Merge tag 'pinctrl-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-17/+19
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds8-52/+17
2021-06-12Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-22/+39
2021-06-12Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-25/+41
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-8/+10
2021-06-12Merge tag 'objtool-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+28
2021-06-11riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2-0/+2
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-2/+13
2021-06-11Merge tag 'clang-features-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2021-06-11Merge tag 'gpio-fixes-for-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-06-11Merge tag 'drm-fixes-2021-06-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds19-79/+232