summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-12-15ubsan: disable object-size sanitizer under GCCKees Cook
2020-12-15ubsan: move cc-option tests into KconfigKees Cook
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook
2020-12-15kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab
2020-12-15blktrace: make relay callbacks constJani Nikula
2020-12-15ath9k: make relay callbacks constJani Nikula
2020-12-15ath11k: make relay callbacks constJani Nikula
2020-12-15ath10k: make relay callbacks constJani Nikula
2020-12-15drm/i915: make relay callbacks constJani Nikula
2020-12-15relay: allow the use of const callback structsJani Nikula
2020-12-15relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula
2020-12-15relay: require non-NULL callbacks in relay_open()Jani Nikula
2020-12-15relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula
2020-12-15bfs: don't use WARNING: string when it's just info.Randy Dunlap
2020-12-15gcov: fix kernel-doc markup issueAlex Shi
2020-12-15gcov: remove support for GCC < 4.9Nick Desaulniers
2020-12-15rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior
2020-12-15kdump: append uts_namespace.name offset to VMCOREINFOAlexander Egorenkov
2020-12-15fs/nilfs2: remove some unused macros to tame gccAlex Shi
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray
2020-12-15checkpatch: improve email parsingDwaipayan Ray
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix
2020-12-15checkpatch: extend attributes check to handle more patternsDwaipayan Ray
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsJoe Perches
2020-12-15checkpatch: prefer static const declarationsJoe Perches
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava
2020-12-15checkpatch: add new exception to repeated word checkDwaipayan Ray
2020-12-15lib/lz4: explicitly support in-place decompressionGao Xiang
2020-12-15lib: cleanup kstrto*() usageAlexey Dobriyan
2020-12-15drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in commentFrancis Laniel
2020-12-15drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel
2020-12-15string.h: add FORTIFY coverage for strscpy()Francis Laniel
2020-12-15lkdtm: tests for FORTIFY_SOURCEDaniel Axtens
2020-12-15lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens
2020-12-15lib/string: remove unnecessary #undefsNick Desaulniers
2020-12-15ilog2: improve ilog2 for constant argumentsJakub Jelinek
2020-12-15lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko