| Commit message (Expand) | Author | Age | Files | Lines |
* | warn about use of uninstalled kernel headers | Arnd Bergmann | 2009-10-11 | 1 | -1/+1 |
* | kbuild: mkcompile_h: trivial cleanups | Felipe Contreras | 2009-10-11 | 1 | -1/+3 |
* | kbuild: fix warning when domainname is not available | Felipe Contreras | 2009-10-11 | 1 | -2/+6 |
* | kbuild: Fix size_append issue for bzip2/lzma kernel | Alek Du | 2009-10-11 | 1 | -1/+1 |
* | kbuild,scripts: use non-builtin echo for '-e' | Amerigo Wang | 2009-10-11 | 2 | -3/+3 |
* | kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set | Frans Pop | 2009-10-11 | 2 | -2/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 19 | -171/+235 |
|\ |
|
| * | kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts. | Tim Abbott | 2009-09-21 | 1 | -1/+1 |
| * | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 2009-09-20 | 1 | -1/+2 |
| * | kbuild: add static to prototypes | Trevor Keith | 2009-09-20 | 9 | -43/+43 |
| * | kbuild: fail build if recordmcount.pl fails | Andi Kleen | 2009-09-20 | 1 | -1/+1 |
| * | kbuild: echo the record_mcount command | Andi Kleen | 2009-09-20 | 1 | -0/+1 |
| * | gconfig: disable "typeahead find" search in treeviews | Diego Elio 'Flameeyes' Pettenò | 2009-09-20 | 1 | -2/+2 |
| * | kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling | Jory A. Pratt | 2009-09-20 | 1 | -2/+2 |
| * | checkincludes.pl: add option to remove duplicates in place | Luis R. Rodriguez | 2009-09-20 | 1 | -7/+59 |
| * | markup_oops: use modinfo to avoid confusion with underscored module names | Ozan Çaglayan | 2009-09-20 | 1 | -4/+1 |
| * | checkincludes.pl: provide usage helper | Luis R. Rodriguez | 2009-09-20 | 1 | -0/+9 |
| * | checkincludes.pl: close file as soon as we're done with it | Luis R. Rodriguez | 2009-09-20 | 1 | -2/+2 |
| * | ctags: usability fix | Stefani Seibold | 2009-09-20 | 1 | -1/+2 |
| * | kbuild: introduce ld-option | Sam Ravnborg | 2009-09-20 | 1 | -1/+7 |
| * | kbuild: rename ld-option to cc-ldoption | Sam Ravnborg | 2009-09-20 | 1 | -3/+3 |
| * | kconfig: make use of menu_get_ext_help in gconfig | Cheng Renquan | 2009-09-20 | 2 | -18/+6 |
| * | kconfig: make use of menu_get_ext_help in "make config" | Cheng Renquan | 2009-09-20 | 1 | -11/+11 |
| * | kconfig: make use of menu_get_ext_help in qconfig | Cheng Renquan | 2009-09-20 | 1 | -6/+4 |
| * | kconfig: make use of menu_get_ext_help in menuconfig | Cheng Renquan | 2009-09-20 | 1 | -75/+3 |
| * | kconfig: add menu_get_ext_help function to display more information | Cheng Renquan | 2009-09-20 | 2 | -0/+81 |
| * | kconfig: add symbol value to help find the real depend | Cheng Renquan | 2009-09-20 | 1 | -0/+2 |
* | | spi: prefix modalias with "spi:" | Anton Vorontsov | 2009-09-23 | 1 | -2/+2 |
* | | spi: add support for device table matching | Anton Vorontsov | 2009-09-23 | 1 | -0/+13 |
* | | kallsyms: fix segfault in prefix_underscores_count() | Paul Mundt | 2009-09-23 | 1 | -1/+1 |
* | | Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGS | Ladinu Chandrasinghe | 2009-09-23 | 1 | -3/+3 |
* | | Fix all -Wmissing-prototypes warnings in x86 defconfig | Trevor Keith | 2009-09-23 | 3 | -7/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 2 | -5/+1 |
|\ \ |
|
| * | | trivial: kbuild: remove extraneous blank line after declaration of usage() | Trevor Keith | 2009-09-21 | 1 | -1/+0 |
| * | | trivial: remove references to non-existent include/linux/config.h | Markus Heidelberg | 2009-09-21 | 2 | -4/+1 |
* | | | checkpatch: add some common Blackfin checks | Mike Frysinger | 2009-09-22 | 1 | -0/+22 |
* | | | checkpatch: version 0.29 | Andy Whitcroft | 2009-09-22 | 1 | -1/+1 |
* | | | checkpatch: limit sN/uN matches to actual bit sizes | Andy Whitcroft | 2009-09-22 | 1 | -2/+2 |
* | | | checkpatch: format strings should not have brackets in macros | Andy Whitcroft | 2009-09-22 | 1 | -1/+2 |
* | | | checkpatch: make -f alias --file, add --help, more verbose help message | Hannes Eder | 2009-09-22 | 1 | -13/+42 |
* | | | checkpatch: indent checks -- stop when we run out of continuation lines | Andy Whitcroft | 2009-09-22 | 1 | -2/+3 |
* | | | checkpatch: handle C99 comments correctly (performance issue) | Daniel Walker | 2009-09-22 | 1 | -0/+13 |
* | | | checkpatch: possible types -- else cannot start a type | Andy Whitcroft | 2009-09-22 | 1 | -0/+2 |
* | | | scripts/get_maintainer.pl: add maintainers in order listed in matched section | Joe Perches | 2009-09-22 | 1 | -16/+54 |
* | | | scripts/get_maintainer.pl: add --remove-duplicates | Joe Perches | 2009-09-22 | 1 | -53/+55 |
* | | | scripts/get_maintainer.pl: using --separator implies --nomultiline | Joe Perches | 2009-09-22 | 1 | -0/+5 |
* | | | scripts/get_maintainer.pl: add .mailmap use, shell and email cleanups | Joe Perches | 2009-09-22 | 1 | -7/+65 |
* | | | scripts/get_maintainer.pl: better email routines, use perl not shell where po... | Joe Perches | 2009-09-22 | 1 | -56/+96 |
* | | | scripts/get_maintainer.pl: add --pattern-depth | Joe Perches | 2009-09-22 | 1 | -7/+14 |
* | | | scripts/get_maintainer.pl: add sections in pattern match depth order | Joe Perches | 2009-09-22 | 1 | -1/+8 |