aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-21pnp: fix "add acpi:* modalias entries"Kay Sievers1-5/+11
2008-08-06bugfix for scripts/patch-kernel in 2.6 sublevel steppingErkki Lintunen1-1/+2
2008-08-05kernel-doc: skip nested struct/union cleanlyRandy Dunlap1-1/+1
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2-7/+3
2008-08-04kconfig: drop the ""trying to assign nonexistent symbol" warningSam Ravnborg1-6/+2
2008-08-04kconfig: always write out .configSam Ravnborg1-1/+1
2008-08-02firmware: silence __fw_modbuild and __fw_modinst 'Nothing to be done' messagesDavid Woodhouse1-0/+4
2008-07-31kbuild: scripts/ver_linux: don't set PATHAdrian Bunk1-1/+0
2008-07-31kbuild: genksyms: Include extern information in dumpsAndreas Gruenbacher1-0/+2
2008-07-31kbuild: genksyms parser: fix the __attribute__ ruleAndreas Gruenbacher2-73/+73
2008-07-30kbuild: scripts/genksyms/lex.l: add %option noinputAdrian Bunk2-47/+88
2008-07-30kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk2-14/+73
2008-07-30scripts/mod/modpost.c: fix spelling of module and happensBen Dooks1-1/+1
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds11-266/+490
2008-07-25setlocalversion: do not describe if there is nothing to describeSebastian Siewior1-1/+3
2008-07-25kconfig: make defconfig is no longer chattySam Ravnborg1-8/+3
2008-07-25kconfig: make oldconfig is now less chattySam Ravnborg1-1/+1
2008-07-25kconfig: speed up all*config + randconfigSam Ravnborg1-86/+68
2008-07-25kconfig: set all new symbols automaticallyRoman Zippel2-0/+79
2008-07-25kconfig: add diffconfig utilityTim Bird1-0/+129
2008-07-25kernel-doc: handle/strip __initRandy Dunlap1-0/+1
2008-07-25kbuild: prepare headers_* for arch/$ARCH/includeSam Ravnborg1-0/+41
2008-07-25kbuild: install all headers when arch is changedSam Ravnborg2-8/+12
2008-07-25kbuild: optimize headers_* targetsSam Ravnborg4-92/+161
2008-07-25kbuild: only one call for include/ in make headers_*Sam Ravnborg1-9/+0
2008-07-25kbuild: code refactoring in Makefile.headerinstSam Ravnborg1-29/+35
2008-07-25kbuild: drop support of ALTARCH for headers_*Sam Ravnborg1-75/+9
2008-07-25kbuild: always unifdef files in headers_install*Sam Ravnborg1-19/+10
2008-07-25Merge git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds1-4/+6
2008-07-25firmware: create firmware binaries during 'make modules'.David Woodhouse1-4/+6
2008-07-25fix checkstack.pl arch detectionEric Sandeen1-1/+2
2008-07-25find dynamic stack allocations in checkstack.plEric Sandeen1-1/+23
2008-07-24checkpatch: version 0.21Andy Whitcroft1-1/+1
2008-07-24checkpatch: types cannot start mid word for pointer testsAndy Whitcroft1-2/+2
2008-07-24checkpatch: complex macros need to ignore commentsAndy Whitcroft1-0/+1
2008-07-24checkpatch: variants -- move the main unary/binary operators to use variantsAndy Whitcroft1-18/+18
2008-07-24checkpatch: add checks for question mark and colon spacingAndy Whitcroft1-9/+72
2008-07-24checkpatch: possible modifiers -- handle multiple modifiers and trailingAndy Whitcroft1-3/+5
2008-07-24checkpatch: possible types -- known modifiers cannot be typesAndy Whitcroft1-1/+1
2008-07-24checkpatch: handle return types of pointers to functionsAndy Whitcroft1-1/+1
2008-07-24checkpatch: macro complexity checks are meaningless in linker scriptsAndy Whitcroft1-1/+2
2008-07-24checkpatch: possible modifiers are not being correctly matchedAndy Whitcroft1-4/+3
2008-07-24checkpatch: improve type matcher debugAndy Whitcroft1-4/+7
2008-07-24checkpatch: allow for type modifiers on multiple declarationsAndy Whitcroft1-0/+4
2008-07-24checkpatch: correct spelling in kfree checksWolfram Sang1-1/+1
2008-07-24checkpatch: usb_free_urb() can take NULLGreg Kroah-Hartman1-0/+7
2008-07-24checkpatch: condition/loop indent checksAndy Whitcroft1-4/+55
2008-07-24checkpatch: toughen trailing if statement checks and extend them to while and forAndy Whitcroft1-5/+5
2008-07-24checkpatch: check spacing for square bracketsAndy Whitcroft1-0/+11
2008-07-24checkpatch: switch -- report trailing statements on case and defaultAndy Whitcroft1-0/+4