aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07mkuboot.sh: Fail if mkimage is missingRoland Stigge1-1/+1
2010-12-28modpost: Fix address calculation in reloc_location()Olof Johansson1-1/+1
2010-12-22Make fixdep error handling more explicitBen Gamari1-3/+7
2010-12-20checksyscalls: Fix stand-alone usageGeert Uytterhoeven1-2/+2
2010-12-16modpost: Put .zdebug* section on white listH.J. Lu1-0/+1
2010-12-14kbuild: introduce HDR_ARCH_LIST for headers_install_allKirill A. Shutemov1-1/+1
2010-12-14Merge commit 'v2.6.37-rc1' into kbuild/kbuildMichal Marek77-1575/+5850
2010-12-14headers_install: check exit status of unifdefMike Frysinger1-0/+7
2010-11-25scripts/genksyms: fix header usageArnaud Lacombe2-2/+2
2010-11-11fixdep: use hash table instead of a single arrayEric Dumazet1-48/+61
2010-10-31Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+2
2010-10-30semaphore: Remove mutex emulationThomas Gleixner1-6/+2
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfigLinus Torvalds1-7/+36
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin2-4/+57
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser2-4/+71
2010-10-29kconfig: Have streamline_config process menuconfigs tooSteven Rostedt1-2/+2
2010-10-29kconfig: Fix streamline_config to read multi line deps in Kconfig filesSteven Rostedt1-1/+18
2010-10-29kconfig: Fix missing declaration of variable $dir in streamline_config.plhiromu1-1/+3
2010-10-29kconfig: Fix variable name typo %prompts in streamline_config.plhiromu yagura1-2/+2
2010-10-29kconfig: Make localmodconfig handle environment variablesSteven Rostedt1-1/+11
2010-10-28Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds2-2/+4
2010-10-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds26-92/+1196
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds23-816/+932
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds5-10/+15
2010-10-28initramfs: Fix build break on symbol-prefixed archsMike Frysinger1-1/+3
2010-10-28Revert "namespace: add source file location exceptions"Michal Marek1-24/+0
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek3-48/+40
2010-10-28Coccinelle: Add contextual messageNicolas Palix1-3/+13
2010-10-28Coccinelle: Find doubled arguments to boolean or bit operators.Julia Lawall2-0/+94
2010-10-28Coccinelle: Find nested lock+irqsave functions that use the same flags variables.Julia Lawall1-0/+80
2010-10-28namespace: add source file location exceptionsStephen Hemminger1-0/+24
2010-10-28scripts/extract-ikconfig: add support for bzip2, lzma and lzoDick Streefland1-14/+27
2010-10-28kbuild: check return value of asprintf()Namhyung Kim1-1/+4
2010-10-28Merge commit 'v2.6.36' into kbuild/miscMichal Marek44-807/+1893
2010-10-28scripts/namespace.pl: improve to get more correct resultsAmerigo Wang1-9/+12
2010-10-28scripts/namespace.pl: some bug fixesAmerigo Wang1-7/+10
2010-10-28scripts/namespace.pl: update file exclusion listStephen Hemminger1-47/+56
2010-10-28scripts/namespace.pl: fix wrong source pathAmerigo Wang1-4/+4
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches1-0/+5
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static const charJoe Perches1-0/+12
2010-10-26checkpatch: version 0.31Andy Whitcroft1-1/+1
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft1-6/+6
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft1-1/+10
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft1-2/+2
2010-10-26checkpatch: update copyright datesAndy Whitcroft1-1/+1
2010-10-26checkpatch: Add additional attribute #definesJoe Perches1-0/+14
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent1-1/+13
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft1-5/+21
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft1-10/+5
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft1-0/+10