summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* checkpatch: whinge about bool bitfieldsJoe Perches2018-04-11
* checkpatch: allow space between colon and bracketHeinrich Schuchardt2018-04-11
* checkpatch: add test for assignment at start of lineJoe Perches2018-04-11
* checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches2018-04-11
* checkpatch: two spelling fixesClaudio Fontana2018-04-11
* checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches2018-04-11
* checkpatch: warn for use of %pxTobin C. Harding2018-04-11
* checkpatch: add sub routine get_stat_here()Tobin C. Harding2018-04-11
* checkpatch: remove unused variable declarationsTobin C. Harding2018-04-11
* checkpatch: add sub routine get_stat_real()Tobin C. Harding2018-04-11
* checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef2018-04-11
* checkpatch.pl: add SPDX license tag checkRob Herring2018-04-11
* checkpatch: improve parse_email signature checkingJoe Perches2018-04-11
* Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-04-03
|\
| * checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson2018-03-26
| * checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson2018-03-26
| * checkpatch: kconfig: recognize more prompts when checking help textsUlf Magnusson2018-03-26
* | arch: remove blackfin portArnd Bergmann2018-03-16
|/
* checkpatch: improve OPEN_BRACE testJoe Perches2018-02-06
* checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches2018-02-06
* checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches2018-02-06
* checkpatch: improve the TABSTOP test to include declarationsJoe Perches2018-02-06
* checkpatch: add a few DEVICE_ATTR style testsJoe Perches2018-02-06
* checkpatch: improve quoted string and line continuation testJoe Perches2018-02-06
* checkpatch: ignore some octal permissions of 0Joe Perches2018-02-06
* checkpatch: allow long lines containing URLAndreas Brauchli2018-02-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\
| * checkpatch: add pF/pf deprecation warningSergey Senozhatsky2018-01-09
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-03
|\ \
| * | checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney2017-12-05
| |/
* | checkpatch: Remove ACCESS_ONCE() warningMark Rutland2017-12-12
* | vsprintf: add printk specifier %pxTobin C. Harding2017-11-29
|/
* checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada2017-11-17
* checkpatch: add --strict test for lines ending in [ or (Joe Perches2017-11-17
* checkpatch: add TP_printk to list of logging functionsJoe Perches2017-11-17
* checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches2017-11-17
* checkpatch: printks always need a KERN_<LEVEL>Joe Perches2017-11-17
* scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt2017-11-17
* checkpatch: support function pointers for unnamed function definition argumentsMiles Chen2017-11-17
* checkpatch: fix ignoring cover-letter logicStafford Horne2017-10-03
* checkpatch: add 6 missing types to --list-typesJean Delvare2017-09-08
* checkpatch: rename variables to avoid confusionJean Delvare2017-09-08
* checkpatch: fix typo in commentJean Delvare2017-09-08
* checkpatch: add --strict check for ifs with unnecessary parenthesesJoe Perches2017-09-08
* checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-12
* checkpatch: improve multi-line alignment testJoe Perches2017-07-10
* checkpatch: improve macro reuse testJoe Perches2017-07-10
* checkpatch: change format of --color argument to --color[=WHEN]John Brooks2017-07-10
* checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur2017-07-10
* checkpatch: improve tests for multiple line function definitionsJoe Perches2017-07-10