| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation/: it's -> its where appropriate | Francis Galiegue | 2010-04-23 | 1 | -1/+1 |
* | Fix typos in comments | Thomas Weber | 2010-03-16 | 1 | -1/+1 |
* | kbuild: generate modules.builtin | Michal Marek | 2009-12-12 | 2 | -0/+19 |
* | kbuild: move autoconf.h to include/generated | Sam Ravnborg | 2009-12-12 | 1 | -1/+2 |
* | kbuild: introduce ld-option | Sam Ravnborg | 2009-09-20 | 1 | -0/+14 |
* | kbuild: rename ld-option to cc-ldoption | Sam Ravnborg | 2009-09-20 | 1 | -3/+3 |
* | kbuild: use INSTALLKERNEL to select customized installkernel script | Sam Ravnborg | 2009-09-20 | 1 | -0/+16 |
* | kconfig: resort the documentation of the environment variables | Markus Heidelberg | 2009-06-09 | 1 | -56/+60 |
* | kbuild/Documentation: Incorrect makefile syntax in example | David VomLehn | 2009-06-09 | 1 | -1/+1 |
* | kbuild: introduce subdir-ccflags-y | Sam Ravnborg | 2009-04-19 | 1 | -0/+10 |
* | kbuild: introduce destination-y for exported headers | Sam Ravnborg | 2009-04-11 | 1 | -8/+75 |
* | kbuild: fix kbuild.txt typos | Randy Dunlap | 2009-01-14 | 1 | -14/+15 |
* | kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation | Wolfram Sang | 2009-01-07 | 1 | -2/+2 |
* | kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope | Jike Song | 2009-01-07 | 1 | -0/+7 |
* | kbuild: document environment variables | Sam Ravnborg | 2009-01-02 | 2 | -3/+131 |
* | kbuild: make *config usage docs | Randy Dunlap | 2009-01-02 | 2 | -0/+190 |
* | kbuild: introduce $(kecho) convenience echo | Mike Frysinger | 2008-12-03 | 1 | -0/+14 |
* | kconfig-language.txt: remove bogus hint | Adrian Bunk | 2008-05-04 | 1 | -24/+0 |
* | kconifg: 'select' considered less evil | Matthew Wilcox | 2008-04-28 | 1 | -8/+9 |
* | kbuild: Add new Kbuild variable KBUILD_EXTRA_SYMBOLS | Richard Hacker | 2008-04-25 | 1 | -1/+8 |
* | kconfig: document use of HAVE_* | Sam Ravnborg | 2008-01-28 | 1 | -0/+36 |
* | kconfig: environment symbol support | Roman Zippel | 2008-01-28 | 1 | -0/+21 |
* | kconfig: add hints/tips/tricks to Documentation/kbuild/kconfig-language.txt | Randy Dunlap | 2008-01-28 | 1 | -6/+48 |
* | kbuild: cc-cross-prefix spelling | Geert Uytterhoeven | 2007-10-22 | 1 | -5/+5 |
* | kconfig: update kconfig-language text | Randy Dunlap | 2007-10-19 | 1 | -1/+13 |
* | kbuild: introduce cc-cross-prefix | Sam Ravnborg | 2007-10-19 | 1 | -0/+22 |
* | kbuild: introduce ccflags-y, asflags-y and ldflags-y | Sam Ravnborg | 2007-10-15 | 1 | -19/+18 |
* | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 2007-10-15 | 1 | -1/+1 |
* | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 1 | -2/+3 |
* | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 1 | -6/+9 |
* | kbuild: kill EXTRA_ARFLAGS | Sam Ravnborg | 2007-10-12 | 1 | -3/+2 |
* | kbuild: fix documentation in makefiles.txt | Sam Ravnborg | 2007-10-12 | 1 | -2/+2 |
* | docs: note about select in kconfig-language.txt | Jarek Poplawski | 2007-08-11 | 1 | -0/+9 |
* | kbuild: document cc-fullversion | Sam Ravnborg | 2007-07-16 | 1 | -0/+14 |
* | kbuild: small documentation fix in Documentation/kbuild/modules.txt | Anton Blanchard | 2007-05-02 | 1 | -1/+1 |
* | kbuild: more doc. cleanups | Randy Dunlap | 2007-02-17 | 1 | -14/+14 |
* | kconfig: Standardize "depends" -> "depends on" in Kconfig files | Robert P. J. Day | 2006-12-12 | 1 | -4/+4 |
* | Fix typos in /Documentation : Misc | Matt LaPlante | 2006-11-30 | 1 | -5/+5 |
* | [PATCH] docs: small kbuild cleanup | Daniel Walker | 2006-10-04 | 2 | -2/+2 |
* | Fix typos in Documentation/: 'S' | Matt LaPlante | 2006-10-03 | 1 | -2/+2 |
* | kbuild: trivial documentation fixes | Robert P. J. Day | 2006-10-01 | 1 | -4/+5 |
* | [PATCH] x86: Detect CFI support in the assembler at runtime | Andi Kleen | 2006-09-26 | 1 | -0/+5 |
* | kbuild: fixup Documentation/kbuild/modules.txt | Robert P. J. Day | 2006-09-25 | 1 | -23/+23 |
* | kbuild: fix for some typos in Documentation/makefiles.txt | Bryce Harrington | 2006-09-25 | 1 | -40/+43 |
* | kbuild: linguistic fixes for Documentation/kbuild/makefiles.txt | Jan Engelhardt | 2006-09-25 | 1 | -90/+94 |
* | kbuild: linguistic fixes for Documentation/kbuild/modules.txt | Jan Engelhardt | 2006-09-25 | 1 | -59/+60 |
* | kconfig: linguistic fixes for Documentation/kbuild/kconfig-language.txt | Jan Engelhardt | 2006-09-25 | 1 | -6/+6 |
* | [PATCH] vDSO hash-style fix | Roland McGrath | 2006-07-31 | 1 | -0/+14 |
* | kbuild: add option for stripping modules while installing them | Theodore Ts'o | 2006-06-24 | 1 | -0/+8 |
* | kbuild: fix garbled text in modules.txt | Brian Gerst | 2006-04-04 | 1 | -1/+1 |