aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-14kbuild: enable 'make CFLAGS=...' to add additional options to CCSam Ravnborg2-4/+4
2007-10-12kbuild: make modpost detect unterminated device id listsKees Cook1-7/+33
2007-10-12kconfig/menuconfig: distinguish between selected-by-another options and commentsMatej Laitl1-8/+15
2007-10-12kconfig: tristate choices with mixed tristate and boolean valuesJan Beulich1-9/+26
2007-10-12kbuild: kill backward compatibility checksSam Ravnborg3-29/+2
2007-10-12kbuild: kill EXTRA_ARFLAGSSam Ravnborg1-1/+1
2007-10-12kbuild: call make once for all targets when O=.. is usedMilton Miller1-3/+5
2007-10-12kbuild: update _shipped files for kconfig syntax cleanupSam Ravnborg3-754/+897
2007-10-12kconfig: syntax cleanup - drop support for "depends/requires/def_boolean"Adrian Bunk2-13/+0
2007-10-12kconfig: fix segv fault in menuconfigSam Ravnborg2-7/+11
2007-10-12kconfig: make comments stand out in menuconfigSam Ravnborg1-0/+8
2007-10-12kbuild: fix directory traversal bugSam Ravnborg1-3/+3
2007-10-12docproc: style & typo cleanupsRandy Dunlap2-20/+22
2007-10-12kbuild: apply genksyms changesSam Ravnborg4-1706/+2523
2007-10-12kbuild: __extension__ support in genksyms (fix unknown CRC warning)Sam Ravnborg2-1/+5
2007-10-12kbuild: fix genksyms MakefileSam Ravnborg1-2/+6
2007-10-12kbuild: scripts/ver_linux : correct printing of binutils versionJesper Juhl1-3/+1
2007-10-12kbuild: ver_linux fix glibc version printJesper Juhl1-3/+2
2007-10-12kbuild: improve scripts/gcc-version.sh output a bit when called without argsJesper Juhl1-1/+7
2007-10-12kbuild: fix segfault in modpostPetr Stetiar1-0/+6
2007-10-12kbuild: fix perl usage in export_report.plRam Pai1-4/+4
2007-10-12kbuild: fix export_report.plAdrian Bunk1-1/+1
2007-10-12kbuild: script to check for undefined Kconfig symbolsPaolo 'Blaisorblade' Giarrusso1-0/+59
2007-10-12kbuild: check if we can link gettext not just compileSam Ravnborg2-8/+16
2007-10-12kbuild: Use Elfnn_Half as replacement for Elfnn_SectionSam Ravnborg1-2/+2
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+19
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-0/+5
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-0/+20
2007-10-11x86: fixup the x86 namespace change in scripts/namespace.plThomas Gleixner1-4/+4
2007-10-11[AVR32] checkstack supportHaavard Skinnemoen1-0/+5
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-1/+1
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-0/+1
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+19
2007-09-23sdio: add modalias supportPierre Ossman1-0/+20
2007-09-01kconfig: oldconfig shall not set symbols if it does not need toRoman Zippel1-9/+12
2007-08-11update checkpatch.pl to version 0.09Andy Whitcroft1-31/+71
2007-07-31kbuild: whitelist references from __dbe_table to .initRalf Baechle1-0/+1
2007-07-25kbuild: fix modpost warnings for xtensaSam Ravnborg1-6/+24
2007-07-25kbuild: be more foregiving on init section namingSam Ravnborg1-26/+10
2007-07-25kbuild: rearrange a few function in modpostSam Ravnborg1-32/+48
2007-07-25kbuild: use LDFLAGS_MODULE only for .ko linksRoland McGrath2-2/+2
2007-07-25kconfig: remove unused members from struct symbolSam Ravnborg1-1/+0
2007-07-25kconfig: attach help text to menusSam Ravnborg10-43/+49
2007-07-25kbuild: fix up printing of Linux C Library version in scripts/ver_linuxJesper Juhl1-2/+2
2007-07-25kbuild: do not do section mismatch checks on vmlinux in 2nd passSam Ravnborg2-12/+20
2007-07-23ACPI: autoload modules - Create ACPI alias interfaceThomas Renninger1-0/+12
2007-07-20Fix Lindent to not indent preprocessor comments so farMatthew Wilcox1-1/+1
2007-07-20m68k: teach modpost about .m68_fixupAl Viro1-0/+1
2007-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds16-187/+414
2007-07-19update checkpatch.pl to version 0.08Andy Whitcroft1-32/+143