aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* checkpatch: check for nested (un)?likely() callsDenis Efremov2019-09-25
* checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-25
* checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-25
* checkpatch: allow consecutive close bracesJoe Perches2019-09-25
* checkpatch: prefer __section over __attribute__((section(...)))Joe Perches2019-09-25
* checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman2019-09-25
* checkpatch.pl: warn on invalid commit idMatteo Croce2019-09-25
* checkpatch: improve SPDX license checkingJoe Perches2019-09-25
* checkpatch: don't interpret stack dumps as commit IDsJoe Perches2019-09-25
* checkpatch.pl: warn on duplicate sysctl local variableMatteo Croce2019-07-16
* docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-14
* checkpatch.pl: Update DT vendor prefix checkRob Herring2019-05-22
* Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds2019-05-08
|\
| * checkpatch: Warn on improper usage of Co-developed-bySean Christopherson2019-03-25
* | checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni2019-03-29
|/
* Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-09
|\
| * coding-style: Clarify the expectations around boolJason Gunthorpe2019-01-20
* | checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches2019-03-07
* | checkpatch: allow reporting C99 style commentsVadim Bendebury2019-03-07
* | checkpatch: add some new alloc functions to various testsJoe Perches2019-03-07
* | checkpatch: verify SPDX comment styleJoe Perches2019-03-07
|/
* checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz2019-01-04
* checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches2019-01-04
* checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney2018-11-12
* checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches2018-11-12
* checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy2018-10-31
* checkpatch: add __ro_after_init to known $AttributeJoe Perches2018-09-04
* checkpatch: add optional static const to blank line declarations testJoe Perches2018-09-04
* checkpatch: DT bindings should be a separate patchRob Herring2018-08-22
* checkpatch: warn on unnecessary int declarationsJoe Perches2018-08-22
* checkpatch: check for space after "else" keywordMichal Zylowski2018-08-22
* checkpatch: fix SPDX license check with --root=<path>Joe Perches2018-08-22
* checkpatch: warn when a patch doesn't have a descriptionJoe Perches2018-08-22
* checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu2018-08-22
* checkpatch: fix krealloc reuse testJoe Perches2018-08-22
* checkpatch: validate SPDX license with spdxcheck.pyJoe Perches2018-08-22
* checkpatch: fix macro argument reuse testJoe Perches2018-08-22
* checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven2018-08-22
* checkpatch: update section keywordsGeert Uytterhoeven2018-08-22
* checkpatch: improve runtime execution speed a littleJoe Perches2018-08-22
* checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches2018-08-22
* checkpatch: add a --strict test for structs with bool member definitionsJoe Perches2018-08-22
* checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches2018-07-14
* checkpatch: remove warning for 'old' stable@kernel.org addressLinus Torvalds2018-06-27
* checkpatch: improve patch recognitionJoe Perches2018-06-07
* scripts: use SPDX tag in get_maintainer and checkpatchJoe Perches2018-06-07
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-06
|\
| * checkpatch: remove VMLINUX_SYMBOL() checkMasahiro Yamada2018-05-17
* | checkpatch: fix macro argument precedence testJoe Perches2018-05-25
|/
* checkpatch: whinge about bool bitfieldsJoe Perches2018-04-11