summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: check for nested (un)?likely() callsDenis Efremov2019-09-251-0/+6
* checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-251-4/+6
* checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-251-1/+1
* checkpatch: allow consecutive close bracesJoe Perches2019-09-251-1/+1
* checkpatch: prefer __section over __attribute__((section(...)))Joe Perches2019-09-251-0/+12
* checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman2019-09-251-1/+1
* checkpatch.pl: warn on invalid commit idMatteo Croce2019-09-251-0/+11
* checkpatch: improve SPDX license checkingJoe Perches2019-09-251-9/+9
* checkpatch: don't interpret stack dumps as commit IDsJoe Perches2019-09-251-2/+4
* checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce2019-07-161-0/+6
* docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-4/+4
* checkpatch.pl: Update DT vendor prefix checkRob Herring2019-05-221-2/+2
* Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds2019-05-081-0/+18
|\
| * checkpatch: Warn on improper usage of Co-developed-bySean Christopherson2019-03-251-0/+18
* | checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni2019-03-291-1/+1
|/
* 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