aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-16checkpatch: %Lx tests should hand %% as a literalGravatar Andy Whitcroft 1-0/+1
2008-10-16checkpatch: suspect indent -- skip over preprocessor, label and blank linesGravatar Andy Whitcroft 1-10/+15
2008-10-16checkpatch: report the real first line of all suspect indentsGravatar Andy Whitcroft 1-55/+86
2008-10-16checkpatch: report any absolute references to kernel source filesGravatar Andy Whitcroft 1-0/+41
2008-10-16checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.cGravatar Andy Whitcroft 1-4/+9
2008-10-16checkpatch: include/asm checks should be anchoredGravatar Andy Whitcroft 1-1/+1
2008-10-16checkpatch: fix up comment checks search to scan the entire blockGravatar Andy Whitcroft 1-3/+8
2008-10-16checkpatch: complex macros -- fix up extension handlingGravatar Andy Whitcroft 1-2/+2
2008-10-16checkpatch: ____cacheline_aligned et al are modifiersGravatar Andy Whitcroft 1-1/+4
2008-10-16checkpatch: add tests for the attribute matcherGravatar Andy Whitcroft 1-0/+10
2008-10-16checkpatch: switch indent allow plain returnGravatar Andy Whitcroft 1-1/+5
2008-10-16checkpatch: conditional indent -- labels have different indent rulesGravatar Andy Whitcroft 1-3/+8
2008-10-16checkpatch: values: double ampersand may be unaryGravatar Andy Whitcroft 1-2/+2
2008-10-16checkpatch: square brackets -- exemption for array slices in bracesGravatar Andy Whitcroft 1-2/+4
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesGravatar Jason Baron 3-2/+75
2008-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+18
2008-10-14modpost: add support for hidGravatar Jiri Slaby 1-0/+18
2008-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arj...Gravatar Linus Torvalds 1-0/+147
2008-10-14tracing/fastboot: fix initcalls disposition in bootgraph.plGravatar Frederic Weisbecker 1-0/+6
2008-10-14tracing/fastboot: fix bootgraph.pl initcall name regexpGravatar Arnaud Patard 1-4/+4
2008-10-14tracing/fastboot: fix issues and improve output of bootgraph.plGravatar Arjan van de Ven 1-13/+16
2008-10-14tracing/fastboot: fix initcalls disposition in bootgraph.plGravatar Frederic Weisbecker 1-12/+14