summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
...
* checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef2018-04-111-1/+2
* checkpatch.pl: add SPDX license tag checkRob Herring2018-04-111-0/+27
* checkpatch: improve parse_email signature checkingJoe Perches2018-04-111-1/+1
* Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-04-041-4/+17
|\
| * checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson2018-03-251-1/+5
| * checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson2018-03-251-2/+11
| * checkpatch: kconfig: recognize more prompts when checking help textsUlf Magnusson2018-03-251-1/+1
* | arch: remove blackfin portArnd Bergmann2018-03-161-26/+0Star
|/
* checkpatch: improve OPEN_BRACE testJoe Perches2018-02-071-3/+5
* checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches2018-02-071-1/+1
* checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches2018-02-071-1/+3
* checkpatch: improve the TABSTOP test to include declarationsJoe Perches2018-02-071-1/+1
* checkpatch: add a few DEVICE_ATTR style testsJoe Perches2018-02-071-21/+93
* checkpatch: improve quoted string and line continuation testJoe Perches2018-02-071-1/+1
* checkpatch: ignore some octal permissions of 0Joe Perches2018-02-071-2/+7
* checkpatch: allow long lines containing URLAndreas Brauchli2018-02-071-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-2/+9
|\
| * checkpatch: add pF/pf deprecation warningSergey Senozhatsky2018-01-091-2/+9
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-0/+6
|\ \
| * | checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney2017-12-051-0/+6
| |/
* | checkpatch: Remove ACCESS_ONCE() warningMark Rutland2017-12-121-22/+0Star
* | vsprintf: add printk specifier %pxTobin C. Harding2017-11-291-1/+1
|/
* checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada2017-11-181-0/+1
* checkpatch: add --strict test for lines ending in [ or (Joe Perches2017-11-181-0/+6
* checkpatch: add TP_printk to list of logging functionsJoe Perches2017-11-181-0/+1
* checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches2017-11-181-2/+3
* checkpatch: printks always need a KERN_<LEVEL>Joe Perches2017-11-181-22/+4Star
* scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt2017-11-181-1/+1
* checkpatch: support function pointers for unnamed function definition argumentsMiles Chen2017-11-181-1/+1
* checkpatch: fix ignoring cover-letter logicStafford Horne2017-10-041-1/+1
* checkpatch: add 6 missing types to --list-typesJean Delvare2017-09-091-1/+2
* checkpatch: rename variables to avoid confusionJean Delvare2017-09-091-16/+16
* checkpatch: fix typo in commentJean Delvare2017-09-091-1/+1
* checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches2017-09-091-0/+24
* checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-131-2/+10
* checkpatch: improve multi-line alignment testJoe Perches2017-07-111-1/+1
* checkpatch: improve macro reuse testJoe Perches2017-07-111-6/+6
* checkpatch: change format of --color argument to --color[=WHEN]John Brooks2017-07-111-6/+29
* checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur2017-07-111-3/+3
* checkpatch: improve tests for multiple line function definitionsJoe Perches2017-07-111-1/+25
* checkpatch: remove false warning for commit referenceHeinrich Schuchardt2017-07-111-1/+3
* checkpatch: fix stepping through statements with $stat and ctx_statement_blockJoe Perches2017-07-111-1/+1
* checkpatch: [HLP]LIST_HEAD is also declarationSteffen Maier2017-07-111-1/+1
* checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\tJoe Perches2017-07-111-0/+11
* checkpatch: improve the unnecessary OOM message testJoe Perches2017-07-111-1/+1
* Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+2
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-141-1/+2
* | Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-1/+1
|\ \
| * | vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou2017-06-271-1/+1
| |/
* / checkpatch: Remove checks for expedited grace periodsPaul E. McKenney2017-06-081-17/+0Star
|/