summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2010-09-11docbook: warn on unused doc entriesJohannes Berg-3/+178
2010-09-11kernel-doc: ignore case when stripping attributesJohannes Berg-1/+1
2010-08-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds-5/+11
2010-08-21setlocalversion: Ignote SCMs above the linux source treeMichal Marek-2/+2
2010-08-20Merge commit 'v2.6.36-rc1' into kbuild/rc-fixesMichal Marek-91/+963
2010-08-17fixes for using make 3.82Jan Beulich-1/+3
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt-1/+6
2010-08-15kconfig: fix segfault when detecting recursive dependencySam Ravnborg-0/+2
2010-08-15kconfig: fix savedefconfig with choice marked optionalSam Ravnborg-2/+4
2010-08-14kbuild: drop unifdef-y supportSam Ravnborg-2/+1
2010-08-13Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-1/+1
2010-08-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-43/+97
2010-08-13setlocalversion: fix version for untaged nontip mercurial revsMilton Miller-1/+1
2010-08-13kconfig: Fix warning: ignoring return value of 'fgets'Jean Sacren-2/+16
2010-08-13kconfig: Fix warning: ignoring return value of 'fwrite'Jean Sacren-2/+9
2010-08-13nconfig: Fix segfault when menu is emptyAndrej Gelenberg-0/+2
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds-0/+13
2010-08-12MN10300: Permit .GCC-command-line sectionsDavid Howells-0/+1
2010-08-12tracing: Extend recordmcount to better support Blackfin mcountMike Frysinger-1/+6
2010-08-12kconfig: fix tristate choice with minimal configSam Ravnborg-35/+67
2010-08-12kconfig: fix savedefconfig for tristate choicesSam Ravnborg-4/+3
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap-0/+2
2010-08-11fix "scripts/mod/modpost.c: fix memory leak"Andrew Morton-2/+3
2010-08-11param: silence .init.text references from param opsRusty Russell-0/+13
2010-08-09checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto-0/+3
2010-08-09checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto-0/+7
2010-08-09checkpatch: prefer usleep_range over udelayPatrick Pannuto-0/+8
2010-08-09checkpatch: add more exceptions to 80 char linesJoe Perches-2/+3
2010-08-09checkpatch: change externals to globalsJoe Eloff-2/+2
2010-08-09checkpatch: fix handling of leading spacesRaffaele Recalcati-0/+7
2010-08-09checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang-1/+7
2010-08-09scripts/mod/modpost.c: fix memory leakAlexey Fomenko-14/+40
2010-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-1/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+32
2010-08-06kconfig: fix make oldconfigSam Ravnborg-1/+1
2010-08-06Merge branch 'master' into for-linusChris Metcalf-348/+1515
2010-08-05Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-6/+682
2010-08-05Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds-2/+3
2010-08-05Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-282/+666
2010-08-04Merge commit 'v2.6.35' into kbuild/kconfigMichal Marek-402/+670
2010-08-04Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek-360/+543
2010-08-03modpost: support objects with more than 64k sectionsDenys Vlasenko-29/+122
2010-08-03trivial: fix a typo in a filenameUwe Kleine-König-1/+1
2010-08-03kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineSam Ravnborg-2/+2
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg-6/+10
2010-08-03kconfig: add savedefconfigSam Ravnborg-1/+171
2010-08-03kconfig: code refactoring in confdata.cSam Ravnborg-67/+70
2010-08-03kconfig: refactor code in symbol.cSam Ravnborg-13/+34
2010-08-03kconfig: add alldefconfigSam Ravnborg-6/+14
2010-08-03kconfig: print more info when we see a recursive dependencyRoman Zippel-15/+127