summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2009-01-06checkpatch: allow parentheses on return for comparisonsAndy Whitcroft-2/+3
2009-01-06checkpatch: Add warning for p0-patchesWolfram Sang-1/+7
2009-01-06checkpatch: update copyrightsAndy Whitcroft-1/+2
2009-01-06checkpatch: version: 0.25Andy Whitcroft-1/+1
2009-01-06checkpatch: dissallow spaces between stars in pointer typesAndy Whitcroft-14/+32
2009-01-06checkpatch: comment ends inside strings is most likely not an open commentAndy Whitcroft-3/+6
2009-01-06checkpatch: detect multiple bitfield declarationsAndy Whitcroft-5/+9
2009-01-06checkpatch: __weak is an official attributeAndy Whitcroft-1/+2
2009-01-06checkpatch: structure member assignments are not complexAndy Whitcroft-2/+3
2009-01-06checkpatch: widen implied comment detection to allow multiple starsAndy Whitcroft-1/+1
2009-01-06checkpatch: comment detection may miss an implied comment on the last hunkAndy Whitcroft-2/+2
2009-01-06checkpatch: add checks for in_atomic()Andy Whitcroft-0/+9
2009-01-06scripts: script from kerneloops.org to pretty print oops dumpsArjan van de Ven-0/+162
2009-01-04bzip2/lzma: handle failures from bzip2 and lzma correctlyH. Peter Anvin-2/+2
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff-0/+24
2009-01-02kbuild: ignore a few files in headers_checkSam Ravnborg-0/+6
2009-01-02kbuild: add checks for include of linux/types in userspace headersSam Ravnborg-3/+44
2009-01-02kbuild: drop debugging leftover in tags.shSam Ravnborg-1/+0
2009-01-02kbuild: in headers_install autoconvert asm/inline/volatile to __xxx__Mike Frysinger-0/+3
2009-01-02kbuild: check for leaked CONFIG_ symbols to userspaceSam Ravnborg-1/+10
2009-01-02headers_check.pl: disallow extern'sMike Frysinger-1/+11
2009-01-02kconfig: improve error messages for bad source statementsSam Ravnborg-4/+10
2009-01-02kconfig: struct property commentedSam Ravnborg-10/+30
2009-01-02kconfig: add comments to symbol flagsSam Ravnborg-16/+18
2009-01-02kconfig: explain symbol value defaultsSam Ravnborg-2/+6
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds-197/+923
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich-106/+106
2008-12-19kbuild: strip generated symbols from *.koJan Beulich-32/+76
2008-12-19kbuild: simplify use of genksymsSam Ravnborg-18/+12
2008-12-19kernel-doc: check for extra kernel-doc notationsRandy Dunlap-1/+66
2008-12-18kbuild: add headerdep used to detect inclusion cycles in header filesVegard Nossum-0/+193
2008-12-14kbuild: fix string equality testing in tags.shJiri Slaby-5/+5
2008-12-14kbuild: fix make tags/cscopeJiri Slaby-12/+12
2008-12-12tracing/function-graph-tracer: add a new .irqentry.text sectionFrederic Weisbecker-0/+1
2008-12-05kbuild: remove TAR_IGNORERobert P. J. Day-4/+0
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar-3/+7
2008-12-03setlocalversion: add git-svn supportPeter Korsgaard-0/+5
2008-12-03setlocalversion: print correct subversion revisionPeter Korsgaard-1/+1
2008-12-03scripts: improve the decodecode scriptArjan van de Ven-10/+22
2008-12-03scripts/package: allow custom options to rpmJeremy Kerr-2/+3
2008-12-03genksyms: allow to ignore symbol checksum changesAndreas Gruenbacher-4/+31
2008-12-03genksyms: track symbol checksum changesAndreas Gruenbacher-19/+239
2008-12-03tags and cscope support really belongs in a shell scriptSam Ravnborg-0/+160
2008-12-03kconfig: fix options to check-lxdialog.shSam Ravnborg-1/+1
2008-12-03remove bashisms from scripts/extract-ikconfigWerner Almesberger-4/+4
2008-12-03kbuild: teach mkmakfile to be silentSam Ravnborg-1/+3
2008-12-03kbuild: use KECHO convenience echoMike Frysinger-9/+2
2008-12-03kbuild: introduce $(kecho) convenience echoMike Frysinger-0/+7
2008-12-03kbuild: kill output in silent mode of mkcompile_hMike Frysinger-2/+4
2008-12-03kbuild: expand -I in KBUILD_CPPFLAGSSam Ravnborg-6/+9