aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06checkpatch: version: 0.26Andy Whitcroft1-1/+1
2009-01-06checkpatch: fix the perlcritic errorsAndy Whitcroft1-7/+13
2009-01-06checkpatch: struct file_operations should normally be constAndy Whitcroft1-0/+5
2009-01-06checkpatch: ensure we actually detect if assignments split across linesAndy Whitcroft1-1/+1
2009-01-06checkpatch: do not report nr_static as a static declarationAndy Whitcroft1-1/+1
2009-01-06checkpatch: track #ifdef/#else/#endif when tracking blocksAndy Whitcroft1-0/+22
2009-01-06checkpatch: fix continuation detection when handling spacing on operatorsAndy Whitcroft1-1/+1
2009-01-06checkpatch: loosen spacing on typedef function checksAndy Whitcroft1-1/+1
2009-01-06checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.hMike Frysinger1-0/+9
2009-01-06checkpatch: allow parentheses on return for comparisonsAndy Whitcroft1-2/+3
2009-01-06checkpatch: Add warning for p0-patchesWolfram Sang1-1/+7
2009-01-06checkpatch: update copyrightsAndy Whitcroft1-1/+2
2009-01-06checkpatch: version: 0.25Andy Whitcroft1-1/+1
2009-01-06checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft1-14/+32
2009-01-06checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft1-3/+6
2009-01-06checkpatch: detect multiple bitfield declarationsAndy Whitcroft1-5/+9
2009-01-06checkpatch: __weak is an official attributeAndy Whitcroft1-1/+2
2009-01-06checkpatch: structure member assignments are not complexAndy Whitcroft1-2/+3
2009-01-06checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft1-1/+1
2009-01-06checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft1-2/+2
2009-01-06checkpatch: add checks for in_atomic()Andy Whitcroft1-0/+9
2009-01-06scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven1-0/+162
2009-01-02kbuild: ignore a few files in headers_checkSam Ravnborg1-0/+6
2009-01-02kbuild: add checks for include of linux/types in userspace headersSam Ravnborg1-3/+44
2009-01-02kbuild: drop debugging leftover in tags.shSam Ravnborg1-1/+0
2009-01-02kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__Mike Frysinger1-0/+3
2009-01-02kbuild: check for leaked CONFIG_ symbols to userspaceSam Ravnborg1-1/+10
2009-01-02headers_check.pl: disallow extern'sMike Frysinger1-1/+11
2009-01-02kconfig: improve error messages for bad source statementsSam Ravnborg2-4/+10
2009-01-02kconfig: struct property commentedSam Ravnborg1-10/+30
2009-01-02kconfig: add comments to symbol flagsSam Ravnborg1-16/+18
2009-01-02kconfig: explain symbol value defaultsSam Ravnborg1-2/+6
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds21-197/+923
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich3-106/+106
2008-12-19kbuild: strip generated symbols from *.koJan Beulich5-32/+76
2008-12-19kbuild: simplify use of genksymsSam Ravnborg1-18/+12
2008-12-19kernel-doc: check for extra kernel-doc notationsRandy Dunlap1-1/+66
2008-12-18kbuild: add headerdep used to detect inclusion cycles in header filesVegard Nossum1-0/+193
2008-12-14kbuild: fix string equality testing in tags.shJiri Slaby1-5/+5
2008-12-14kbuild: fix make tags/cscopeJiri Slaby1-12/+12
2008-12-12tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker1-0/+1
2008-12-05kbuild: remove TAR_IGNORERobert P. J. Day1-4/+0
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar1-3/+7
2008-12-03setlocalversion: add git-svn supportPeter Korsgaard1-0/+5
2008-12-03setlocalversion: print correct subversion revisionPeter Korsgaard1-1/+1
2008-12-03scripts: improve the decodecode scriptArjan van de Ven1-10/+22
2008-12-03scripts/package: allow custom options to rpmJeremy Kerr1-2/+3
2008-12-03genksyms: allow to ignore symbol checksum changesAndreas Gruenbacher2-4/+31
2008-12-03genksyms: track symbol checksum changesAndreas Gruenbacher3-19/+239
2008-12-03tags and cscope support really belongs in a shell scriptSam Ravnborg1-0/+160