summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-07lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko1-24/+5
2018-02-07lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko1-0/+30
2018-02-07lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko1-0/+30
2018-02-07bitmap: replace bitmap_{from,to}_u32arrayYury Norov6-311/+57
2018-02-07bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov2-0/+87
2018-02-07MAINTAINERS: update sboyd's email addressStephen Boyd1-4/+4
2018-02-07kernel/async.c: revert "async: simplify lowest_in_progress()"Rasmus Villemoes1-8/+12
2018-02-07tools/lib/subcmd/pager.c: do not alias select() paramsSergey Senozhatsky1-1/+4
2018-02-07uuid: cleanup <uapi/linux/uuid.h>Alexey Dobriyan2-1/+1
2018-02-07Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook3-4/+45
2018-02-07Makefile: move stack-protector availability out of KconfigKees Cook3-10/+6
2018-02-07Makefile: move stack-protector compiler breakage test earlierKees Cook1-3/+7
2018-02-07fs/proc/consoles.c: use seq_putc() in show_console_dev()Markus Elfring1-2/+1
2018-02-07proc: rearrange argsAlexey Dobriyan3-14/+13
2018-02-07proc: spread likely/unlikely a bitAlexey Dobriyan1-4/+4
2018-02-07fs/proc: use __ro_after_initAlexey Dobriyan4-5/+9
2018-02-07fs/proc/internal.h: fix up commentAlexey Dobriyan1-1/+2
2018-02-07fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan1-10/+13
2018-02-07fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens1-13/+5
2018-02-07fs/proc/array.c: delete children_seq_release()Alexey Dobriyan1-7/+1
2018-02-07proc: less memory for /proc/*/map_files readdirAlexey Dobriyan1-6/+9
2018-02-07fs/proc/vmcore.c: simpler /proc/vmcore cleanupAlexey Dobriyan1-4/+2
2018-02-07proc: fix /proc/*/map_files lookupAlexey Dobriyan1-1/+28
2018-02-07proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthAlexey Dobriyan1-3/+2
2018-02-07proc: use %u for pid printing and slightly less stackAlexey Dobriyan4-15/+14
2018-02-07kasan: remove redundant initialization of variable 'real_size'Colin Ian King1-1/+1
2018-02-07kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov5-15/+22
2018-02-07kasan: fix prototype author email addressAndrey Konovalov2-2/+2
2018-02-07kasan: detect invalid freesDmitry Vyukov2-0/+56
2018-02-07kasan: unify code between kasan_slab_free() and kasan_poison_kfree()Dmitry Vyukov1-16/+12
2018-02-07kasan: detect invalid frees for large mempool objectsDmitry Vyukov3-8/+13
2018-02-07kasan: don't use __builtin_return_address(1)Dmitry Vyukov6-18/+19
2018-02-07kasan: detect invalid frees for large objectsDmitry Vyukov6-15/+44
2018-02-07kasan: add functions for unpoisoning stack variablesAlexander Potapenko2-0/+59
2018-02-07kasan: add tests for alloca poisoningPaul Lawrence1-0/+22
2018-02-07kasan: support alloca() poisoningPaul Lawrence4-1/+48
2018-02-07kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin1-11/+18
2018-02-07kasan: add compiler support for clangPaul Lawrence1-0/+8
2018-02-07kasan: don't emit builtin calls when sanitization is offAndrey Konovalov3-2/+6
2018-02-06Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-11/+24
2018-02-06Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-409/+1905
2018-02-05Merge tag 'rproc-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds11-204/+107
2018-02-05Merge tag 'rpmsg-v4.16' of git://github.com/andersson/remoteprocLinus Torvalds4-19/+55
2018-02-05Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds3-10/+161
2018-02-05Merge tag 'pwm/for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+30
2018-02-05net: mediatek: Explicitly include pinctrl headersThierry Reding1-0/+1
2018-02-05mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding1-0/+1
2018-02-05drm/rockchip: lvds: Explicitly include pinctrl headersThierry Reding1-0/+1
2018-02-05pinctrl: files should directly include apis they useStephen Rothwell1-0/+1
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein1-0/+3