summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
Commit message (Expand)AuthorAge
* treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-01
* checkpatch: if no filenames then read stdinAllen Hubbe2016-08-02
* checkpatch: check signoff when reading stdinAllen Hubbe2016-08-02
* checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches2016-08-02
* checkpatch: don't complain about BIT macro in uapiTomas Winkler2016-08-02
* checkpatch: yet another commit id improvementJoe Perches2016-08-02
* checkpatch: allow c99 style // commentsJoe Perches2016-08-02
* checkpatch: skip long lines that use an EFI_GUID macroJoe Perches2016-08-02
* pmem: kill __pmem address spaceDan Williams2016-07-12
* checkpatch: reduce git commit description style false positivesJoe Perches2016-06-03
* checkpatch: improve --git <commit-count> shortcutJoe Perches2016-05-20
* checkpatch: reduce number of `git log` calls with --gitJoe Perches2016-05-20
* checkpatch: add support to check already applied git commitsDu, Changbin2016-05-20
* checkpatch: add --list-types to show message types to show or ignoreJoe Perches2016-05-20
* checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches2016-05-20
* checkpatch: whine about ACCESS_ONCEJoe Perches2016-05-20
* checkpatch: add test for keywords not starting on tabstopsJoe Perches2016-05-20
* checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches2016-05-20
* checkpatch: add PREFER_IS_ENABLED testJoe Perches2016-05-20
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-16
|\
| * checkpatch: fix another left brace warningGeyslan G. Bem2016-03-15
| * checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches2016-03-15
| * checkpatch: warn on bare unsigned or signed declarations without intJoe Perches2016-03-15
| * checkpatch: exclude asm volatile from complex macro checkJoe Perches2016-03-15
* | sparse: Add __private to privatize members of structsBoqun Feng2016-02-23
|/
* checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy2016-01-20
* checkpatch: improve macros with flow control testJoe Perches2016-01-20
* checkpatch: warn when casting constants to c90 int or longer typesJoe Perches2016-01-20
* checkpatch: add virt barriersMichael S. Tsirkin2016-01-12
* checkpatch: check for __smp outside barrier.hMichael S. Tsirkin2016-01-12
* checkpatch.pl: add missing memory barriersMichael S. Tsirkin2016-01-12
* checkpatch: improve the unnecessary initialisers testsJoe Perches2015-11-06
* checkpatch: improve tests for fixes:, long lines and stack dumps in commit logJoe Perches2015-11-06
* checkpatch: add constant comparison on left side testJoe Perches2015-09-10
* checkpatch: add __pmem to $Sparse annotationsJoe Perches2015-09-10
* checkpatch: fix left brace warningEddie Kovsky2015-09-10
* checkpatch: avoid some commit message long line warningsJoe Perches2015-09-10
* checkpatch: emit an error on formats with 0x%<decimal>Joe Perches2015-09-10
* checkpatch: make --strict the default for drivers/staging files and patchesJoe Perches2015-09-10
* checkpatch: always check block comment stylesJoe Perches2015-09-10
* checkpatch: report the right line # when using --emacs and --fileJoe Perches2015-09-10
* checkpatch: add some <foo>_destroy functions to NEEDLESS_IF testsJoe Perches2015-09-10
* checkpatch: Allow longer declaration macrosJoe Perches2015-09-10
* checkpatch: improve SUSPECT_CODE_INDENT testJoe Perches2015-09-10
* checkpatch: add warning on BUG/BUG_ON useJoe Perches2015-09-10
* checkpatch: warn on bare SHA-1 commit IDs in commit logsJoe Perches2015-09-10
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-12
|\
| * scripts: Make checkpatch.pl warn on expedited RCU grace periodsPaul E. McKenney2015-07-22
* | checkpatch: fix long line messages about patch contextJoe Perches2015-07-17
|/
* checkpatch: emit "NOTE: <types>" message only once after multiple filesJoe Perches2015-06-25