aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2010-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2010-10-29ftrace/MIPS: Add module support for C version of recordmcountWu Zhangjin
2010-10-29ftrace/MIPS: Add MIPS64 support for C version of recordmcountJohn Reiser
2010-10-29kconfig: Have streamline_config process menuconfigs tooSteven Rostedt
2010-10-29kconfig: Fix streamline_config to read multi line deps in Kconfig filesSteven Rostedt
2010-10-29kconfig: Fix missing declaration of variable $dir in streamline_config.plhiromu
2010-10-29kconfig: Fix variable name typo %prompts in streamline_config.plhiromu yagura
2010-10-29kconfig: Make localmodconfig handle environment variablesSteven Rostedt
2010-10-28Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds
2010-10-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2010-10-28initramfs: Fix build break on symbol-prefixed archsMike Frysinger
2010-10-28Revert "namespace: add source file location exceptions"Michal Marek
2010-10-28Merge branch 'message-callback' into kbuild/kconfigMichal Marek
2010-10-28Coccinelle: Add contextual messageNicolas Palix
2010-10-28Coccinelle: Find doubled arguments to boolean or bit operators.Julia Lawall
2010-10-28Coccinelle: Find nested lock+irqsave functions that use the same flags variab...Julia Lawall
2010-10-28namespace: add source file location exceptionsStephen Hemminger
2010-10-28scripts/extract-ikconfig: add support for bzip2, lzma and lzoDick Streefland
2010-10-28kbuild: check return value of asprintf()Namhyung Kim
2010-10-28Merge commit 'v2.6.36' into kbuild/miscMichal Marek
2010-10-28scripts/namespace.pl: improve to get more correct resultsAmerigo Wang
2010-10-28scripts/namespace.pl: some bug fixesAmerigo Wang
2010-10-28scripts/namespace.pl: update file exclusion listStephen Hemminger
2010-10-28scripts/namespace.pl: fix wrong source pathAmerigo Wang
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches
2010-10-26checkpatch: version 0.31Andy Whitcroft
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft
2010-10-26checkpatch: update copyright datesAndy Whitcroft
2010-10-26checkpatch: Add additional attribute #definesJoe Perches
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft
2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft
2010-10-26checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft
2010-10-26checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft
2010-10-26checkpatch: types may sit on a line on their ownAndy Whitcroft
2010-10-26checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft
2010-10-26scripts/get_maintainer.pl: don't deduplicate unnamed addresses ie: mailing listsJoe Perches
2010-10-26scripts/get_maintainer.pl: use mailmap in name deduplication and other updatesJoe Perches
2010-10-26scripts/get_maintainer.pl: correct indentation in a few placesJoe Perches
2010-10-26scripts/get_maintainer.pl: fix mailmap handlingFlorian Mickler
2010-10-26scripts/get_maintainer.pl: use case insensitive name de-duplicationJoe Perches
2010-10-26scripts/get_maintainer.pl: improve --interactive UIJoe Perches