aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2018-07-14checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesGravatar Joe Perches 1-3/+3
2018-06-27checkpatch: remove warning for 'old' stable@kernel.org addressGravatar Linus Torvalds 1-6/+0
2018-06-07checkpatch: improve patch recognitionGravatar Joe Perches 1-0/+8
2018-06-07scripts: use SPDX tag in get_maintainer and checkpatchGravatar Joe Perches 1-1/+3
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-10/+0
2018-05-25checkpatch: fix macro argument precedence testGravatar Joe Perches 1-1/+1
2018-05-17checkpatch: remove VMLINUX_SYMBOL() checkGravatar Masahiro Yamada 1-10/+0
2018-04-11checkpatch: whinge about bool bitfieldsGravatar Joe Perches 1-0/+6
2018-04-11checkpatch: allow space between colon and bracketGravatar Heinrich Schuchardt 1-1/+1
2018-04-11checkpatch: add test for assignment at start of lineGravatar Joe Perches 1-0/+6
2018-04-11checkpatch: test SYMBOLIC_PERMS multiple times per lineGravatar Joe Perches 1-1/+1
2018-04-11checkpatch: two spelling fixesGravatar Claudio Fontana 1-1/+1
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosGravatar Joe Perches 1-1/+2
2018-04-11checkpatch: warn for use of %pxGravatar Tobin C. Harding 1-16/+32
2018-04-11checkpatch: add sub routine get_stat_here()Gravatar Tobin C. Harding 1-32/+20
2018-04-11checkpatch: remove unused variable declarationsGravatar Tobin C. Harding 1-2/+0
2018-04-11checkpatch: add sub routine get_stat_real()Gravatar Tobin C. Harding 1-16/+16
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGravatar Gilad Ben-Yossef 1-1/+2
2018-04-11checkpatch.pl: add SPDX license tag checkGravatar Rob Herring 1-0/+27
2018-04-11checkpatch: improve parse_email signature checkingGravatar Joe Perches 1-1/+1
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-4/+17
2018-03-26checkpatch: kconfig: prefer 'help' over '---help---'Gravatar Ulf Magnusson 1-1/+5
2018-03-26checkpatch: kconfig: check help texts for menuconfig and choiceGravatar Ulf Magnusson 1-2/+11
2018-03-26checkpatch: kconfig: recognize more prompts when checking help textsGravatar Ulf Magnusson 1-1/+1
2018-03-16arch: remove blackfin portGravatar Arnd Bergmann 1-26/+0
2018-02-06checkpatch: improve OPEN_BRACE testGravatar Joe Perches 1-3/+5
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testGravatar Joe Perches 1-1/+1
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testGravatar Joe Perches 1-1/+3
2018-02-06checkpatch: improve the TABSTOP test to include declarationsGravatar Joe Perches 1-1/+1
2018-02-06checkpatch: add a few DEVICE_ATTR style testsGravatar Joe Perches 1-21/+93
2018-02-06checkpatch: improve quoted string and line continuation testGravatar Joe Perches 1-1/+1
2018-02-06checkpatch: ignore some octal permissions of 0Gravatar Joe Perches 1-2/+7
2018-02-06checkpatch: allow long lines containing URLGravatar Andreas Brauchli 1-0/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-2/+9
2018-01-09checkpatch: add pF/pf deprecation warningGravatar Sergey Senozhatsky 1-2/+9
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+6
2017-12-12checkpatch: Remove ACCESS_ONCE() warningGravatar Mark Rutland 1-22/+0
2017-12-05checkpatch: Add warnings for {smp_,}read_barrier_depends()Gravatar Paul E. McKenney 1-0/+6
2017-11-29vsprintf: add printk specifier %pxGravatar Tobin C. Harding 1-1/+1
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverGravatar Masahiro Yamada 1-0/+1
2017-11-17checkpatch: add --strict test for lines ending in [ or (Gravatar Joe Perches 1-0/+6
2017-11-17checkpatch: add TP_printk to list of logging functionsGravatar Joe Perches 1-0/+1
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthGravatar Joe Perches 1-2/+3
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Gravatar Joe Perches 1-22/+4
2017-11-17scripts/checkpatch.pl: avoid false warning missing breakGravatar Heinrich Schuchardt 1-1/+1
2017-11-17checkpatch: support function pointers for unnamed function definition argumentsGravatar Miles Chen 1-1/+1
2017-10-03checkpatch: fix ignoring cover-letter logicGravatar Stafford Horne 1-1/+1
2017-09-08checkpatch: add 6 missing types to --list-typesGravatar Jean Delvare 1-1/+2
2017-09-08checkpatch: rename variables to avoid confusionGravatar Jean Delvare 1-16/+16
2017-09-08checkpatch: fix typo in commentGravatar Jean Delvare 1-1/+1