aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2014-11-21dtc: add integer overflow checks in fdt headerVijay Kumar Pendoti
2014-10-10scripts: checkpatch.pl: warn on invalid credentialsBryan Huntsman
2014-10-10checkpatch: Excuse reverts from "summary line over 75 characters" checkMatt Wagantall
2014-10-10checkpatch: recognize only specific tags when ending commit textSteve Muckle
2014-10-10checkpatch: require commit textSteve Muckle
2014-10-10checkpatch: Add check for vreg_xxx api in opensource driversPankaj Kumar
2014-10-10checkpatch: Add check for gpiomux usage in msm board filesRohit Vaswani
2014-10-10checkpatch: complain about the use of dsb().Gregory Bean
2014-10-10checkpatch: close filp_open loophole.Gregory Bean
2014-10-10checkpatch: Handle long multi-line macros better.Gregory Bean
2014-10-10checkpatch: deprecate unbounded string functions.Gregory Bean
2014-10-10checkpatch: forbid implied-barrier I/O functions.Gregory Bean
2014-10-10checkpatch: Merge continuation-header handling from .38.Gregory Bean
2014-10-10checkpatch: forbid filesystem accesses from within the kernel.Gregory Bean
2014-10-10Don't complain about MIME headers.Gregory Bean
2014-10-10Checkpatch: Print location when catching return code errorPatrick Pannuto
2014-10-10checkpatch: Check for illegal return codesPatrick Pannuto
2014-10-10checkpatch: remove column limit for checkpatch patchesIsrael Schlesinger
2014-10-10checkpatch: Add warnings for use of mdelay()Israel Schlesinger
2014-10-10checkpatch: Exceptions for CLK_* macros and some spaces in macrosMatt Wagantall
2014-10-10checkpatch: warn on subject line not followed by blank lineRichard Adams
2014-10-10checkpatch: check for #if 0/#if 1Abhijeet Dharmapurikar
2014-10-10checkpatch: warn on long summary, commit text linesSteve Muckle
2014-10-10checkpatch: fix detection of git repositoryRichard Genoud
2014-10-10checkpatch.pl: check for function declarations without argumentsJoe Perches
2014-10-10checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches
2014-10-10checkpatch: add DT compatible string documentation checksRob Herring
2014-10-10checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck
2014-10-10checkpatch: add tests for function pointer style misusesJoe Perches
2014-10-10checkpatch: update the FSF/GPL address checkJoe Perches
2014-10-10checkpatch: check for if's with unnecessary parenthesesJoe Perches
2014-10-10checkpatch: improve space before tab --fix optionJoe Perches
2014-10-10checkpatch: add a --fix-inplace optionJoe Perches
2014-10-10checkpatch: attempt to find missing switch/case break;Joe Perches
2014-10-10checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes
2014-10-10checkpatch: warn only on "space before semicolon" at end of lineJoe Perches
2014-10-10checkpatch: more comprehensive split strings warningJoe Perches
2014-10-10PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches
2014-10-10checkpatch: fix "Use of uninitialized value" warningsJoe Perches
2014-10-10checkpatch: add check for sscanf without return useJoe Perches
2014-10-10checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches
2014-10-10checkpatch: improve "return is not a function" testJoe Perches
2014-10-10checkpatch.pl: check for the FSF mailing addressJosh Triplett
2014-10-10checkpatch: make the memory barrier test noisierJoe Perches
2014-10-10checkpatch: add rules to check init attribute and const defectsJoe Perches
2014-10-10checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches
2014-10-10checkpatch: find CamelCase definitions of struct/union/enumJoe Perches
2014-10-10checkpatch: update seq_<foo> testsJoe Perches
2014-10-10checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches
2014-10-10checkpatch: report missing spaces around trigraphs with --strictJoe Perches