| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] ver_linux additions | Valdis Kletnieks | 2006-12-07 | 1 | -0/+8 |
* | [PATCH] qconf: support old QT | akpm@osdl.org | 2006-12-07 | 1 | -4/+4 |
* | [PATCH] fix menuconfig colours with TERM=vt100 | Roman Zippel | 2006-11-25 | 1 | -9/+7 |
* | [PATCH] qconf: fix uninitialsied member | Roman Zippel | 2006-11-25 | 1 | -0/+1 |
* | [PATCH] initramfs: handle more than one source dir or file list | Thomas Chou | 2006-11-25 | 1 | -1/+2 |
* | [PATCH] .gitignore: add miscellaneous files | Franck Bui-Huu | 2006-11-13 | 1 | -0/+2 |
* | [PATCH] update some docbook comments | Randy Dunlap | 2006-11-03 | 1 | -1/+1 |
* | [POWERPC] Support feature fixups in modules | Benjamin Herrenschmidt | 2006-10-25 | 1 | -0/+2 |
* | [PATCH] kbuild: allow multi-word $M in Makefile.modpost | Greg Banks | 2006-10-17 | 1 | -1/+1 |
* | [PATCH] fix `make headers_install' | David Woodhouse | 2006-10-17 | 1 | -1/+1 |
* | [PATCH] kernel-doc: make parameter description indentation uniform | Randy Dunlap | 2006-10-11 | 1 | -5/+7 |
* | [PATCH] kernel-doc: drop various "inline" qualifiers | Randy Dunlap | 2006-10-11 | 1 | -0/+3 |
* | [PATCH] Fix menuconfig build failure due to missing stdbool.h | Luca Tettamanti | 2006-10-11 | 1 | -0/+1 |
* | [PATCH] hdrcheck permission fix | Andrew Morton | 2006-10-04 | 1 | -1/+1 |
* | Fix copy&waste bug in comment in scripts/kernel-doc | Rolf Eike Beer | 2006-10-03 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-10-03 | 15 | -1442/+1048 |
|\ |
|
| * | kconfig: fix saving alternate kconfig file in parent dir | Sam Ravnborg | 2006-10-01 | 1 | -1/+1 |
| * | kbuild: make modpost processing configurable | Sam Ravnborg | 2006-10-01 | 1 | -3/+8 |
| * | kconfig/menuconfig: do not let ncurses clutter screen on exit | Sam Ravnborg | 2006-09-30 | 1 | -8/+8 |
| * | kconfig/lxdialog: clear long menu lines | Sam Ravnborg | 2006-09-30 | 1 | -6/+6 |
| * | kbuild: do not build mconf & lxdialog unless needed | Sam Ravnborg | 2006-09-30 | 1 | -1/+6 |
| * | kconfig/lxdialog: fix make mrproper | Sam Ravnborg | 2006-09-30 | 1 | -1/+0 |
| * | kconfig/lxdialog: support resize | Sam Ravnborg | 2006-09-30 | 8 | -71/+161 |
| * | kconfig/lxdialog: let <ESC><ESC> behave as expected | Sam Ravnborg | 2006-09-30 | 8 | -30/+76 |
| * | kconfig/menuconfig: lxdialog is now built-in | Sam Ravnborg | 2006-09-30 | 12 | -1019/+502 |
| * | kconfig/lxdialog: add a new theme bluetitle which is now default | Sam Ravnborg | 2006-09-30 | 2 | -2/+18 |
| * | kconfig/lxdialog: add support for color themes and add blackbg theme | Sam Ravnborg | 2006-09-30 | 2 | -7/+81 |
| * | kconfig/lxdialog: refactor color support | Sam Ravnborg | 2006-09-30 | 10 | -362/+250 |
* | | [PATCH] Add unifdef to gitignore | Paul Mundt | 2006-10-02 | 1 | -0/+1 |
* | | [PATCH] allow /proc/config.gz to be built as a module | Ross Biro | 2006-10-01 | 1 | -1/+1 |
|/ |
|
* | [PATCH] docbook: fix segfault in docproc.c | Henrik Kretzschmar | 2006-09-29 | 1 | -0/+1 |
* | [PATCH] EISA bus MODALIAS attributes support | Michael Tokarev | 2006-09-27 | 1 | -0/+12 |
* | [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinder | Jan Beulich | 2006-09-26 | 1 | -2/+2 |
* | [PATCH] Add the -fstack-protector option to the CFLAGS | Arjan van de Ven | 2006-09-26 | 1 | -0/+6 |
* | [PATCH] x86: Detect CFI support in the assembler at runtime | Andi Kleen | 2006-09-26 | 1 | -0/+7 |
* | Merge git://git.infradead.org/~dwmw2/khdrs-2.6 | Linus Torvalds | 2006-09-24 | 2 | -45/+81 |
|\ |
|
| * | Use dependencies for 'make headers_install'. | David Woodhouse | 2006-09-24 | 2 | -45/+81 |
* | | kbuild: fix "mkdir -p" usage in scripts/package/mkspec | Rolf Eike Beer | 2006-09-25 | 1 | -2/+2 |
* | | kbuild: update help in top level Makefile | Robert P. J. Day | 2006-09-25 | 1 | -0/+1 |
* | | kbuild: fail kernel compilation in case of unresolved module symbols | Kirill Korotaev | 2006-09-25 | 2 | -6/+20 |
* | | kbuild: remove debug left-over from Makefile.host | Sam Ravnborg | 2006-09-25 | 1 | -1/+0 |
* | | kbuild: create output directory for hostprogs with O=.. build | Sam Ravnborg | 2006-09-25 | 1 | -5/+16 |
* | | kbuild: add missing return statement in modpost.c:secref_whitelist() | Sam Ravnborg | 2006-09-25 | 1 | -0/+1 |
* | | kbuild: make V=2 tell why a target is rebuild | Sam Ravnborg | 2006-09-25 | 1 | -1/+40 |
* | | kbuild: modpost on vmlinux regardless of CONFIG_MODULES | Sam Ravnborg | 2006-09-25 | 2 | -4/+10 |
* | | kbuild: ignore references from ".pci_fixup" to ".init.text" | Magnus Damm | 2006-09-25 | 1 | -4/+12 |
* | | kbuild: use in-kernel unifdef | Sam Ravnborg | 2006-09-25 | 2 | -1/+4 |
* | | kbuild: replace use of strlcpy with a dedicated implmentation in unifdef | Sam Ravnborg | 2006-09-25 | 1 | -1/+8 |
* | | kbuild: add unifdef | Sam Ravnborg | 2006-09-25 | 1 | -0/+998 |
* | | kbuild: consistently decide when to rebuild a target | Sam Ravnborg | 2006-09-25 | 2 | -24/+33 |