summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc/mqueue.c: fix a brace coding style issueSomala Swaraj2020-04-071-3/+2
* lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang2020-04-071-1/+1
* ubsan: include bug type in report headerKees Cook2020-04-071-21/+15
* kasan: unset panic_on_warn before calling panic()Kees Cook2020-04-071-1/+9
* ubsan: check panic_on_warnKees Cook2020-04-071-0/+11
* drivers/misc/lkdtm/bugs.c: add arithmetic overflow and array bounds checksKees Cook2020-04-073-0/+81
* ubsan: split "bounds" checker from other optionsKees Cook2020-04-072-6/+30
* ubsan: add trap instrumentation optionKees Cook2020-04-073-6/+27
* init/Kconfig: clean up ANON_INODES and old IO schedulers optionsKrzysztof Kozlowski2020-04-071-2/+1
* kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-3/+3
* gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* kernel/kmod.c: fix a typo "assuems" -> "assumes"Qiujun Huang2020-04-071-1/+1
* reiserfs: clean up several indentation issuesColin Ian King2020-04-073-11/+12
* kallsyms: unexport kallsyms_lookup_name() and kallsyms_on_each_symbol()Will Deacon2020-04-071-2/+0
* samples/hw_breakpoint: drop use of kallsyms_lookup_name()Will Deacon2020-04-071-2/+7
* samples/hw_breakpoint: drop HW_BREAKPOINT_R when reporting writesWill Deacon2020-04-071-1/+1
* fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan2020-04-071-1/+1
* fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan2020-04-071-9/+10
* fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan2020-04-071-17/+15
* fs/epoll: make nesting accounting safe for -rt kernelJason Baron2020-04-071-21/+43
* kselftest: introduce new epoll test caseRoman Penyaev2020-04-071-1/+66
* checkpatch: avoid warning about uninitialized_var()Joe Perches2020-04-071-5/+9
* checkpatch: check proper licensing of Devicetree bindingsLubomir Rintel2020-04-071-0/+11
* checkpatch: improve Gerrit Change-Id: testJoe Perches2020-04-071-3/+10
* checkpatch: add command-line option for TAB sizeAntonio Borneo2020-04-071-10/+16
* checkpatch: fix multiple const * typesAntonio Borneo2020-04-071-2/+2
* checkpatch: fix minor typo and mixed space+tab in indentationAntonio Borneo2020-04-071-4/+4
* checkpatch: prefer fallthrough; over fallthrough commentsJoe Perches2020-04-071-0/+36
* checkpatch: support "base-commit:" formatJohn Hubbard2020-04-071-1/+1
* checkpatch: check SPDX tags in YAML filesLubomir Rintel2020-04-071-1/+1
* checkpatch: remove email address comment from email address comparisonsJoe Perches2020-04-071-10/+29
* lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2020-04-071-1/+1
* linux/bits.h: add compile time sanity check of GENMASK inputsRikard Falkeborn2020-04-071-2/+20
* lib/test_kmod.c: remove a NULL testDan Carpenter2020-04-071-1/+1
* lib/rbtree: fix coding style of assignmentschenqiwu2020-04-072-4/+4
* lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko2020-04-071-0/+2
* percpu_counter: fix a data race at vm_committed_asQian Cai2020-04-071-2/+2
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-075-23/+29
* lib/stackdepot.c: build with -fno-builtinAlexander Potapenko2020-04-071-0/+4
* lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko2020-04-071-2/+13
* lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2020-04-072-10/+19
* lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven2020-04-071-1/+1
* lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov2020-04-071-0/+45
* lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King2020-04-071-1/+1
* lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov2020-04-073-0/+567