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