aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2008-12-01kernel-doc: handle varargs cleanlyGravatar Randy Dunlap 1-3/+7
2008-11-09kbuild: Fixup deb-pkg target to generate separate firmware debGravatar Jonathan McDowell 1-2/+22
2008-10-29Fix incompatibility with versions of Perl less than 5.6.0Gravatar Jeremy Huntwork 2-13/+14
2008-10-29kbuild: tag with git revision when git describe is missingGravatar Trent Piepho 1-1/+3
2008-10-29kbuild: prevent modpost from looking for a .cmd file for a static library lin...Gravatar Ashutosh Naik 1-1/+11
2008-10-29kbuild: fix KBUILD_EXTRA_SYMBOLSGravatar Peter Volkov 1-1/+1
2008-10-29scripts/checksyscalls.sh: fix for non-gnu sedGravatar Thomas Volpini 1-2/+2
2008-10-29scripts/package: don't break if %{_smp_mflags} isn't setGravatar Jeremy Kerr 1-1/+1
2008-10-29kbuild: setlocalversion: dont include svn change countGravatar Mike Frysinger 1-1/+1
2008-10-29kbuild: mkspec - fix build rpmGravatar Evgeniy Manachkin 1-0/+3
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-13/+44
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentGravatar Ingo Molnar 4-3/+10
2008-10-26kernel-doc: allow more whitespace in macrosGravatar Randy Dunlap 1-3/+3
2008-10-26fix allmodconfig breakageGravatar Al Viro 1-2/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-0/+4
2008-10-23ftrace: dynamic ftrace process only text sectionGravatar Steven Rostedt 1-3/+14
2008-10-23ftrace: handle generic arch callsGravatar Steven Rostedt 2-3/+18
2008-10-22x86, um: get rid of arch/um/Kconfig.archGravatar Al Viro 1-0/+4
2008-10-22x86, um: ... and asm-x86 moveGravatar Al Viro 1-1/+1
2008-10-22sparc: Add checkstack supportGravatar Martin Habets 1-0/+4
2008-10-22tracing/fastboot: fix row order in bootgraph.plGravatar Alan Jenkins 1-3/+3
2008-10-22tracing/fastboot: fix bootgraph.pl to run with "use strict"Gravatar Alan Jenkins 1-5/+10
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-11/+415
2008-10-20Update email addresses.Gravatar Dave Jones 1-1/+1
2008-10-20Update .gitignore files for generated targetsGravatar Linus Torvalds 1-1/+1
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Gravatar Linus Torvalds 1-0/+9
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 3-2/+75
2008-10-16checkpatch: version: 0.24Gravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: allow for comments either side of a brace on caseGravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: suspect indent handle macro continuationGravatar Andy Whitcroft 1-1/+4
2008-10-16checkpatch: trailing statements ensure we report the end of the lineGravatar Andy Whitcroft 1-1/+10
2008-10-16checkpatch: DEFINE_ macros are real definitions for exportsGravatar Andy Whitcroft 1-7/+8
2008-10-16checkpatch: complex macros checks miss square bracketsGravatar Andy Whitcroft 1-3/+4
2008-10-16checkpatch: suspect code indent must stop at #else/#elifGravatar Andy Whitcroft 1-0/+6
2008-10-16checkpatch: pull out known acceptable typedefsGravatar Andy Whitcroft 1-1/+7
2008-10-16checkpatch: accept any sized le/be typeGravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: macros which define structure members are not complexGravatar Andy Whitcroft 1-0/+1
2008-10-16checkpatch: handle do without braces if we have enough contextGravatar Andy Whitcroft 1-3/+24
2008-10-16checkpatch: labels are not possible typesGravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: do is not a possible typeGravatar Andy Whitcroft 1-6/+18
2008-10-16checkpatch: version: 0.23Gravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: ensure we only apply checks to the lines within hunksGravatar Andy Whitcroft 1-2/+3
2008-10-16checkpatch: suspect indent count condition lines correctlyGravatar Andy Whitcroft 1-1/+2
2008-10-16checkpatch: check line endings in text format filesGravatar Andy Whitcroft 1-3/+4
2008-10-16checkpatch: handle comment/quote nesting correctlyGravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: suppress errors triggered by short patchGravatar Andy Whitcroft 1-0/+1
2008-10-16checkpatch: case/default checks should only check changed linesGravatar Andy Whitcroft 1-8/+9
2008-10-16checkpatch: version: 0.22Gravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: perform indent checks on perlGravatar Andy Whitcroft 1-2/+5
2008-10-16checkpatch: report the correct lines for single statement blocksGravatar Andy Whitcroft 1-3/+3