summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2021-02-14Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+4
2021-02-15scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer-0/+1
2021-02-13scripts/recordmcount.pl: support big endian for ARCH shRong Chen-1/+5
2021-02-12kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64Masahiro Yamada-0/+3
2021-02-05kallsyms: fix nonconverging kallsyms table with lldArnd Bergmann-0/+6
2021-02-03scripts/clang-tools: switch explicitly to Python 3Masahiro Yamada-2/+2
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada-1/+1
2021-01-28Revert "checkpatch: add check for keyword 'boolean' in Kconfig definitions"Masahiro Yamada-7/+0
2021-01-28scripts: use pkg-config to locate libcryptoRolf Eike Beer-2/+6
2021-01-27kconfig: mconf: fix HOSTCC callEnrico Weigelt, metux IT consult-1/+1
2021-01-23kbuild: simplify GCC_PLUGINS enablement in dummy-tools/gccMasahiro Yamada-7/+3
2021-01-22scripts: switch explicitly to Python 3Andy Shevchenko-2/+2
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+4
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Valdis Klētnieks-2/+2
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsMasahiro Yamada-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesJohn Millikin-1/+3
2021-01-04kconfig: config script: add a little user helpRandy Dunlap-0/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds-0/+2
2020-12-29checkpatch: prefer strscpy to strlcpyJoe Perches-0/+6
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds-304/+18
2020-12-24scripts: coccicheck: Correct usage of make coccicheckSumera Priyadarsini-0/+12
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-76/+94
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-55/+87
2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov-0/+2
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada-1/+1
2020-12-21genksyms: Ignore module scoped _Static_assert()Marco Elver-1/+36
2020-12-21modpost: turn static exports into errorQuentin Perret-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Masahiro Yamada-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Masahiro Yamada-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorMasahiro Yamada-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceMasahiro Yamada-29/+27
2020-12-21modpost: rename merror() to error()Masahiro Yamada-6/+6
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-525/+2
2020-12-15ubsan: move cc-option tests into KconfigKees Cook-30/+15
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook-4/+0
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningJoe Perches-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheDwaipayan Ray-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logDwaipayan Ray-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Dwaipayan Ray-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureAditya Srivastava-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSAditya Srivastava-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSAditya Srivastava-2/+8
2020-12-15checkpatch: fix unescaped left braceDwaipayan Ray-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsAditya Srivastava-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordDwaipayan Ray-3/+3
2020-12-15checkpatch: improve email parsingDwaipayan Ray-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsJoe Perches-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDAditya Srivastava-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalJoe Perches-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofTom Rix-2/+5