aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2018-07-14checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches
2018-06-27checkpatch: remove warning for 'old' stable@kernel.org addressLinus Torvalds
2018-06-07checkpatch: improve patch recognitionJoe Perches
2018-06-07scripts: use SPDX tag in get_maintainer and checkpatchJoe Perches
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-05-25checkpatch: fix macro argument precedence testJoe Perches
2018-05-17checkpatch: remove VMLINUX_SYMBOL() checkMasahiro Yamada
2018-04-11checkpatch: whinge about bool bitfieldsJoe Perches
2018-04-11checkpatch: allow space between colon and bracketHeinrich Schuchardt
2018-04-11checkpatch: add test for assignment at start of lineJoe Perches
2018-04-11checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches
2018-04-11checkpatch: two spelling fixesClaudio Fontana
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches
2018-04-11checkpatch: warn for use of %pxTobin C. Harding
2018-04-11checkpatch: add sub routine get_stat_here()Tobin C. Harding
2018-04-11checkpatch: remove unused variable declarationsTobin C. Harding
2018-04-11checkpatch: add sub routine get_stat_real()Tobin C. Harding
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef
2018-04-11checkpatch.pl: add SPDX license tag checkRob Herring
2018-04-11checkpatch: improve parse_email signature checkingJoe Perches
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-03-26checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson
2018-03-26checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson
2018-03-26checkpatch: kconfig: recognize more prompts when checking help textsUlf Magnusson
2018-03-16arch: remove blackfin portArnd Bergmann
2018-02-06checkpatch: improve OPEN_BRACE testJoe Perches
2018-02-06checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches
2018-02-06checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches
2018-02-06checkpatch: improve the TABSTOP test to include declarationsJoe Perches
2018-02-06checkpatch: add a few DEVICE_ATTR style testsJoe Perches
2018-02-06checkpatch: improve quoted string and line continuation testJoe Perches
2018-02-06checkpatch: ignore some octal permissions of 0Joe Perches
2018-02-06checkpatch: allow long lines containing URLAndreas Brauchli
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-09checkpatch: add pF/pf deprecation warningSergey Senozhatsky
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-12checkpatch: Remove ACCESS_ONCE() warningMark Rutland
2017-12-05checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada
2017-11-17checkpatch: add --strict test for lines ending in [ or (Joe Perches
2017-11-17checkpatch: add TP_printk to list of logging functionsJoe Perches
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Joe Perches
2017-11-17scripts/checkpatch.pl: avoid false warning missing breakHeinrich Schuchardt
2017-11-17checkpatch: support function pointers for unnamed function definition argumentsMiles Chen
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne
2017-09-08checkpatch: add 6 missing types to --list-typesJean Delvare
2017-09-08checkpatch: rename variables to avoid confusionJean Delvare
2017-09-08checkpatch: fix typo in commentJean Delvare