aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configGravatar Steven Rostedt 2-8/+8
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 13-286/+315
2009-11-15dtc: Mark various internal functions staticGravatar Josh Triplett 3-3/+3
2009-11-15dtc: Set "noinput" in the lexer to avoid an unused functionGravatar Josh Triplett 2-17/+54
2009-11-15genksyms: Mark is_reserved_word staticGravatar Josh Triplett 2-45/+52
2009-11-15kconfig: Mark various internal functions staticGravatar Josh Triplett 6-15/+32
2009-11-12get_maintainer: fix usage commentGravatar Roel Kluin 1-2/+2
2009-10-29checkpatch: version 0.30Gravatar Andy Whitcroft 1-1/+1
2009-10-29checkpatch: fix false EXPORT_SYMBOL warningGravatar Andy Whitcroft 1-9/+39
2009-10-29checkpatch: fix __attribute__ matchingGravatar Andy Whitcroft 1-2/+2
2009-10-29checkpatch: fix false errors due to macro concatenationGravatar Andy Whitcroft 1-1/+4
2009-10-29checkpatch: update copyright datesGravatar Andy Whitcroft 1-1/+1
2009-10-29checkpatch: correctly stop scanning at the bottom of a hunkGravatar Andy Whitcroft 1-1/+2
2009-10-29checkpatch: possible types -- prevent illegal modifiers being addedGravatar Andy Whitcroft 1-8/+12
2009-10-29scripts/get_maintainer.pl: add patch/file search for keywordsGravatar Joe Perches 1-2/+35
2009-10-15kconfig: Make zconf.y work with current bisonGravatar Josh Triplett 2-206/+174
2009-10-11warn about use of uninstalled kernel headersGravatar Arnd Bergmann 1-1/+1
2009-10-11kbuild: mkcompile_h: trivial cleanupsGravatar Felipe Contreras 1-1/+3
2009-10-11kbuild: fix warning when domainname is not availableGravatar Felipe Contreras 1-2/+6
2009-10-11kbuild: Fix size_append issue for bzip2/lzma kernelGravatar Alek Du 1-1/+1
2009-10-11kbuild,scripts: use non-builtin echo for '-e'Gravatar Amerigo Wang 2-3/+3
2009-10-11kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT setGravatar Frans Pop 2-2/+11
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextGravatar Linus Torvalds 19-171/+235
2009-09-23spi: prefix modalias with "spi:"Gravatar Anton Vorontsov 1-2/+2
2009-09-23spi: add support for device table matchingGravatar Anton Vorontsov 1-0/+13
2009-09-23kallsyms: fix segfault in prefix_underscores_count()Gravatar Paul Mundt 1-1/+1
2009-09-23Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSGravatar Ladinu Chandrasinghe 1-3/+3
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigGravatar Trevor Keith 3-7/+7
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-5/+1
2009-09-22checkpatch: add some common Blackfin checksGravatar Mike Frysinger 1-0/+22
2009-09-22checkpatch: version 0.29Gravatar Andy Whitcroft 1-1/+1
2009-09-22checkpatch: limit sN/uN matches to actual bit sizesGravatar Andy Whitcroft 1-2/+2
2009-09-22checkpatch: format strings should not have brackets in macrosGravatar Andy Whitcroft 1-1/+2
2009-09-22checkpatch: make -f alias --file, add --help, more verbose help messageGravatar Hannes Eder 1-13/+42
2009-09-22checkpatch: indent checks -- stop when we run out of continuation linesGravatar Andy Whitcroft 1-2/+3
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Gravatar Daniel Walker 1-0/+13
2009-09-22checkpatch: possible types -- else cannot start a typeGravatar Andy Whitcroft 1-0/+2
2009-09-22scripts/get_maintainer.pl: add maintainers in order listed in matched sectionGravatar Joe Perches 1-16/+54
2009-09-22scripts/get_maintainer.pl: add --remove-duplicatesGravatar Joe Perches 1-53/+55
2009-09-22scripts/get_maintainer.pl: using --separator implies --nomultilineGravatar Joe Perches 1-0/+5
2009-09-22scripts/get_maintainer.pl: add .mailmap use, shell and email cleanupsGravatar Joe Perches 1-7/+65
2009-09-22scripts/get_maintainer.pl: better email routines, use perl not shell where po...Gravatar Joe Perches 1-56/+96
2009-09-22scripts/get_maintainer.pl: add --pattern-depthGravatar Joe Perches 1-7/+14
2009-09-22scripts/get_maintainer.pl: add sections in pattern match depth orderGravatar Joe Perches 1-1/+8
2009-09-22scripts/get_maintainer.pl: add --git-blameGravatar Joe Perches 1-29/+109
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-12/+0
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Gravatar Trevor Keith 1-1/+0
2009-09-21trivial: remove references to non-existent include/linux/config.hGravatar Markus Heidelberg 2-4/+1
2009-09-21kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Gravatar Tim Abbott 1-1/+1
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-108/+0