summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-2/+2
* Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-096-23/+96
|\
| * printk/docs: Add extra integer types to printk-formatsLouis Taylor2019-03-041-0/+8
| * printk: Remove no longer used LOG_PREFIX.Tetsuo Handa2019-03-043-7/+2
| * lib/vsprintf: Remove %pCr remnant in commentGeert Uytterhoeven2019-02-281-1/+0
| * printk: Pass caller information to log_store().Tetsuo Handa2019-02-211-15/+22
| * printk: Add caller information to printk() output.Tetsuo Handa2018-12-182-4/+68
* | Merge tag 'linux-kselftest-5.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-096-22/+68
|\ \
| * | selftests/ftrace: Handle the absence of tputJuerg Haefliger2019-02-251-2/+2
| * | selftests/ftrace: Replace \e with \033Juerg Haefliger2019-02-221-4/+4
| * | selftests/ftrace: Replace echo -e with printfJuerg Haefliger2019-02-221-2/+7
| * | selftests: ir: skip when non-root user runs the testShuah Khan2019-02-131-0/+5
| * | selftests: ir: skip when lirc device doesn't exist.Shuah Khan2019-02-131-1/+1
| * | selftests: ir: fix warning: "%s" directive output may be truncated ’ direct...Shuah Khan2019-02-131-1/+3
| * | selftests/seccomp: Actually sleep for 1/10th secondKees Cook2019-02-131-2/+3
| * | selftests/harness: Update named initializer syntaxKees Cook2019-02-131-5/+5
| * | selftests: unshare userns in seccomp pidns testcasesTycho Andersen2019-02-131-1/+3
| * | selftests: set NO_NEW_PRIVS bit in seccomp user testsTycho Andersen2019-02-131-0/+24
| * | selftests: skip seccomp get_metadata test if not real rootTycho Andersen2019-02-131-0/+6
| * | selftest: include stdio.h in kselftest.hTycho Andersen2019-02-131-0/+1
| * | selftests: fix typo in seccomp_bpf.cTycho Andersen2019-02-131-1/+1
| * | selftests: don't kill child immediately in get_metadata() testTycho Andersen2019-02-131-3/+3
* | | Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-096-22/+463
|\ \ \
| * | | lib: Introduce test_stackinit moduleKees Cook2019-03-043-0/+389
| * | | gcc-plugins: structleak: Generalize to all variable typesKees Cook2019-03-043-22/+74
* | | | Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-092-35/+32
|\ \ \ \
| * | | | pstore/ram: Avoid needless alloc during header writeKees Cook2019-02-121-7/+3
| * | | | pstore/ram: Add kmsg hlen zero check to ramoops_pstore_write()Yue Hu2019-02-121-0/+3
| * | | | pstore/ram: Move initialization earlierYue Hu2019-02-121-9/+9
| * | | | pstore: Avoid writing records with zero sizeYue Hu2019-02-122-2/+7
| * | | | pstore/ram: Replace dummy_data heap memory with stack memoryYue Hu2019-01-221-21/+14
| |/ / /
* | | | MAINTAINERS: fix typo in Mimi Zohar's addressBaruch Siach2019-03-091-1/+1
* | | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0832-146/+4783
|\ \ \ \
| * | | | io_uring: add a few test toolsJens Axboe2019-03-069-0/+1380
| * | | | io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe2019-03-061-52/+229
| * | | | io_uring: add support for IORING_OP_POLLJens Axboe2019-03-062-1/+265
| * | | | io_uring: add io_kiocb ref countJens Axboe2019-02-281-2/+6
| * | | | io_uring: add submission pollingJens Axboe2019-02-282-8/+253
| * | | | io_uring: add file set registrationJens Axboe2019-02-282-32/+288
| * | | | net: split out functions related to registering inflight socket filesJens Axboe2019-02-288-131/+174
| * | | | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-287-15/+381
| * | | | block: implement bio helper to add iter bvec pages to bioJens Axboe2019-02-281-8/+54
| * | | | io_uring: batch io_kiocb allocationJens Axboe2019-02-281-7/+38
| * | | | io_uring: use fget/fput_many() for file referencesJens Axboe2019-02-281-21/+121
| * | | | fs: add fget_many() and fput_many()Jens Axboe2019-02-284-8/+22
| * | | | io_uring: support for IO pollingJens Axboe2019-02-282-9/+271
| * | | | io_uring: add fsync supportChristoph Hellwig2019-02-282-1/+61
| * | | | Add io_uring IO interfaceJens Axboe2019-02-2812-2/+1390
* | | | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-08114-1123/+1470
|\ \ \ \ \
| * | | | | block: fix updating bio's front segment sizeMing Lei2019-03-021-0/+8