summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorLines
2016-01-20checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy-2/+3
2016-01-20checkpatch: improve macros with flow control testJoe Perches-1/+1
2016-01-20checkpatch: warn when casting constants to c90 int or longer typesJoe Perches-0/+42
2016-01-12checkpatch: add virt barriersMichael S. Tsirkin-1/+2
2016-01-12checkpatch: check for __smp outside barrier.hMichael S. Tsirkin-0/+10
2016-01-12checkpatch.pl: add missing memory barriersMichael S. Tsirkin-1/+21
2015-11-06checkpatch: improve the unnecessary initialisers testsJoe Perches-7/+8
2015-11-06checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches-25/+26
2015-09-10checkpatch: add constant comparison on left side testJoe Perches-0/+29
2015-09-10checkpatch: add __pmem to $Sparse annotationsJoe Perches-0/+1
2015-09-10checkpatch: fix left brace warningEddie Kovsky-4/+4
2015-09-10checkpatch: avoid some commit message long line warningsJoe Perches-3/+27
2015-09-10checkpatch: emit an error on formats with 0x%<decimal>Joe Perches-2/+6
2015-09-10checkpatch: make --strict the default for drivers/staging files and patchesJoe Perches-1/+1
2015-09-10checkpatch: always check block comment stylesJoe Perches-8/+11
2015-09-10checkpatch: report the right line # when using --emacs and --fileJoe Perches-1/+5
2015-09-10checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsJoe Perches-4/+28
2015-09-10checkpatch: Allow longer declaration macrosJoe Perches-1/+1
2015-09-10checkpatch: improve SUSPECT_CODE_INDENT testJoe Perches-6/+15
2015-09-10checkpatch: add warning on BUG/BUG_ON useJoe Perches-6/+8
2015-09-10checkpatch: warn on bare SHA-1 commit IDs in commit logsJoe Perches-3/+12
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+19
2015-07-22scripts: Make checkpatch.pl warn on expedited RCU grace periodsPaul E. McKenney-0/+19
2015-07-17checkpatch: fix long line messages about patch contextJoe Perches-1/+1
2015-06-25checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches-4/+4
2015-06-25checkpatch: emit an error when there's a diff in a changelogJoe Perches-1/+14
2015-06-25checkpatch: validate MODULE_LICENSE contentBjorn Andersson-0/+18
2015-06-25checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYMateusz Kulikowski-2/+3
2015-06-25checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Mateusz Kulikowski-0/+23
2015-06-25checkpatch: fix processing of MEMSET issuesMateusz Kulikowski-1/+1
2015-06-25checkpatch: suggest using ether_addr_equal*()Mateusz Kulikowski-0/+8
2015-06-25checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesJoe Perches-1/+1
2015-06-25checkpatch: remove local from codespell pathMaxim Uvarov-2/+2
2015-06-25checkpatch: add --showfile to allow input via pipe to show filenamesJoe Perches-5/+17
2015-06-25checkpatch: colorize output to terminalJoe Perches-6/+21
2015-06-25checkpatch: improve output with multiple command-line filesJoe Perches-23/+39
2015-06-25checkpatch: categorize some long line length checksJoe Perches-10/+50
2015-06-25checkpatch: use $String consistentlyJoe Perches-6/+6
2015-06-25checkpatch: make types found in a source file/patch localAlex Dowad-4/+9
2015-06-25checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_tJoe Perches-6/+25
2015-06-25checkpatch: check for uncommented waitqueue_active()Joe Perches-0/+7
2015-06-10checkpatch: fix "GLOBAL_INITIALISERS" testJoe Perches-2/+2
2015-04-17checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches-0/+8
2015-04-17checkpatch: fix --fix use with a patch of multiple filesJoe Perches-1/+1
2015-04-17checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski-0/+8
2015-04-17checkpatch: add a test for const with __read_mostly usesJoe Perches-0/+10
2015-04-17checkpatch: improve operator spacing checkSam Bobroff-1/+1
2015-04-17checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches-0/+13
2015-04-17checkpatch: add uart_ops to normally const structsJoe Perches-0/+1
2015-04-17checkpatch: add #define foo "string" long line exceptionJoe Perches-2/+3