summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2016-12-16checkpatch: replace __bitwise__ with __bitwiseMichael S. Tsirkin
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds
2016-12-12checkpatch: don't emit unified-diff error for rename-only patchesAndrew Jeffery
2016-12-12checkpatch: don't check c99 types like uint8_t under toolsTomas Winkler
2016-12-12checkpatch: avoid multiple line dereferencesJoe Perches
2016-12-12checkpatch: don't check .pl files, improve absolute path commit log testJoe Perches
2016-12-12scripts/checkpatch.pl: fix spellingAndrew Morton
2016-12-12checkpatch: don't try to get maintained status when --no-tree is givenJerome Forissier
2016-11-15locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab
2016-10-11checkpatch: improve the octal permissions testsJoe Perches
2016-10-11checkpatch: add warning for unnamed function definition argumentsJoe Perches
2016-10-11checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches
2016-10-11checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches
2016-10-11checkpatch: add --strict test for macro argument reuseJoe Perches
2016-10-11checkpatch: improve the block comment * alignment testJoe Perches
2016-10-11checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches
2016-10-11checkpatch: externalize the structs that should be constJoe Perches
2016-10-11checkpatch: don't test for prefer ether_addr_<foo>Joe Perches
2016-10-11checkpatch: test multiple line block comment alignmentJoe Perches
2016-10-11checkpatch: look for symbolic permissions and suggest octal insteadJoe Perches
2016-10-11checkpatch: see if modified files are marked obsolete in MAINTAINERSJoe Perches
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches
2016-08-02checkpatch: if no filenames then read stdinAllen Hubbe
2016-08-02checkpatch: check signoff when reading stdinAllen Hubbe
2016-08-02checkpatch: improve 'bare use of' signed/unsigned types warningJoe Perches
2016-08-02checkpatch: don't complain about BIT macro in uapiTomas Winkler
2016-08-02checkpatch: yet another commit id improvementJoe Perches
2016-08-02checkpatch: allow c99 style // commentsJoe Perches
2016-08-02checkpatch: skip long lines that use an EFI_GUID macroJoe Perches
2016-07-12pmem: kill __pmem address spaceDan Williams
2016-06-03checkpatch: reduce git commit description style false positivesJoe Perches
2016-05-20checkpatch: improve --git <commit-count> shortcutJoe Perches
2016-05-20checkpatch: reduce number of `git log` calls with --gitJoe Perches
2016-05-20checkpatch: add support to check already applied git commitsDu, Changbin
2016-05-20checkpatch: add --list-types to show message types to show or ignoreJoe Perches
2016-05-20checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches
2016-05-20checkpatch: whine about ACCESS_ONCEJoe Perches
2016-05-20checkpatch: add test for keywords not starting on tabstopsJoe Perches
2016-05-20checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches
2016-05-20checkpatch: add PREFER_IS_ENABLED testJoe Perches
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15checkpatch: fix another left brace warningGeyslan G. Bem
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intJoe Perches
2016-03-15checkpatch: exclude asm volatile from complex macro checkJoe Perches
2016-02-23sparse: Add __private to privatize members of structsBoqun Feng
2016-01-20checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy
2016-01-20checkpatch: improve macros with flow control testJoe Perches
2016-01-20checkpatch: warn when casting constants to c90 int or longer typesJoe Perches