Age | Commit message (Expand) | Author | Files | Lines |
2008-01-28 | kbuild: fix buglet in gcc-version.sh | Sam Ravnborg | 1 | -1/+4 |
2008-01-28 | Kbuild: Clarify the rpm-related make packaging targets | Robert P. J. Day | 1 | -3/+2 |
2008-01-28 | kbuild: support mercurial in setlocalversion | Aron Griffis | 1 | -0/+23 |
2008-01-28 | kconfig: use getopt() in conf.c for handling command line arguments | Andres Salomon | 1 | -13/+11 |
2008-01-28 | kbuild: fix a buffer overflow in modpost | Andi Kleen | 1 | -1/+2 |
2008-01-28 | kbuild: fix format string warnings in modpost | Andi Kleen | 1 | -3/+4 |
2008-01-28 | kbuild: declare the modpost error functions as printf like | Andi Kleen | 1 | -3/+5 |
2008-01-28 | kconfig: if ncurses-devel is missing then say so | Sam Ravnborg | 2 | -13/+17 |
2008-01-28 | kbuild: implement modules.order | Tejun Heo | 2 | -1/+22 |
2008-01-28 | kernel-doc: new P directive for DOC: sections | Johannes Berg | 1 | -1/+39 |
2008-01-28 | kernel-doc: use no-doc option | Johannes Berg | 1 | -1/+3 |
2008-01-28 | kernel-doc: process functions, not DOC: | Johannes Berg | 1 | -2/+12 |
2008-01-28 | kernel-doc: single DOC: selection | Johannes Berg | 1 | -20/+43 |
2008-01-28 | kernel-doc: init kernel version | Johannes Berg | 1 | -1/+1 |
2008-01-28 | kernel-doc: fix xml output mode | Johannes Berg | 1 | -3/+3 |
2007-12-23 | kconfig: obey KCONFIG_ALLCONFIG choices with randconfig. | Paul Mundt | 1 | -1/+2 |
2007-12-17 | fix bloat-o-meter for ppc64 | Nathan Lynch | 1 | -1/+2 |
2007-12-13 | kbuild: re-enable Makefile generation in a new O=... directory | Guillaume Chazarain | 1 | -1/+1 |
2007-12-09 | kbuild: fix building with O=.. options | Sam Ravnborg | 1 | -0/+6 |
2007-11-29 | update checkpatch.pl to version 0.12 | Andy Whitcroft | 1 | -108/+287 |
2007-11-17 | x86: simplify "make ARCH=x86" and fix kconfig all.config | Sam Ravnborg | 3 | -29/+0 |
2007-11-12 | x86: enable "make ARCH=x86" | Sam Ravnborg | 1 | -6/+1 |
2007-11-12 | kconfig: use $K64BIT to set 64BIT with all*config targets | Sam Ravnborg | 1 | -0/+1 |
2007-11-12 | kconfig: add helper to set config symbol from environment variable | Sam Ravnborg | 2 | -0/+28 |
2007-11-12 | kconfig: factor out code in confdata.c | Sam Ravnborg | 1 | -55/+64 |
2007-10-25 | x86: move i386 and x86_64 Kconfig files to x86 directory | Sam Ravnborg | 1 | -1/+6 |
2007-10-25 | kconfig: small code refactoring in kconfig Makefile | Sam Ravnborg | 1 | -13/+15 |
2007-10-25 | x86: move defconfig files for i386 and x86_64 to x86 | Sam Ravnborg | 1 | -3/+3 |
2007-10-23 | Module autoprobing support for virtio drivers. | Rusty Russell | 1 | -0/+18 |
2007-10-20 | Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris... | Linus Torvalds | 1 | -0/+3 |
2007-10-20 | [PARISC] Port checkstack.pl to parisc | Kyle McMartin | 1 | -0/+3 |
2007-10-20 | kconfig: set title bar in xconfig | Randy Dunlap | 1 | -0/+4 |
2007-10-19 | Revert "kconfig: tristate choices with mixed tristate and boolean values" | Linus Torvalds | 1 | -26/+9 |
2007-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 5 | -3/+26 |
2007-10-19 | kbuild: introduce cc-cross-prefix | Sam Ravnborg | 1 | -0/+11 |
2007-10-19 | fix a trivial typo in scripts/checkstack.pl | Joern Engel | 1 | -1/+1 |
2007-10-18 | update checkpatch.pl to version 0.11 | Andy Whitcroft | 1 | -174/+340 |
2007-10-18 | kbuild: make deb-pkg - add 'Provides:' line | bugme-daemon@bugzilla.kernel.org | 1 | -0/+2 |
2007-10-18 | kconfig: comment typo in scripts/kconfig/Makefile. | Rob Landley | 1 | -1/+1 |
2007-10-18 | kbuild: stop docproc segfaulting when SRCTREE isn't set. | Rob Landley | 1 | -2/+9 |
2007-10-18 | kbuild: modpost problem when symbols move from one module to another | Trent Piepho | 1 | -0/+3 |
2007-10-17 | kernel-doc: fix doc blocks and html | Randy Dunlap | 1 | -9/+32 |
2007-10-17 | update checkpatch.pl to version 0.10 | Andy Whitcroft | 1 | -58/+196 |
2007-10-17 | Add stack checking for Blackfin | Mike Frysinger | 1 | -0/+3 |
2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 32 | -2600/+3690 |
2007-10-15 | kbuild: introduce ccflags-y, asflags-y and ldflags-y | Sam Ravnborg | 3 | -7/+17 |
2007-10-15 | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 1 | -3/+3 |
2007-10-15 | kbuild: enable 'make AFLAGS=...' to add additional options to AS | Sam Ravnborg | 2 | -2/+2 |
2007-10-14 | kbuild: check for wrong use of CFLAGS | Sam Ravnborg | 1 | -2/+12 |
2007-10-14 | kbuild: enable 'make CFLAGS=...' to add additional options to CC | Sam Ravnborg | 2 | -4/+4 |