summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390: use scnprintf() in sys_##_prefix##_##_name##_showChen Zhou2020-06-161-1/+1
| * | | s390/crypto: use scnprintf() instead of snprintf()Chen Zhou2020-06-161-7/+7
| * | | s390/zcrypt: use kzallocZou Wei2020-06-161-2/+1
| * | | s390/virtio: remove unused pm callbacksCornelia Huck2020-06-161-26/+0
| * | | s390/qdio: reduce SLSB writes during Input Queue processingJulian Wiedmann2020-06-163-50/+20
| * | | selftests/seccomp: s390 shares the syscall and return value registerSven Schnelle2020-06-161-0/+1
| * | | s390/ptrace: fix setting syscall numberSven Schnelle2020-06-161-1/+30
| * | | s390/ptrace: pass invalid syscall numbers to tracingSven Schnelle2020-06-162-5/+3
| * | | s390/ptrace: return -ENOSYS when invalid syscall is suppliedSven Schnelle2020-06-161-6/+13
| * | | s390/seccomp: pass syscall arguments via seccomp_dataSven Schnelle2020-06-161-5/+26
| * | | s390/qdio: fine-tune SLSB updateJulian Wiedmann2020-06-161-1/+8
| |/ /
* | | Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-203-6/+22
|\ \ \
| * | | RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra2020-06-191-2/+12
| * | | RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah2020-06-191-0/+6
| * | | riscv/atomic: Fix sign extension for RV64INathan Huckleberry2020-06-121-4/+4
* | | | Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-2080-637/+123
|\ \ \ \
| * | | | selftests/ftrace: Support ":README" suffix for requiresMasami Hiramatsu2020-06-1616-50/+25
| * | | | selftests/ftrace: Support ":tracer" suffix for requiresMasami Hiramatsu2020-06-1613-59/+21
| * | | | selftests/ftrace: Convert check_filter_file() with requires listMasami Hiramatsu2020-06-1614-43/+19
| * | | | selftests/ftrace: Convert required interface checks into requires listMasami Hiramatsu2020-06-1666-511/+68
| * | | | selftests/ftrace: Add "requires:" list supportMasami Hiramatsu2020-06-163-1/+17
| * | | | selftests/ftrace: Return unsupported for the unconfigured featuresMasami Hiramatsu2020-06-162-2/+2
| * | | | selftests/ftrace: Allow ":" in descriptionMasami Hiramatsu2020-06-161-1/+1
| * | | | tools: testing: ftrace: trigger: fix spelling mistakeFlavio Suligoi2020-06-154-4/+4
| | |/ / | |/| |
* | | | afs: Fix hang on rmmod due to outstanding timerDavid Howells2020-06-204-2/+16
* | | | afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells2020-06-201-1/+1
* | | | Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-193-112/+177
|\ \ \ \
| * | | | io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang2020-06-181-4/+4
| * | | | io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe2020-06-171-1/+11
| * | | | io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe2020-06-171-15/+29
| * | | | io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang2020-06-171-24/+29
| * | | | io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang2020-06-171-1/+1
| * | | | io_uring: cancel by ->task not pidPavel Begunkov2020-06-152-11/+6
| * | | | io_uring: lazy get taskPavel Begunkov2020-06-151-8/+22
| * | | | io_uring: batch cancel in io_uring_cancel_files()Pavel Begunkov2020-06-151-0/+13
| * | | | io_uring: cancel all task's requests on exitPavel Begunkov2020-06-153-17/+12
| * | | | io-wq: add an option to cancel all matched reqsPavel Begunkov2020-06-153-28/+36
| * | | | io-wq: reorder cancellation pending -> runningPavel Begunkov2020-06-151-22/+32
| * | | | io_uring: fix lazy work initPavel Begunkov2020-06-151-0/+1
| |/ / /
* | | | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-1910-39/+70
|\ \ \ \
| * | | | block: make function 'kill_bdev' staticZheng Bin2020-06-182-5/+2
| * | | | loop: replace kill_bdev with invalidate_bdevZheng Bin2020-06-181-4/+4
| * | | | partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko2020-06-181-1/+1
| * | | | block: update hctx map when use multiple mapsWeiping Zhang2020-06-181-1/+3
| * | | | blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara2020-06-171-11/+8
| * | | | blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-171-0/+13
| * | | | block: Fix use-after-free in blkdev_get()Jason Yan2020-06-161-5/+7
| * | | | trace/events/block.h: drop kernel-doc for dropped function parameterRandy Dunlap2020-06-161-1/+0
| * | | | blk-mq: Remove redundant 'return' statementBaolin Wang2020-06-151-1/+1
| * | | | bcache: pr_info() format clean up in bcache_device_init()Coly Li2020-06-151-2/+1