summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen4-26/+55
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen1-1/+1
2021-02-23tracing: add support for objtool mcountSami Tolvanen1-0/+3
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen1-1/+1
2021-01-14scripts/mod: disable LTO for empty.cSami Tolvanen1-0/+1
2021-01-14modpost: lto: strip .lto from module namesSami Tolvanen3-10/+21
2021-01-14init: lto: ensure initcall orderingSami Tolvanen3-2/+289
2021-01-14kbuild: lto: add a default list of used symbolsSami Tolvanen1-0/+5
2021-01-14kbuild: lto: merge module sectionsSami Tolvanen1-0/+24
2021-01-14kbuild: lto: fix module versioningSami Tolvanen3-4/+58
2021-01-14kbuild: add support for Clang LTOSami Tolvanen4-12/+59
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen1-4/+2
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches1-0/+6
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds4-304/+18
2020-12-24scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini1-0/+12
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds8-76/+94
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds14-55/+87
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov1-0/+2
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada1-1/+1
2020-12-21genksyms: Ignore module scoped _Static_assert()Marco Elver3-1/+36
2020-12-21modpost: turn static exports into errorQuentin Perret1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada2-29/+27
2020-12-21modpost: rename merror() to error()Masahiro Yamada2-6/+6
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-525/+2
2020-12-15ubsan: move cc-option tests into KconfigKees Cook1-30/+15
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook1-4/+0
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches1-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray1-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray1-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray1-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava1-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava1-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava1-2/+8
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray1-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava1-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray1-3/+3
2020-12-15checkpatch: improve email parsingDwaipayan Ray1-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches1-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava1-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches1-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix1-2/+5
2020-12-15checkpatch: extend attributes check to handle more patternsDwaipayan Ray1-38/+71
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsJoe Perches1-4/+8
2020-12-15checkpatch: prefer static const declarationsJoe Perches1-0/+12
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesƁukasz Stelmach1-0/+2
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningAditya Srivastava1-1/+15