summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-091-13/+0
|\
| * coding-style: Clarify the expectations around boolJason Gunthorpe2019-01-201-13/+0
* | checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches2019-03-071-0/+8
* | checkpatch: allow reporting C99 style commentsVadim Bendebury2019-03-071-1/+2
* | checkpatch: add some new alloc functions to various testsJoe Perches2019-03-071-4/+15
* | checkpatch: verify SPDX comment styleJoe Perches2019-03-071-0/+8
|/
* checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz2019-01-041-0/+1
* checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches2019-01-041-2/+11
* checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney2018-11-121-0/+6
* checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches2018-11-121-0/+29
* checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-311-11/+0
* checkpatch: add __ro_after_init to known $AttributeJoe Perches2018-09-041-0/+1
* checkpatch: add optional static const to blank line declarations testJoe Perches2018-09-041-1/+1
* checkpatch: DT bindings should be a separate patchRob Herring2018-08-221-0/+14
* checkpatch: warn on unnecessary int declarationsJoe Perches2018-08-221-0/+20
* checkpatch: check for space after "else" keywordMichal Zylowski2018-08-221-2/+2
* checkpatch: fix SPDX license check with --root=<path>Joe Perches2018-08-221-2/+3
* checkpatch: warn when a patch doesn't have a descriptionJoe Perches2018-08-221-0/+13
* checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu2018-08-221-3/+8
* checkpatch: fix krealloc reuse testJoe Perches2018-08-221-1/+2
* checkpatch: validate SPDX license with spdxcheck.pyJoe Perches2018-08-221-2/+18
* checkpatch: fix macro argument reuse testJoe Perches2018-08-221-0/+1
* checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven2018-08-221-3/+25
* checkpatch: update section keywordsGeert Uytterhoeven2018-08-221-1/+2
* checkpatch: improve runtime execution speed a littleJoe Perches2018-08-221-33/+33
* checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches2018-08-221-5/+18
* checkpatch: add a --strict test for structs with bool member definitionsJoe Perches2018-08-221-0/+7
* checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches2018-07-141-3/+3
* checkpatch: remove warning for 'old' stable@kernel.org addressLinus Torvalds2018-06-271-6/+0
* checkpatch: improve patch recognitionJoe Perches2018-06-071-0/+8
* scripts: use SPDX tag in get_maintainer and checkpatchJoe Perches2018-06-071-1/+3
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-10/+0
|\
| * checkpatch: remove VMLINUX_SYMBOL() checkMasahiro Yamada2018-05-171-10/+0
* | checkpatch: fix macro argument precedence testJoe Perches2018-05-251-1/+1
|/
* checkpatch: whinge about bool bitfieldsJoe Perches2018-04-111-0/+6
* checkpatch: allow space between colon and bracketHeinrich Schuchardt2018-04-111-1/+1
* checkpatch: add test for assignment at start of lineJoe Perches2018-04-111-0/+6
* checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches2018-04-111-1/+1
* checkpatch: two spelling fixesClaudio Fontana2018-04-111-1/+1
* checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches2018-04-111-1/+2
* checkpatch: warn for use of %pxTobin C. Harding2018-04-111-16/+32
* checkpatch: add sub routine get_stat_here()Tobin C. Harding2018-04-111-32/+20
* checkpatch: remove unused variable declarationsTobin C. Harding2018-04-111-2/+0
* checkpatch: add sub routine get_stat_real()Tobin C. Harding2018-04-111-16/+16
* 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-031-4/+17
|\
| * checkpatch: kconfig: prefer 'help' over '---help---'Ulf Magnusson2018-03-261-1/+5
| * checkpatch: kconfig: check help texts for menuconfig and choiceUlf Magnusson2018-03-261-2/+11