| Commit message (Expand) | Author | Age | Files | Lines |
* | update checkpatch.pl to version 0.12 | Andy Whitcroft | 2007-11-29 | 1 | -108/+287 |
* | x86: simplify "make ARCH=x86" and fix kconfig all.config | Sam Ravnborg | 2007-11-17 | 3 | -29/+0 |
* | x86: enable "make ARCH=x86" | Sam Ravnborg | 2007-11-12 | 1 | -6/+1 |
* | kconfig: use $K64BIT to set 64BIT with all*config targets | Sam Ravnborg | 2007-11-12 | 1 | -0/+1 |
* | kconfig: add helper to set config symbol from environment variable | Sam Ravnborg | 2007-11-12 | 2 | -0/+28 |
* | kconfig: factor out code in confdata.c | Sam Ravnborg | 2007-11-12 | 1 | -55/+64 |
* | x86: move i386 and x86_64 Kconfig files to x86 directory | Sam Ravnborg | 2007-10-25 | 1 | -1/+6 |
* | kconfig: small code refactoring in kconfig Makefile | Sam Ravnborg | 2007-10-25 | 1 | -13/+15 |
* | x86: move defconfig files for i386 and x86_64 to x86 | Sam Ravnborg | 2007-10-25 | 1 | -3/+3 |
* | Module autoprobing support for virtio drivers. | Rusty Russell | 2007-10-23 | 1 | -0/+18 |
* | Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris... | Linus Torvalds | 2007-10-21 | 1 | -0/+3 |
|\ |
|
| * | [PARISC] Port checkstack.pl to parisc | Kyle McMartin | 2007-10-20 | 1 | -0/+3 |
* | | kconfig: set title bar in xconfig | Randy Dunlap | 2007-10-20 | 1 | -0/+4 |
* | | Revert "kconfig: tristate choices with mixed tristate and boolean values" | Linus Torvalds | 2007-10-20 | 1 | -26/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-19 | 5 | -3/+26 |
|\ \ |
|
| * | | kbuild: introduce cc-cross-prefix | Sam Ravnborg | 2007-10-19 | 1 | -0/+11 |
| * | | kbuild: make deb-pkg - add 'Provides:' line | bugme-daemon@bugzilla.kernel.org | 2007-10-18 | 1 | -0/+2 |
| * | | kconfig: comment typo in scripts/kconfig/Makefile. | Rob Landley | 2007-10-18 | 1 | -1/+1 |
| * | | kbuild: stop docproc segfaulting when SRCTREE isn't set. | Rob Landley | 2007-10-18 | 1 | -2/+9 |
| * | | kbuild: modpost problem when symbols move from one module to another | Trent Piepho | 2007-10-18 | 1 | -0/+3 |
| |/ |
|
* | | fix a trivial typo in scripts/checkstack.pl | Joern Engel | 2007-10-19 | 1 | -1/+1 |
* | | update checkpatch.pl to version 0.11 | Andy Whitcroft | 2007-10-18 | 1 | -174/+340 |
|/ |
|
* | kernel-doc: fix doc blocks and html | Randy Dunlap | 2007-10-17 | 1 | -9/+32 |
* | update checkpatch.pl to version 0.10 | Andy Whitcroft | 2007-10-17 | 1 | -58/+196 |
* | Add stack checking for Blackfin | Mike Frysinger | 2007-10-17 | 1 | -0/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-10-16 | 32 | -2600/+3690 |
|\ |
|
| * | kbuild: introduce ccflags-y, asflags-y and ldflags-y | Sam Ravnborg | 2007-10-15 | 3 | -7/+17 |
| * | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 2007-10-15 | 1 | -3/+3 |
| * | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2007-10-15 | 2 | -2/+2 |
| * | kbuild: check for wrong use of CFLAGS | Sam Ravnborg | 2007-10-14 | 1 | -2/+12 |
| * | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2007-10-14 | 2 | -4/+4 |
| * | kbuild: make modpost detect unterminated device id lists | Kees Cook | 2007-10-12 | 1 | -7/+33 |
| * | kconfig/menuconfig: distinguish between selected-by-another options and comments | Matej Laitl | 2007-10-12 | 1 | -8/+15 |
| * | kconfig: tristate choices with mixed tristate and boolean values | Jan Beulich | 2007-10-12 | 1 | -9/+26 |
| * | kbuild: kill backward compatibility checks | Sam Ravnborg | 2007-10-12 | 3 | -29/+2 |
| * | kbuild: kill EXTRA_ARFLAGS | Sam Ravnborg | 2007-10-12 | 1 | -1/+1 |
| * | kbuild: call make once for all targets when O=.. is used | Milton Miller | 2007-10-12 | 1 | -3/+5 |
| * | kbuild: update _shipped files for kconfig syntax cleanup | Sam Ravnborg | 2007-10-12 | 3 | -754/+897 |
| * | kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" | Adrian Bunk | 2007-10-12 | 2 | -13/+0 |
| * | kconfig: fix segv fault in menuconfig | Sam Ravnborg | 2007-10-12 | 2 | -7/+11 |
| * | kconfig: make comments stand out in menuconfig | Sam Ravnborg | 2007-10-12 | 1 | -0/+8 |
| * | kbuild: fix directory traversal bug | Sam Ravnborg | 2007-10-12 | 1 | -3/+3 |
| * | docproc: style & typo cleanups | Randy Dunlap | 2007-10-12 | 2 | -20/+22 |
| * | kbuild: apply genksyms changes | Sam Ravnborg | 2007-10-12 | 4 | -1706/+2523 |
| * | kbuild: __extension__ support in genksyms (fix unknown CRC warning) | Sam Ravnborg | 2007-10-12 | 2 | -1/+5 |
| * | kbuild: fix genksyms Makefile | Sam Ravnborg | 2007-10-12 | 1 | -2/+6 |
| * | kbuild: scripts/ver_linux : correct printing of binutils version | Jesper Juhl | 2007-10-12 | 1 | -3/+1 |
| * | kbuild: ver_linux fix glibc version print | Jesper Juhl | 2007-10-12 | 1 | -3/+2 |
| * | kbuild: improve scripts/gcc-version.sh output a bit when called without args | Jesper Juhl | 2007-10-12 | 1 | -1/+7 |
| * | kbuild: fix segfault in modpost | Petr Stetiar | 2007-10-12 | 1 | -0/+6 |