aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2019-05-22checkpatch.pl: Update DT vendor prefix checkGravatar Rob Herring 1-2/+2
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+18
2019-03-29checkpatch: add %pt as a valid vsprintf extensionGravatar Alexandre Belloni 1-1/+1
2019-03-25checkpatch: Warn on improper usage of Co-developed-byGravatar Sean Christopherson 1-0/+18
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-13/+0
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Gravatar Joe Perches 1-0/+8
2019-03-07checkpatch: allow reporting C99 style commentsGravatar Vadim Bendebury 1-1/+2
2019-03-07checkpatch: add some new alloc functions to various testsGravatar Joe Perches 1-4/+15
2019-03-07checkpatch: verify SPDX comment styleGravatar Joe Perches 1-0/+8
2019-01-20coding-style: Clarify the expectations around boolGravatar Jason Gunthorpe 1-13/+0
2019-01-04checkpatch: add Co-developed-by to signature tagsGravatar Jorge Ramirez-Ortiz 1-0/+1
2019-01-04checkpatch: warn on const char foo[] = "bar"; declarationsGravatar Joe Perches 1-2/+11
2018-11-12checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Gravatar Paul E. McKenney 1-0/+6
2018-11-12checkpatch: Create table of obsolete APIs and apply to RCUGravatar Joe Perches 1-0/+29
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningGravatar Christophe Leroy 1-11/+0
2018-09-04checkpatch: add __ro_after_init to known $AttributeGravatar Joe Perches 1-0/+1
2018-09-04checkpatch: add optional static const to blank line declarations testGravatar Joe Perches 1-1/+1
2018-08-22checkpatch: DT bindings should be a separate patchGravatar Rob Herring 1-0/+14
2018-08-22checkpatch: warn on unnecessary int declarationsGravatar Joe Perches 1-0/+20
2018-08-22checkpatch: check for space after "else" keywordGravatar Michal Zylowski 1-2/+2
2018-08-22checkpatch: fix SPDX license check with --root=<path>Gravatar Joe Perches 1-2/+3
2018-08-22checkpatch: warn when a patch doesn't have a descriptionGravatar Joe Perches 1-0/+13
2018-08-22checkpatch: check for #if 0/#if 1Gravatar Prakruthi Deepak Heragu 1-3/+8
2018-08-22checkpatch: fix krealloc reuse testGravatar Joe Perches 1-1/+2
2018-08-22checkpatch: validate SPDX license with spdxcheck.pyGravatar Joe Perches 1-2/+18
2018-08-22checkpatch: fix macro argument reuse testGravatar Joe Perches 1-0/+1
2018-08-22checkpatch: warn if missing author Signed-off-byGravatar Geert Uytterhoeven 1-3/+25
2018-08-22checkpatch: update section keywordsGravatar Geert Uytterhoeven 1-1/+2
2018-08-22checkpatch: improve runtime execution speed a littleGravatar Joe Perches 1-33/+33
2018-08-22checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSGravatar Joe Perches 1-5/+18
2018-08-22checkpatch: add a --strict test for structs with bool member definitionsGravatar Joe Perches 1-0/+7
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