summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches-1/+2
2018-04-11checkpatch: warn for use of %pxTobin C. Harding-16/+32
2018-04-11checkpatch: add sub routine get_stat_here()Tobin C. Harding-32/+20
2018-04-11checkpatch: remove unused variable declarationsTobin C. Harding-2/+0
2018-04-11checkpatch: add sub routine get_stat_real()Tobin C. Harding-16/+16
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef-1/+2
2018-04-11checkpatch.pl: add SPDX license tag checkRob Herring-0/+27
2018-04-11checkpatch: improve parse_email signature checkingJoe Perches-1/+1
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-4/+17
2018-03-26checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson-1/+5
2018-03-26checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson-2/+11
2018-03-26checkpatch: kconfig: recognize more prompts when checking help textsUlf Magnusson-1/+1
2018-03-16arch: remove blackfin portArnd Bergmann-26/+0
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches-2/+7
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli-0/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds-2/+9
2018-01-09checkpatch: add pF/pf deprecation warningSergey Senozhatsky-2/+9
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+6
2017-12-12checkpatch: Remove ACCESS_ONCE() warningMark Rutland-22/+0
2017-12-05checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney-0/+6
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding-1/+1
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada-0/+1
2017-11-17checkpatch: add --strict test for lines ending in [ or (Joe Perches-0/+6
2017-11-17checkpatch: add TP_printk to list of logging functionsJoe Perches-0/+1
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches-2/+3
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Joe Perches-22/+4
2017-11-17scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt-1/+1
2017-11-17checkpatch: support function pointers for unnamed function definition argumentsMiles Chen-1/+1
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne-1/+1
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare-1/+2
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare-16/+16
2017-09-08checkpatch: fix typo in commentJean Delvare-1/+1
2017-09-08checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches-0/+24
2017-07-12checkpatch: improve the STORAGE_CLASS testJoe Perches-2/+10
2017-07-10checkpatch: improve multi-line alignment testJoe Perches-1/+1
2017-07-10checkpatch: improve macro reuse testJoe Perches-6/+6
2017-07-10checkpatch: change format of --color argument to --color[=WHEN]John Brooks-6/+29
2017-07-10checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur-3/+3
2017-07-10checkpatch: improve tests for multiple line function definitionsJoe Perches-1/+25
2017-07-10checkpatch: remove false warning for commit referenceHeinrich Schuchardt-1/+3
2017-07-10checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches-1/+1
2017-07-10checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier-1/+1
2017-07-10checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches-0/+11
2017-07-10checkpatch: improve the unnecessary OOM message testJoe Perches-1/+1