aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-11/+4
2021-01-06gcc-plugins: fix gcc 11 indigestion with plugins...Gravatar Valdis Klētnieks 1-2/+2
2021-01-04kconfig: remove 'kvmconfig' and 'xenconfig' shorthandsGravatar Masahiro Yamada 1-10/+0
2021-01-04kconfig: Support building mconf with vendor sysroot ncursesGravatar John Millikin 1-1/+3
2021-01-04kconfig: config script: add a little user helpGravatar Randy Dunlap 1-0/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHGravatar Linus Torvalds 1-0/+2
2020-12-29checkpatch: prefer strscpy to strlcpyGravatar Joe Perches 1-0/+6
2020-12-25Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Gravatar Linus Torvalds 4-304/+18
2020-12-24scripts: coccicheck: Correct usage of make coccicheckGravatar Sumera Priyadarsini 1-0/+12
2020-12-22Merge tag 'kconfig-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 8-76/+94
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 14-55/+87
2020-12-22kasan, arm64: expand CONFIG_KASAN checksGravatar Andrey Konovalov 1-0/+2
2020-12-21kconfig: fix return value of do_error_if()Gravatar Masahiro Yamada 1-1/+1
2020-12-21genksyms: Ignore module scoped _Static_assert()Gravatar Marco Elver 3-1/+36
2020-12-21modpost: turn static exports into errorGravatar Quentin Perret 1-3/+3
2020-12-21modpost: turn section mismatches to error from fatal()Gravatar Masahiro Yamada 1-4/+4
2020-12-21modpost: change license incompatibility to error() from fatal()Gravatar Masahiro Yamada 1-2/+2
2020-12-21modpost: turn missing MODULE_LICENSE() into errorGravatar Masahiro Yamada 1-1/+1
2020-12-21modpost: refactor error handling and clarify error/fatal differenceGravatar Masahiro Yamada 2-29/+27
2020-12-21modpost: rename merror() to error()Gravatar Masahiro Yamada 2-6/+6
2020-12-16Merge tag 'gcc-plugins-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-525/+2
2020-12-15ubsan: move cc-option tests into KconfigGravatar Kees Cook 1-30/+15
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedGravatar Kees Cook 1-4/+0
2020-12-15checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warningGravatar Joe Perches 1-3/+10
2020-12-15checkpatch: fix TYPO_SPELLING check for words with apostropheGravatar Dwaipayan Ray 1-2/+5
2020-12-15checkpatch: add warning for lines starting with a '#' in commit logGravatar Dwaipayan Ray 1-0/+9
2020-12-15checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]Gravatar Dwaipayan Ray 1-0/+22
2020-12-15checkpatch: add fix and improve warning msg for non-standard signatureGravatar Aditya Srivastava 1-2/+69
2020-12-15checkpatch: add fix option for LOGICAL_CONTINUATIONSGravatar Aditya Srivastava 1-2/+10
2020-12-15checkpatch: add fix option for ASSIGNMENT_CONTINUATIONSGravatar Aditya Srivastava 1-2/+8
2020-12-15checkpatch: fix unescaped left braceGravatar Dwaipayan Ray 1-1/+1
2020-12-15checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tagsGravatar Aditya Srivastava 1-2/+2
2020-12-15checkpatch: fix spelling errors and remove repeated wordGravatar Dwaipayan Ray 1-3/+3
2020-12-15checkpatch: improve email parsingGravatar Dwaipayan Ray 1-17/+91
2020-12-15checkpatch: add __alias and __weak to suggested __attribute__ conversionsGravatar Joe Perches 1-1/+3
2020-12-15checkpatch: add fix option for GERRIT_CHANGE_IDGravatar Aditya Srivastava 1-2/+5
2020-12-15checkpatch: update __attribute__((section("name"))) quote removalGravatar Joe Perches 1-32/+15
2020-12-15checkpatch: add a fixer for missing newline at eofGravatar Tom Rix 1-2/+5
2020-12-15checkpatch: extend attributes check to handle more patternsGravatar Dwaipayan Ray 1-38/+71
2020-12-15checkpatch: allow --fix removal of unnecessary break statementsGravatar Joe Perches 1-4/+8
2020-12-15checkpatch: prefer static const declarationsGravatar Joe Perches 1-0/+12
2020-12-15checkpatch: ignore generated CamelCase defines and enum valuesGravatar Łukasz Stelmach 1-0/+2
2020-12-15checkpatch: fix false positives in REPEATED_WORD warningGravatar Aditya Srivastava 1-1/+15
2020-12-15checkpatch: add new exception to repeated word checkGravatar Dwaipayan Ray 1-2/+13
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-2/+42
2020-12-15coccinnelle: Remove ptr_ret scriptGravatar Maxime Ripard 1-97/+0
2020-12-14Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-13/+79
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+632
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-3/+0
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+4