summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2015-09-10checkpatch: add constant comparison on left side testJoe Perches
2015-09-10checkpatch: add __pmem to $Sparse annotationsJoe Perches
2015-09-10checkpatch: fix left brace warningEddie Kovsky
2015-09-10checkpatch: avoid some commit message long line warningsJoe Perches
2015-09-10checkpatch: emit an error on formats with 0x%<decimal>Joe Perches
2015-09-10checkpatch: make --strict the default for drivers/staging files and patchesJoe Perches
2015-09-10checkpatch: always check block comment stylesJoe Perches
2015-09-10checkpatch: report the right line # when using --emacs and --fileJoe Perches
2015-09-10checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsJoe Perches
2015-09-10checkpatch: Allow longer declaration macrosJoe Perches
2015-09-10checkpatch: improve SUSPECT_CODE_INDENT testJoe Perches
2015-09-10checkpatch: add warning on BUG/BUG_ON useJoe Perches
2015-09-10checkpatch: warn on bare SHA-1 commit IDs in commit logsJoe Perches
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-07-22scripts: Make checkpatch.pl warn on expedited RCU grace periodsPaul E. McKenney
2015-07-17checkpatch: fix long line messages about patch contextJoe Perches
2015-06-25checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches
2015-06-25checkpatch: emit an error when there's a diff in a changelogJoe Perches
2015-06-25checkpatch: validate MODULE_LICENSE contentBjorn Andersson
2015-06-25checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski
2015-06-25checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski
2015-06-25checkpatch: fix processing of MEMSET issuesMateusz Kulikowski
2015-06-25checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski
2015-06-25checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches
2015-06-25checkpatch: remove local from codespell pathMaxim Uvarov
2015-06-25checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches
2015-06-25checkpatch: colorize output to terminalJoe Perches
2015-06-25checkpatch: improve output with multiple command-line filesJoe Perches
2015-06-25checkpatch: categorize some long line length checksJoe Perches
2015-06-25checkpatch: use $String consistentlyJoe Perches
2015-06-25checkpatch: make types found in a source file/patch localAlex Dowad
2015-06-25checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches
2015-06-25checkpatch: check for uncommented waitqueue_active()Joe Perches
2015-06-10checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches
2015-04-17checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches
2015-04-17checkpatch: fix --fix use with a patch of multiple filesJoe Perches
2015-04-17checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski
2015-04-17checkpatch: add a test for const with __read_mostly usesJoe Perches
2015-04-17checkpatch: improve operator spacing checkSam Bobroff
2015-04-17checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches
2015-04-17checkpatch: add uart_ops to normally const structsJoe Perches
2015-04-17checkpatch: add #define foo "string" long line exceptionJoe Perches
2015-04-17checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches
2015-04-17checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick
2015-04-17checkpatch: add test for repeated const usesJoe Perches
2015-04-17checkpatch: improve return negative errno checkJoe Perches
2015-04-17checkpatch: match more world writable permissionsJoe Perches
2015-04-17checkpatch: add optional --codespell dictionary to find more typosJoe Perches
2015-04-17checkpatch: add spell checking of email subject lineJoe Perches
2015-04-17checkpatch: improve "no space is necessary after a cast" testJoe Perches