aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2016-12-16checkpatch: replace __bitwise__ with __bitwiseGravatar Michael S. Tsirkin 1-2/+2
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+3
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesGravatar Andrew Jeffery 1-0/+1
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsGravatar Tomas Winkler 1-1/+2
2016-12-12checkpatch: avoid multiple line dereferencesGravatar Joe Perches 1-0/+12
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testGravatar Joe Perches 1-15/+15
2016-12-12scripts/checkpatch.pl: fix spellingGravatar Andrew Morton 1-1/+1
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenGravatar Jerome Forissier 1-1/+1
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Gravatar Peter Zijlstra 1-0/+6
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-3/+3
2016-10-11checkpatch: improve the octal permissions testsGravatar Joe Perches 1-16/+44
2016-10-11checkpatch: add warning for unnamed function definition argumentsGravatar Joe Perches 1-0/+13
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testGravatar Joe Perches 1-1/+19
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsGravatar Joe Perches 1-1/+8
2016-10-11checkpatch: add --strict test for macro argument reuseGravatar Joe Perches 1-8/+35
2016-10-11checkpatch: improve the block comment * alignment testGravatar Joe Perches 1-7/+12
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteGravatar Joe Perches 1-1/+1
2016-10-11checkpatch: externalize the structs that should be constGravatar Joe Perches 1-40/+24
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Gravatar Joe Perches 1-35/+35
2016-10-11checkpatch: test multiple line block comment alignmentGravatar Joe Perches 1-0/+19
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadGravatar Joe Perches 1-6/+43
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSGravatar Joe Perches 1-0/+14
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEGravatar Joe Perches 1-9/+0
2016-08-02checkpatch: if no filenames then read stdinGravatar Allen Hubbe 1-2/+2
2016-08-02checkpatch: check signoff when reading stdinGravatar Allen Hubbe 1-1/+3
2016-08-02checkpatch: improve 'bare use of' signed/unsigned types warningGravatar Joe Perches 1-1/+1
2016-08-02checkpatch: don't complain about BIT macro in uapiGravatar Tomas Winkler 1-2/+3
2016-08-02checkpatch: yet another commit id improvementGravatar Joe Perches 1-2/+2
2016-08-02checkpatch: allow c99 style // commentsGravatar Joe Perches 1-0/+6
2016-08-02checkpatch: skip long lines that use an EFI_GUID macroGravatar Joe Perches 1-0/+4
2016-07-12pmem: kill __pmem address spaceGravatar Dan Williams 1-1/+0
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