aboutsummaryrefslogtreecommitdiff
path: root/scripts/coccicheck
AgeCommit message (Expand)AuthorFilesLines
2023-02-25scripts: coccicheck: Use /usr/bin/envGravatar Jarkko Sakkinen 1-1/+1
2023-02-25scripts: coccicheck: Avoid warning about spurious escapeGravatar Peter Foley 1-1/+1
2022-09-21scripts: coccicheck: use "grep -E" instead of "egrep"Gravatar Greg Kroah-Hartman 1-1/+1
2021-05-18scripts: coccicheck: fix troubles on non-English buildsGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-24scripts: coccicheck: Correct usage of make coccicheckGravatar Sumera Priyadarsini 1-0/+12
2020-12-12kbuild: do not use scripts/ld-version.sh for checking spatch versionGravatar Masahiro Yamada 1-9/+5
2020-10-12scripts: coccicheck: Change default condition for parallelismGravatar Sumera Priyadarsini 1-1/+1
2020-10-12scripts: coccicheck: Add quotes to improve portabilityGravatar Sumera Priyadarsini 1-1/+1
2020-09-27scripts: coccicheck: Change default value for parallelismGravatar Sumera Priyadarsini 1-0/+5
2020-09-13scripts: coccicheck: Improve error feedback when coccicheck failsGravatar Sumera Priyadarsini 1-2/+8
2020-08-21scripts: coccicheck: Add chain mode to list of modesGravatar Sumera Priyadarsini 1-1/+1
2018-08-14coccicheck: return proper error code on failGravatar Denis Efremov 1-2/+3
2018-02-02Coccinelle: coccicheck: fix typoGravatar Julia Lawall 1-1/+1
2017-11-23coccinelle: fix parallel build with CHECK=scripts/coccicheckGravatar Masahiro Yamada 1-6/+9
2017-11-17Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-12/+14
2017-11-14coccinelle: fix verbose message about .cocci file being runGravatar Masahiro Yamada 1-1/+1
2017-11-14coccinelle: grep Options and Requires fields more preciselyGravatar Masahiro Yamada 1-2/+2
2017-11-14Coccinelle: make DEBUG_FILE option more usefulGravatar Julia Lawall 1-9/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-10-11scripts/coccicheck: Update reference for the corresponding documentationGravatar Markus Elfring 1-1/+1
2016-07-22coccicheck: refer to Documentation/coccinelle.txt and wikiGravatar Luis R. Rodriguez 1-2/+3
2016-07-22coccicheck: add support for requring a coccinelle versionGravatar Luis R. Rodriguez 1-0/+14
2016-07-22coccicheck: replace --very-quiet with --quiet when debuggingGravatar Luis R. Rodriguez 1-0/+21
2016-07-22coccicheck: add support for DEBUG_FILEGravatar Luis R. Rodriguez 1-1/+9
2016-07-22coccicheck: enable parmap supportGravatar Luis R. Rodriguez 1-3/+32
2016-07-22coccicheck: make SPFLAGS more usefulGravatar Luis R. Rodriguez 1-1/+4
2016-07-22coccicheck: move spatch binary check upGravatar Luis R. Rodriguez 1-5/+5
2016-06-20coccicheck: Allow for overriding spatch flagsGravatar Deepa Dinamani 1-2/+2
2016-05-19coccicheck: Fix missing 0 index in kill loopGravatar Kees Cook 1-1/+1
2015-10-26Coccinelle: fix incorrect -include option transformationGravatar Andrzej Hajda 1-1/+1
2013-07-03Coccinelle: Update information about the minimal version requiredGravatar Nicolas Palix 1-0/+5
2013-07-03Coccinelle: Update the options used to the new option schemeGravatar Nicolas Palix 1-14/+14
2013-07-03coccicheck: span checks across CPUsGravatar Kees Cook 1-3/+28
2013-06-14Coccinelle: Make 'report' the default modeGravatar Nicolas Palix 1-3/+11
2013-04-08Coccinelle: Fix patch output when coccicheck is used with M= and C=Gravatar Nicolas Palix 1-1/+5
2013-04-08Coccinelle: Add support to the SPFLAGS variableGravatar Nicolas Palix 1-1/+1
2013-04-08Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variablesGravatar Nicolas Palix 1-12/+13
2013-04-08Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)Gravatar Nicolas Palix 1-1/+1
2013-02-22coccicheck: Allow to show the executed command lineGravatar Bernd Schubert 1-7/+21
2013-02-22coccicheck: Allow the user to give a V= (verbose) argumentGravatar Bernd Schubert 1-1/+10
2012-10-11coccicheck: Add the rep+ctxt modeGravatar Nicolas Palix 1-0/+3
2012-02-24coccicheck: change handling of C={1,2} when M= is setGravatar Greg Dietsche 1-9/+4
2012-01-14coccicheck: add M= option to control which dir is processedGravatar Greg Dietsche 1-5/+14
2010-10-28Coccinelle: Add contextual messageGravatar Nicolas Palix 1-3/+13
2010-10-13Coccinelle: Use the -no_show_diff option for org and report modeGravatar Nicolas Palix 1-4/+6
2010-10-13Coccinelle: Add a new mode named 'chain'Gravatar Nicolas Palix 1-5/+11
2010-10-13Coccinelle: Improve user information with a new kind of commentGravatar Nicolas Palix 1-3/+11
2010-06-28Add support for the C variable in the coccicheck scriptGravatar Nicolas Palix 1-25/+51
2010-06-12Add a target to use the Coccinelle checkerGravatar Nicolas Palix 1-0/+54