summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-2319-171/+235
|\
| * kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Tim Abbott2009-09-211-1/+1
| * arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg2009-09-201-1/+2
| * kbuild: add static to prototypesTrevor Keith2009-09-209-43/+43
| * kbuild: fail build if recordmcount.pl failsAndi Kleen2009-09-201-1/+1
| * kbuild: echo the record_mcount commandAndi Kleen2009-09-201-0/+1
| * gconfig: disable "typeahead find" search in treeviewsDiego Elio 'Flameeyes' Pettenò2009-09-201-2/+2
| * kbuild: fix cc1 options check to ensure we do not use -fPIC when compilingJory A. Pratt2009-09-201-2/+2
| * checkincludes.pl: add option to remove duplicates in placeLuis R. Rodriguez2009-09-201-7/+59
| * markup_oops: use modinfo to avoid confusion with underscored module namesOzan Çaglayan2009-09-201-4/+1
| * checkincludes.pl: provide usage helperLuis R. Rodriguez2009-09-201-0/+9
| * checkincludes.pl: close file as soon as we're done with itLuis R. Rodriguez2009-09-201-2/+2
| * ctags: usability fixStefani Seibold2009-09-201-1/+2
| * kbuild: introduce ld-optionSam Ravnborg2009-09-201-1/+7
| * kbuild: rename ld-option to cc-ldoptionSam Ravnborg2009-09-201-3/+3
| * kconfig: make use of menu_get_ext_help in gconfigCheng Renquan2009-09-202-18/+6
| * kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan2009-09-201-11/+11
| * kconfig: make use of menu_get_ext_help in qconfigCheng Renquan2009-09-201-6/+4
| * kconfig: make use of menu_get_ext_help in menuconfigCheng Renquan2009-09-201-75/+3
| * kconfig: add menu_get_ext_help function to display more informationCheng Renquan2009-09-202-0/+81
| * kconfig: add symbol value to help find the real dependCheng Renquan2009-09-201-0/+2
* | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-2/+2
* | spi: add support for device table matchingAnton Vorontsov2009-09-231-0/+13
* | kallsyms: fix segfault in prefix_underscores_count()Paul Mundt2009-09-231-1/+1
* | Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe2009-09-231-3/+3
* | Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith2009-09-233-7/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-222-5/+1
|\ \
| * | trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith2009-09-211-1/+0
| * | trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-212-4/+1
* | | checkpatch: add some common Blackfin checksMike Frysinger2009-09-221-0/+22
* | | checkpatch: version 0.29Andy Whitcroft2009-09-221-1/+1
* | | checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft2009-09-221-2/+2
* | | checkpatch: format strings should not have brackets in macrosAndy Whitcroft2009-09-221-1/+2
* | | checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder2009-09-221-13/+42
* | | checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft2009-09-221-2/+3
* | | checkpatch: handle C99 comments correctly (performance issue)Daniel Walker2009-09-221-0/+13
* | | checkpatch: possible types -- else cannot start a typeAndy Whitcroft2009-09-221-0/+2
* | | scripts/get_maintainer.pl: add maintainers in order listed in matched sectionJoe Perches2009-09-221-16/+54
* | | scripts/get_maintainer.pl: add --remove-duplicatesJoe Perches2009-09-221-53/+55
* | | scripts/get_maintainer.pl: using --separator implies --nomultilineJoe Perches2009-09-221-0/+5
* | | scripts/get_maintainer.pl: add .mailmap use, shell and email cleanupsJoe Perches2009-09-221-7/+65
* | | scripts/get_maintainer.pl: better email routines, use perl not shell where po...Joe Perches2009-09-221-56/+96
* | | scripts/get_maintainer.pl: add --pattern-depthJoe Perches2009-09-221-7/+14
* | | scripts/get_maintainer.pl: add sections in pattern match depth orderJoe Perches2009-09-221-1/+8
* | | scripts/get_maintainer.pl: add --git-blameJoe Perches2009-09-221-29/+109
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-211-12/+0
|\ \ \ | |/ / |/| |
| * | tracing: Remove markersChristoph Hellwig2009-09-181-12/+0
* | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-201-108/+0
|\ \ \ | |_|/ |/| |
| * | tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-191-108/+0
| |/
* / kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner2009-09-181-5/+16
|/