summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2008-10-16checkpatch: suspect code indent must stop at #else/#elifAndy Whitcroft-0/+6
2008-10-16checkpatch: pull out known acceptable typedefsAndy Whitcroft-1/+7
2008-10-16checkpatch: accept any sized le/be typeAndy Whitcroft-1/+1
2008-10-16checkpatch: macros which define structure members are not complexAndy Whitcroft-0/+1
2008-10-16checkpatch: handle do without braces if we have enough contextAndy Whitcroft-3/+24
2008-10-16checkpatch: labels are not possible typesAndy Whitcroft-1/+1
2008-10-16checkpatch: do is not a possible typeAndy Whitcroft-6/+18
2008-10-16checkpatch: version: 0.23Andy Whitcroft-1/+1
2008-10-16checkpatch: ensure we only apply checks to the lines within hunksAndy Whitcroft-2/+3
2008-10-16checkpatch: suspect indent count condition lines correctlyAndy Whitcroft-1/+2
2008-10-16checkpatch: check line endings in text format filesAndy Whitcroft-3/+4
2008-10-16checkpatch: handle comment/quote nesting correctlyAndy Whitcroft-1/+1
2008-10-16checkpatch: suppress errors triggered by short patchAndy Whitcroft-0/+1
2008-10-16checkpatch: case/default checks should only check changed linesAndy Whitcroft-8/+9
2008-10-16checkpatch: version: 0.22Andy Whitcroft-1/+1
2008-10-16checkpatch: perform indent checks on perlAndy Whitcroft-2/+5
2008-10-16checkpatch: report the correct lines for single statement blocksAndy Whitcroft-3/+3
2008-10-16checkpatch: %Lx tests should hand %% as a literalAndy Whitcroft-0/+1
2008-10-16checkpatch: suspect indent -- skip over preprocessor, label and blank linesAndy Whitcroft-10/+15
2008-10-16checkpatch: report the real first line of all suspect indentsAndy Whitcroft-55/+86
2008-10-16checkpatch: report any absolute references to kernel source filesAndy Whitcroft-0/+41
2008-10-16checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.cAndy Whitcroft-4/+9
2008-10-16checkpatch: include/asm checks should be anchoredAndy Whitcroft-1/+1
2008-10-16checkpatch: fix up comment checks search to scan the entire blockAndy Whitcroft-3/+8
2008-10-16checkpatch: complex macros -- fix up extension handlingAndy Whitcroft-2/+2
2008-10-16checkpatch: ____cacheline_aligned et al are modifiersAndy Whitcroft-1/+4
2008-10-16checkpatch: add tests for the attribute matcherAndy Whitcroft-0/+10
2008-10-16checkpatch: switch indent allow plain returnAndy Whitcroft-1/+5
2008-10-16checkpatch: conditional indent -- labels have different indent rulesAndy Whitcroft-3/+8
2008-10-16checkpatch: values: double ampersand may be unaryAndy Whitcroft-2/+2
2008-10-16checkpatch: square brackets -- exemption for array slices in bracesAndy Whitcroft-2/+4
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron-2/+75
2008-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-0/+18
2008-10-14modpost: add support for hidJiri Slaby-0/+18
2008-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arj...Linus Torvalds-0/+147
2008-10-14tracing/fastboot: fix initcalls disposition in bootgraph.plFrederic Weisbecker-0/+6
2008-10-14tracing/fastboot: fix bootgraph.pl initcall name regexpArnaud Patard-4/+4
2008-10-14tracing/fastboot: fix issues and improve output of bootgraph.plArjan van de Ven-13/+16
2008-10-14tracing/fastboot: fix initcalls disposition in bootgraph.plFrederic Weisbecker-12/+14
2008-10-14tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven-0/+138
2008-10-14ftrace: remove warning of old objcopy and local functionsSteven Rostedt-6/+0
2008-10-14kbuild: ftrace: don't assume that scripts/recordmcount.pl is executableAndrew Morton-2/+3
2008-10-14ftrace: objcopy version test for local symbolsSteven Rostedt-0/+41
2008-10-14ftrace: handle weak symbol functionsSteven Rostedt-20/+86
2008-10-14ftrace: update recordmount.pl arch changesSteven Rostedt-14/+14
2008-10-14ftrace: fix build problem with CONFIG_FTRACEJeremy Fitzhardinge-1/+1
2008-10-14ftrace: scripts/recordmcount.pl cross-build hackIngo Molnar-0/+14
2008-10-14ftrace: create __mcount_loc sectionSteven Rostedt-0/+286
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-74/+407
2008-10-13Automatic MODULE_ALIAS() for DMI match tables.David Woodhouse-0/+57