summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-16ubsan: remove redundant -Wno-maybe-uninitializedKees Cook2-8/+0
2020-12-16kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab1-10/+14
2020-12-16blktrace: make relay callbacks constJani Nikula1-1/+1
2020-12-16ath9k: make relay callbacks constJani Nikula1-1/+1
2020-12-16ath11k: make relay callbacks constJani Nikula1-1/+1
2020-12-16ath10k: make relay callbacks constJani Nikula1-1/+1
2020-12-16drm/i915: make relay callbacks constJani Nikula1-1/+1
2020-12-16relay: allow the use of const callback structsJani Nikula2-29/+12
2020-12-16relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2-25/+7
2020-12-16relay: require non-NULL callbacks in relay_open()Jani Nikula1-12/+2
2020-12-16relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2-53/+0
2020-12-16bfs: don't use WARNING: string when it's just info.Randy Dunlap1-1/+1
2020-12-16gcov: fix kernel-doc markup issueAlex Shi1-3/+3
2020-12-16gcov: remove support for GCC < 4.9Nick Desaulniers1-3/+1
2020-12-16rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior2-84/+0
2020-12-16kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov2-0/+7
2020-12-16fs/nilfs2: remove some unused macros to tame gccAlex Shi1-5/+0
2020-12-16checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches1-3/+10
2020-12-16checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray1-2/+5
2020-12-16checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray1-0/+9
2020-12-16checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray1-0/+22
2020-12-16checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava1-2/+69
2020-12-16checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava1-2/+10
2020-12-16checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava1-2/+8
2020-12-16checkpatch: fix unescaped left braceDwaipayan Ray1-1/+1
2020-12-16checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava1-2/+2
2020-12-16checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray1-3/+3
2020-12-16checkpatch: improve email parsingDwaipayan Ray1-17/+91
2020-12-16checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches1-1/+3
2020-12-16checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava1-2/+5
2020-12-16checkpatch: update __attribute__((section("name"))) quote removalJoe Perches1-32/+15
2020-12-16checkpatch: add a fixer for missing newline at eofTom Rix1-2/+5
2020-12-16checkpatch: extend attributes check to handle more patternsDwaipayan Ray1-38/+71
2020-12-16checkpatch: allow --fix removal of unnecessary break statementsJoe Perches1-4/+8
2020-12-16checkpatch: prefer static const declarationsJoe Perches1-0/+12
2020-12-16checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach1-0/+2
2020-12-16checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava1-1/+15
2020-12-16checkpatch: add new exception to repeated word checkDwaipayan Ray1-2/+13
2020-12-16lib/lz4: explicitly support in-place decompressionGao Xiang2-1/+6
2020-12-16lib: cleanup kstrto*() usageAlexey Dobriyan2-22/+13
2020-12-16drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel1-7/+7
2020-12-16drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel5-0/+88
2020-12-16string.h: add FORTIFY coverage for strscpy()Francis Laniel1-0/+48
2020-12-16lkdtm: tests for FORTIFY_SOURCEDaniel Axtens3-0/+54
2020-12-16lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens1-11/+16
2020-12-16lib/string: remove unnecessary #undefsNick Desaulniers1-4/+0
2020-12-16ilog2: improve ilog2 for constant argumentsJakub Jelinek1-1/+2
2020-12-16lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko3-0/+112
2020-12-16lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko1-3/+9
2020-12-16lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko1-1/+7