summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2010-08-02kbuild: Fix modpost segfaultKrzysztof Halasa
2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configSteven Rostedt
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-11-15dtc: Mark various internal functions staticJosh Triplett
2009-11-15dtc: Set "noinput" in the lexer to avoid an unused functionJosh Triplett
2009-11-15genksyms: Mark is_reserved_word staticJosh Triplett
2009-11-15kconfig: Mark various internal functions staticJosh Triplett
2009-11-12get_maintainer: fix usage commentRoel Kluin
2009-10-29checkpatch: version 0.30Andy Whitcroft
2009-10-29checkpatch: fix false EXPORT_SYMBOL warningAndy Whitcroft
2009-10-29checkpatch: fix __attribute__ matchingAndy Whitcroft
2009-10-29checkpatch: fix false errors due to macro concatenationAndy Whitcroft
2009-10-29checkpatch: update copyright datesAndy Whitcroft
2009-10-29checkpatch: correctly stop scanning at the bottom of a hunkAndy Whitcroft
2009-10-29checkpatch: possible types -- prevent illegal modifiers being addedAndy Whitcroft
2009-10-29scripts/get_maintainer.pl: add patch/file search for keywordsJoe Perches
2009-10-15kconfig: Make zconf.y work with current bisonJosh Triplett
2009-10-11warn about use of uninstalled kernel headersArnd Bergmann
2009-10-11kbuild: mkcompile_h: trivial cleanupsFelipe Contreras
2009-10-11kbuild: fix warning when domainname is not availableFelipe Contreras
2009-10-11kbuild: Fix size_append issue for bzip2/lzma kernelAlek Du
2009-10-11kbuild,scripts: use non-builtin echo for '-e'Amerigo Wang
2009-10-11kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT setFrans Pop
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-09-23spi: add support for device table matchingAnton Vorontsov
2009-09-23kallsyms: fix segfault in prefix_underscores_count()Paul Mundt
2009-09-23Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22checkpatch: add some common Blackfin checksMike Frysinger
2009-09-22checkpatch: version 0.29Andy Whitcroft
2009-09-22checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft
2009-09-22checkpatch: format strings should not have brackets in macrosAndy Whitcroft
2009-09-22checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder
2009-09-22checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Daniel Walker
2009-09-22checkpatch: possible types -- else cannot start a typeAndy Whitcroft
2009-09-22scripts/get_maintainer.pl: add maintainers in order listed in matched sectionJoe Perches
2009-09-22scripts/get_maintainer.pl: add --remove-duplicatesJoe Perches
2009-09-22scripts/get_maintainer.pl: using --separator implies --nomultilineJoe Perches
2009-09-22scripts/get_maintainer.pl: add .mailmap use, shell and email cleanupsJoe Perches
2009-09-22scripts/get_maintainer.pl: better email routines, use perl not shell where po...Joe Perches
2009-09-22scripts/get_maintainer.pl: add --pattern-depthJoe Perches
2009-09-22scripts/get_maintainer.pl: add sections in pattern match depth orderJoe Perches
2009-09-22scripts/get_maintainer.pl: add --git-blameJoe Perches
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg
2009-09-21kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Tim Abbott