aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Gravatar Linus Torvalds 1-4/+6
2008-07-25firmware: create firmware binaries during 'make modules'.Gravatar David Woodhouse 1-4/+6
2008-07-25fix checkstack.pl arch detectionGravatar Eric Sandeen 1-1/+2
2008-07-25find dynamic stack allocations in checkstack.plGravatar Eric Sandeen 1-1/+23
2008-07-24checkpatch: version 0.21Gravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: types cannot start mid word for pointer testsGravatar Andy Whitcroft 1-2/+2
2008-07-24checkpatch: complex macros need to ignore commentsGravatar Andy Whitcroft 1-0/+1
2008-07-24checkpatch: variants -- move the main unary/binary operators to use variantsGravatar Andy Whitcroft 1-18/+18
2008-07-24checkpatch: add checks for question mark and colon spacingGravatar Andy Whitcroft 1-9/+72
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingGravatar Andy Whitcroft 1-3/+5
2008-07-24checkpatch: possible types -- known modifiers cannot be typesGravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: handle return types of pointers to functionsGravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsGravatar Andy Whitcroft 1-1/+2
2008-07-24checkpatch: possible modifiers are not being correctly matchedGravatar Andy Whitcroft 1-4/+3
2008-07-24checkpatch: improve type matcher debugGravatar Andy Whitcroft 1-4/+7
2008-07-24checkpatch: allow for type modifiers on multiple declarationsGravatar Andy Whitcroft 1-0/+4
2008-07-24checkpatch: correct spelling in kfree checksGravatar Wolfram Sang 1-1/+1
2008-07-24checkpatch: usb_free_urb() can take NULLGravatar Greg Kroah-Hartman 1-0/+7
2008-07-24checkpatch: condition/loop indent checksGravatar Andy Whitcroft 1-4/+55
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and...Gravatar Andy Whitcroft 1-5/+5
2008-07-24checkpatch: check spacing for square bracketsGravatar Andy Whitcroft 1-0/+11
2008-07-24checkpatch: switch -- report trailing statements on case and defaultGravatar Andy Whitcroft 1-0/+4
2008-07-24checkpatch: allow printk strings to exceed 80 characters to maintain their se...Gravatar Andy Whitcroft 1-1/+3
2008-07-24checkpatch: trailing statement indent: fix end of statement locationGravatar Andy Whitcroft 1-5/+10
2008-07-24checkpatch: macros: fix statement counting block end detectionGravatar Andy Whitcroft 1-12/+11
2008-07-24checkpatch: types: unary -- goto introduces unary contextGravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: comment detection: ignore macro continuation when detecting assoc...Gravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: possible types: __asm__ is never a typeGravatar Andy Whitcroft 1-1/+1
2008-07-24checkpatch: add a checkpatch warning for new uses of __initcall().Gravatar Michael Ellerman 1-0/+4
2008-07-24checkpatch: types: some types may also be identifiersGravatar Andy Whitcroft 1-5/+6
2008-07-24checkpatch: return is not a function -- parentheses for casts are ok tooGravatar Andy Whitcroft 1-0/+1
2008-07-24checkpatch: Version: 0.20Gravatar Andy Whitcroft 1-1/+1
2008-07-24remove the v850 portGravatar Adrian Bunk 3-4/+3
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-8/+16
2008-07-22markers: fix duplicate modpost entryGravatar Mathieu Desnoyers 2-1/+3
2008-07-21pnp: add acpi:* modalias entriesGravatar Kay Sievers 1-8/+16
2008-07-17Update scripts/Makefile.fwinst to cope with older makeGravatar David Woodhouse 1-2/+23
2008-07-14Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6Gravatar Linus Torvalds 1-0/+45
2008-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitGravatar David Woodhouse 1-0/+45
2008-07-14Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2008-07-14[S390] cio: Introduce modalias for css bus.Gravatar Cornelia Huck 1-0/+12
2008-07-10ihex: add ihex2fw tool for converting HEX files into firmware imagesGravatar David Woodhouse 1-1/+1
2008-07-10firmware: Add firmware installation to modules_install, add firmware_installGravatar David Woodhouse 1-0/+45
2008-06-16Merge branch 'linus' into tracing/ftraceGravatar Ingo Molnar 5-111/+209
2008-06-12kbuild: ignore powerpc specific symbols in modpostGravatar Sam Ravnborg 1-5/+20
2008-06-06update checkpatch.pl to version 0.19Gravatar Andy Whitcroft 1-102/+182
2008-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesGravatar Linus Torvalds 1-0/+6
2008-05-31kbuild: fix $(src) assignmnet with external modulesGravatar Sam Ravnborg 1-0/+6
2008-05-30Mark 'scripts/decodecode' executableGravatar Linus Torvalds 1-0/+0
2008-05-25scripts/ver_linux use 'gcc -dumpversion'Gravatar Gabriel C 1-4/+1