aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2016-06-03checkpatch: reduce git commit description style false positivesGravatar Joe Perches 1-0/+1
2016-05-20checkpatch: improve --git <commit-count> shortcutGravatar Joe Perches 1-6/+4
2016-05-20checkpatch: reduce number of `git log` calls with --gitGravatar Joe Perches 1-10/+13
2016-05-20checkpatch: add support to check already applied git commitsGravatar Du, Changbin 1-1/+47
2016-05-20checkpatch: add --list-types to show message types to show or ignoreGravatar Joe Perches 1-1/+37
2016-05-20checkpatch: advertise the --fix and --fix-inplace options moreGravatar Joe Perches 1-0/+8
2016-05-20checkpatch: whine about ACCESS_ONCEGravatar Joe Perches 1-0/+22
2016-05-20checkpatch: add test for keywords not starting on tabstopsGravatar Joe Perches 1-0/+13
2016-05-20checkpatch: improve CONSTANT_COMPARISON test for structure membersGravatar Joe Perches 1-1/+1
2016-05-20checkpatch: add PREFER_IS_ENABLED testGravatar Joe Perches 1-0/+10
2016-03-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+28
2016-03-15checkpatch: fix another left brace warningGravatar Geyslan G. Bem 1-1/+1
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesGravatar Joe Perches 1-4/+8
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intGravatar Joe Perches 1-0/+20
2016-03-15checkpatch: exclude asm volatile from complex macro checkGravatar Joe Perches 1-0/+3
2016-02-23sparse: Add __private to privatize members of structsGravatar Boqun Feng 1-1/+2
2016-01-20checkpatch: fix a number of COMPLEX_MACRO false positivesGravatar Vladimir Zapolskiy 1-2/+3
2016-01-20checkpatch: improve macros with flow control testGravatar Joe Perches 1-1/+1
2016-01-20checkpatch: warn when casting constants to c90 int or longer typesGravatar Joe Perches 1-0/+42
2016-01-12checkpatch: add virt barriersGravatar Michael S. Tsirkin 1-1/+2
2016-01-12checkpatch: check for __smp outside barrier.hGravatar Michael S. Tsirkin 1-0/+10
2016-01-12checkpatch.pl: add missing memory barriersGravatar Michael S. Tsirkin 1-1/+21
2015-11-06checkpatch: improve the unnecessary initialisers testsGravatar Joe Perches 1-7/+8
2015-11-06checkpatch: improve tests for fixes:, long lines and stack dumps in commit logGravatar Joe Perches 1-25/+26
2015-09-10checkpatch: add constant comparison on left side testGravatar Joe Perches 1-0/+29
2015-09-10checkpatch: add __pmem to $Sparse annotationsGravatar Joe Perches 1-0/+1
2015-09-10checkpatch: fix left brace warningGravatar Eddie Kovsky 1-4/+4
2015-09-10checkpatch: avoid some commit message long line warningsGravatar Joe Perches 1-3/+27
2015-09-10checkpatch: emit an error on formats with 0x%<decimal>Gravatar Joe Perches 1-2/+6
2015-09-10checkpatch: make --strict the default for drivers/staging files and patchesGravatar Joe Perches 1-1/+1
2015-09-10checkpatch: always check block comment stylesGravatar Joe Perches 1-8/+11
2015-09-10checkpatch: report the right line # when using --emacs and --fileGravatar Joe Perches 1-1/+5
2015-09-10checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsGravatar Joe Perches 1-4/+28
2015-09-10checkpatch: Allow longer declaration macrosGravatar Joe Perches 1-1/+1
2015-09-10checkpatch: improve SUSPECT_CODE_INDENT testGravatar Joe Perches 1-6/+15
2015-09-10checkpatch: add warning on BUG/BUG_ON useGravatar Joe Perches 1-6/+8
2015-09-10checkpatch: warn on bare SHA-1 commit IDs in commit logsGravatar Joe Perches 1-3/+12
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-0/+19
2015-07-22scripts: Make checkpatch.pl warn on expedited RCU grace periodsGravatar Paul E. McKenney 1-0/+19
2015-07-17checkpatch: fix long line messages about patch contextGravatar Joe Perches 1-1/+1
2015-06-25checkpatch: emit "NOTE: <types>" message only once after multiple filesGravatar Joe Perches 1-4/+4
2015-06-25checkpatch: emit an error when there's a diff in a changelogGravatar Joe Perches 1-1/+14
2015-06-25checkpatch: validate MODULE_LICENSE contentGravatar Bjorn Andersson 1-0/+18
2015-06-25checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPYGravatar Mateusz Kulikowski 1-2/+3
2015-06-25checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr()Gravatar Mateusz Kulikowski 1-0/+23
2015-06-25checkpatch: fix processing of MEMSET issuesGravatar Mateusz Kulikowski 1-1/+1
2015-06-25checkpatch: suggest using ether_addr_equal*()Gravatar Mateusz Kulikowski 1-0/+8
2015-06-25checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch filesGravatar Joe Perches 1-1/+1
2015-06-25checkpatch: remove local from codespell pathGravatar Maxim Uvarov 1-2/+2
2015-06-25checkpatch: add --showfile to allow input via pipe to show filenamesGravatar Joe Perches 1-5/+17