summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxLinus Torvalds
2019-03-29checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni
2019-03-25checkpatch: Warn on improper usage of Co-developed-bySean Christopherson
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds
2019-03-07checkpatch: add test for SPDX-License-Identifier on wrong line #Joe Perches
2019-03-07checkpatch: allow reporting C99 style commentsVadim Bendebury
2019-03-07checkpatch: add some new alloc functions to various testsJoe Perches
2019-03-07checkpatch: verify SPDX comment styleJoe Perches
2019-01-20coding-style: Clarify the expectations around boolJason Gunthorpe
2019-01-04checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz
2019-01-04checkpatch: warn on const char foo[] = "bar"; declarationsJoe Perches
2018-11-12checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked()Paul E. McKenney
2018-11-12checkpatch: Create table of obsolete APIs and apply to RCUJoe Perches
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy
2018-09-04checkpatch: add __ro_after_init to known $AttributeJoe Perches
2018-09-04checkpatch: add optional static const to blank line declarations testJoe Perches
2018-08-22checkpatch: DT bindings should be a separate patchRob Herring
2018-08-22checkpatch: warn on unnecessary int declarationsJoe Perches
2018-08-22checkpatch: check for space after "else" keywordMichal Zylowski
2018-08-22checkpatch: fix SPDX license check with --root=<path>Joe Perches
2018-08-22checkpatch: warn when a patch doesn't have a descriptionJoe Perches
2018-08-22checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu
2018-08-22checkpatch: fix krealloc reuse testJoe Perches
2018-08-22checkpatch: validate SPDX license with spdxcheck.pyJoe Perches
2018-08-22checkpatch: fix macro argument reuse testJoe Perches
2018-08-22checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven
2018-08-22checkpatch: update section keywordsGeert Uytterhoeven
2018-08-22checkpatch: improve runtime execution speed a littleJoe Perches
2018-08-22checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches
2018-08-22checkpatch: add a --strict test for structs with bool member definitionsJoe Perches
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