aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesGravatar Linus Torvalds 2-7/+3
2008-08-04kconfig: drop the ""trying to assign nonexistent symbol" warningGravatar Sam Ravnborg 1-6/+2
2008-08-04kconfig: always write out .configGravatar Sam Ravnborg 1-1/+1
2008-08-02firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messagesGravatar David Woodhouse 1-0/+4
2008-07-31kbuild: scripts/ver_linux: don't set PATHGravatar Adrian Bunk 1-1/+0
2008-07-31kbuild: genksyms: Include extern information in dumpsGravatar Andreas Gruenbacher 1-0/+2
2008-07-31kbuild: genksyms parser: fix the __attribute__ ruleGravatar Andreas Gruenbacher 2-73/+73
2008-07-30kbuild: scripts/genksyms/lex.l: add %option noinputGravatar Adrian Bunk 2-47/+88
2008-07-30kconfig: scripts/kconfig/zconf.l: add %option noinputGravatar Adrian Bunk 2-14/+73
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensGravatar Ben Dooks 1-1/+1
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextGravatar Linus Torvalds 11-266/+490
2008-07-25setlocalversion: do not describe if there is nothing to describeGravatar Sebastian Siewior 1-1/+3
2008-07-25kconfig: make defconfig is no longer chattyGravatar Sam Ravnborg 1-8/+3
2008-07-25kconfig: make oldconfig is now less chattyGravatar Sam Ravnborg 1-1/+1
2008-07-25kconfig: speed up all*config + randconfigGravatar Sam Ravnborg 1-86/+68
2008-07-25kconfig: set all new symbols automaticallyGravatar Roman Zippel 2-0/+79
2008-07-25kconfig: add diffconfig utilityGravatar Tim Bird 1-0/+129
2008-07-25kernel-doc: handle/strip __initGravatar Randy Dunlap 1-0/+1
2008-07-25kbuild: prepare headers_* for arch/$ARCH/includeGravatar Sam Ravnborg 1-0/+41
2008-07-25kbuild: install all headers when arch is changedGravatar Sam Ravnborg 2-8/+12
2008-07-25kbuild: optimize headers_* targetsGravatar Sam Ravnborg 4-92/+161
2008-07-25kbuild: only one call for include/ in make headers_*Gravatar Sam Ravnborg 1-9/+0
2008-07-25kbuild: code refactoring in Makefile.headerinstGravatar Sam Ravnborg 1-29/+35
2008-07-25kbuild: drop support of ALTARCH for headers_*Gravatar Sam Ravnborg 1-75/+9
2008-07-25kbuild: always unifdef files in headers_install*Gravatar Sam Ravnborg 1-19/+10
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