aboutsummaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'caf/LA.BR.1.1.2-00120-8x16.0' into cm-12.0Ricardo Cerqueira2014-12-232-1/+15
|\
| * dtc: add integer overflow checks in fdt headerVijay Kumar Pendoti2014-11-212-1/+15
* | misc: Fix Kconfig warningsSteve Kondik2014-12-211-1/+1
|/
* scripts: checkpatch.pl: warn on invalid credentialsBryan Huntsman2014-10-101-0/+9
* checkpatch: Excuse reverts from "summary line over 75 characters" checkMatt Wagantall2014-10-101-2/+2
* checkpatch: recognize only specific tags when ending commit textSteve Muckle2014-10-101-1/+4
* checkpatch: require commit textSteve Muckle2014-10-101-5/+53
* checkpatch: Add check for vreg_xxx api in opensource driversPankaj Kumar2014-10-101-0/+7
* checkpatch: Add check for gpiomux usage in msm board filesRohit Vaswani2014-10-101-0/+8
* checkpatch: complain about the use of dsb().Gregory Bean2014-10-101-0/+7
* checkpatch: close filp_open loophole.Gregory Bean2014-10-101-0/+7
* checkpatch: Handle long multi-line macros better.Gregory Bean2014-10-101-1/+7
* checkpatch: deprecate unbounded string functions.Gregory Bean2014-10-101-0/+20
* checkpatch: forbid implied-barrier I/O functions.Gregory Bean2014-10-101-0/+20
* checkpatch: Merge continuation-header handling from .38.Gregory Bean2014-10-101-0/+29
* checkpatch: forbid filesystem accesses from within the kernel.Gregory Bean2014-10-101-0/+7
* Don't complain about MIME headers.Gregory Bean2014-10-101-7/+14
* Checkpatch: Print location when catching return code errorPatrick Pannuto2014-10-101-1/+1
* checkpatch: Check for illegal return codesPatrick Pannuto2014-10-101-0/+6
* checkpatch: remove column limit for checkpatch patchesIsrael Schlesinger2014-10-101-0/+1
* checkpatch: Add warnings for use of mdelay()Israel Schlesinger2014-10-101-0/+6
* checkpatch: Exceptions for CLK_* macros and some spaces in macrosMatt Wagantall2014-10-101-1/+2
* checkpatch: warn on subject line not followed by blank lineRichard Adams2014-10-101-1/+17
* checkpatch: check for #if 0/#if 1Abhijeet Dharmapurikar2014-10-101-3/+10
* checkpatch: warn on long summary, commit text linesSteve Muckle2014-10-101-1/+41
* checkpatch: fix detection of git repositoryRichard Genoud2014-10-101-2/+2
* checkpatch.pl: check for function declarations without argumentsJoe Perches2014-10-101-0/+9
* checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches2014-10-101-0/+10
* checkpatch: add DT compatible string documentation checksRob Herring2014-10-101-0/+27
* checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck2014-10-101-3/+1
* checkpatch: add tests for function pointer style misusesJoe Perches2014-10-101-0/+59
* checkpatch: update the FSF/GPL address checkJoe Perches2014-10-101-5/+6
* checkpatch: check for if's with unnecessary parenthesesJoe Perches2014-10-101-0/+14
* checkpatch: improve space before tab --fix optionJoe Perches2014-10-101-2/+4
* checkpatch: add a --fix-inplace optionJoe Perches2014-10-101-1/+9
* checkpatch: attempt to find missing switch/case break;Joe Perches2014-10-101-0/+25
* checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes2014-10-101-0/+6
* checkpatch: warn only on "space before semicolon" at end of lineJoe Perches2014-10-101-1/+1
* checkpatch: more comprehensive split strings warningJoe Perches2014-10-101-8/+4
* PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches2014-10-101-4/+7
* checkpatch: fix "Use of uninitialized value" warningsJoe Perches2014-10-101-0/+1
* checkpatch: add check for sscanf without return useJoe Perches2014-10-101-0/+17
* checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches2014-10-101-7/+12
* checkpatch: improve "return is not a function" testJoe Perches2014-10-101-14/+4
* checkpatch.pl: check for the FSF mailing addressJosh Triplett2014-10-101-0/+12
* checkpatch: make the memory barrier test noisierJoe Perches2014-10-101-2/+2
* checkpatch: add rules to check init attribute and const defectsJoe Perches2014-10-101-2/+34
* checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches2014-10-101-8/+14
* checkpatch: find CamelCase definitions of struct/union/enumJoe Perches2014-10-101-2/+3
* checkpatch: update seq_<foo> testsJoe Perches2014-10-101-3/+4