aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2008-11-09kbuild: Fixup deb-pkg target to generate separate firmware debJonathan McDowell
2008-10-29Fix incompatibility with versions of Perl less than 5.6.0Jeremy Huntwork
2008-10-29kbuild: tag with git revision when git describe is missingTrent Piepho
2008-10-29kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik
2008-10-29kbuild: fix KBUILD_EXTRA_SYMBOLSPeter Volkov
2008-10-29scripts/checksyscalls.sh: fix for non-gnu sedThomas Volpini
2008-10-29scripts/package: don't break if %{_smp_mflags} isn't setJeremy Kerr
2008-10-29kbuild: setlocalversion: dont include svn change countMike Frysinger
2008-10-29kbuild: mkspec - fix build rpmEvgeniy Manachkin
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar
2008-10-26kernel-doc: allow more whitespace in macrosRandy Dunlap
2008-10-26fix allmodconfig breakageAl Viro
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2008-10-23ftrace: dynamic ftrace process only text sectionSteven Rostedt
2008-10-23ftrace: handle generic arch callsSteven Rostedt
2008-10-22x86, um: get rid of arch/um/Kconfig.archAl Viro
2008-10-22x86, um: ... and asm-x86 moveAl Viro
2008-10-22sparc: Add checkstack supportMartin Habets
2008-10-22tracing/fastboot: fix row order in bootgraph.plAlan Jenkins
2008-10-22tracing/fastboot: fix bootgraph.pl to run with "use strict"Alan Jenkins
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-20Update email addresses.Dave Jones
2008-10-20Update .gitignore files for generated targetsLinus Torvalds
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16checkpatch: version: 0.24Andy Whitcroft
2008-10-16checkpatch: allow for comments either side of a brace on caseAndy Whitcroft
2008-10-16checkpatch: suspect indent handle macro continuationAndy Whitcroft
2008-10-16checkpatch: trailing statements ensure we report the end of the lineAndy Whitcroft
2008-10-16checkpatch: DEFINE_ macros are real definitions for exportsAndy Whitcroft
2008-10-16checkpatch: complex macros checks miss square bracketsAndy Whitcroft
2008-10-16checkpatch: suspect code indent must stop at #else/#elifAndy Whitcroft
2008-10-16checkpatch: pull out known acceptable typedefsAndy Whitcroft
2008-10-16checkpatch: accept any sized le/be typeAndy Whitcroft
2008-10-16checkpatch: macros which define structure members are not complexAndy Whitcroft
2008-10-16checkpatch: handle do without braces if we have enough contextAndy Whitcroft
2008-10-16checkpatch: labels are not possible typesAndy Whitcroft
2008-10-16checkpatch: do is not a possible typeAndy Whitcroft
2008-10-16checkpatch: version: 0.23Andy Whitcroft
2008-10-16checkpatch: ensure we only apply checks to the lines within hunksAndy Whitcroft
2008-10-16checkpatch: suspect indent count condition lines correctlyAndy Whitcroft
2008-10-16checkpatch: check line endings in text format filesAndy Whitcroft
2008-10-16checkpatch: handle comment/quote nesting correctlyAndy Whitcroft
2008-10-16checkpatch: suppress errors triggered by short patchAndy Whitcroft
2008-10-16checkpatch: case/default checks should only check changed linesAndy Whitcroft
2008-10-16checkpatch: version: 0.22Andy Whitcroft
2008-10-16checkpatch: perform indent checks on perlAndy Whitcroft
2008-10-16checkpatch: report the correct lines for single statement blocksAndy Whitcroft
2008-10-16checkpatch: %Lx tests should hand %% as a literalAndy Whitcroft