| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 33 | -55/+1 |
* | [PATCH] devfs: Remove devfs_*_tape() functions from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 2 | -10/+0 |
* | [PATCH] devfs: Remove devfs support from the sound subsystem | Greg Kroah-Hartman | 2006-06-26 | 4 | -45/+2 |
* | [PATCH] devfs: Remove devfs support from the ide subsystem. | Greg Kroah-Hartman | 2006-06-26 | 7 | -38/+1 |
* | [PATCH] devfs: Remove devfs support from the serial subsystem | Greg Kroah-Hartman | 2006-06-26 | 24 | -34/+1 |
* | [PATCH] devfs: Remove devfs from the init code | Greg Kroah-Hartman | 2006-06-26 | 8 | -172/+10 |
* | [PATCH] devfs: Remove devfs from the partition code | Greg Kroah-Hartman | 2006-06-26 | 4 | -162/+5 |
* | [PATCH] devfs: Remove devfs documentation from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 4 | -4041/+0 |
* | [PATCH] devfs: Remove devfs from the kernel tree | Greg Kroah-Hartman | 2006-06-26 | 8 | -3007/+0 |
* | [PATCH] Array overrun in drivers/infiniband/core/cma.c | Eric Sesterhenn | 2006-06-26 | 1 | -1/+1 |
* | Revert "[PATCH] kthread: update loop.c to use kthread" | Linus Torvalds | 2006-06-26 | 2 | -12/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-06-26 | 48 | -1537/+2618 |
|\ |
|
| * | kbuild: trivial fixes in Makefile | Sam Ravnborg | 2006-06-25 | 1 | -41/+41 |
| * | kbuild: adding symbols in Kconfig and defconfig to TAGS | Masatake YAMATO | 2006-06-24 | 1 | -9/+25 |
| * | kbuild: replace abort() with exit(1) | Sam Ravnborg | 2006-06-24 | 4 | -6/+6 |
| * | kbuild: support for %.symtypes files | Andreas Gruenbacher | 2006-06-24 | 4 | -28/+67 |
| * | kbuild: fix silentoldconfig recursion | Roman Zippel | 2006-06-24 | 1 | -0/+4 |
| * | kbuild: add option for stripping modules while installing them | Theodore Ts'o | 2006-06-24 | 3 | -1/+26 |
| * | kbuild: kill some false positives from modpost | Al Viro | 2006-06-24 | 1 | -0/+6 |
| * | kbuild: export-symbol usage report generator | Ram Pai | 2006-06-24 | 1 | -0/+169 |
| * | kbuild: fix make -rR breakage | Sam Ravnborg | 2006-06-24 | 5 | -7/+14 |
| * | kbuild: append -dirty for updated but uncommited changes | Uwe Zeisberger | 2006-06-17 | 1 | -1/+1 |
| * | kbuild: append git revision for all untagged commits | Uwe Zeisberger | 2006-06-17 | 1 | -1/+1 |
| * | kbuild: fix module.symvers parsing in modpost | Laurent Riffard | 2006-06-16 | 1 | -1/+1 |
| * | kbuild: ignore make's built-in rules & variables | Sam Ravnborg | 2006-06-10 | 1 | -4/+3 |
| * | kbuild: bugfix with initramfs | Nickolay | 2006-06-10 | 1 | -2/+1 |
| * | kbuild: modpost build fix | Andrew Morton | 2006-06-10 | 1 | -1/+2 |
| * | kbuild: check license compatibility when building modules | Sam Ravnborg | 2006-06-09 | 4 | -12/+85 |
| * | kbuild: export-type enhancement to modpost.c | Ram Pai | 2006-06-09 | 2 | -16/+80 |
| * | kbuild: add dependency on kernel.release to the package targets | Zach Brown | 2006-06-09 | 1 | -2/+2 |
| * | kbuild: `make kernelrelease' speedup | Roman Zippel | 2006-06-09 | 1 | -2/+3 |
| * | kconfig: KCONFIG_OVERWRITECONFIG | Roman Zippel | 2006-06-09 | 3 | -21/+33 |
| * | kconfig: exit if no beginning filename | Randy Dunlap | 2006-06-09 | 1 | -0/+1 |
| * | kconfig: remove leading whitespace in menu prompts | Roman Zippel | 2006-06-09 | 4 | -9/+9 |
| * | kconfig: warn about leading whitespace for menu prompts | Roman Zippel | 2006-06-09 | 1 | -6/+10 |
| * | kconfig: jump to linked menu prompt | Roman Zippel | 2006-06-09 | 2 | -29/+86 |
| * | kconfig: create links in info window | Roman Zippel | 2006-06-09 | 4 | -32/+81 |
| * | kconfig: finer customization via popup menus | Roman Zippel | 2006-06-09 | 2 | -238/+343 |
| * | kconfig: Add search option for xconfig | Roman Zippel | 2006-06-09 | 2 | -172/+333 |
| * | kconfig: add defconfig_list/module option | Roman Zippel | 2006-06-09 | 8 | -24/+61 |
| * | kconfig: add symbol option config syntax | Roman Zippel | 2006-06-09 | 7 | -492/+735 |
| * | kconfig: move .kernelrelease | Roman Zippel | 2006-06-09 | 1 | -11/+10 |
| * | kconfig: integrate split config into silentoldconfig | Roman Zippel | 2006-06-09 | 8 | -246/+129 |
| * | kconfig: allow loading multiple configurations | Roman Zippel | 2006-06-09 | 7 | -62/+84 |
| * | kconfig: allow multiple default values per symbol | Roman Zippel | 2006-06-09 | 3 | -26/+31 |
| * | kconfig: remove SYMBOL_{YES,MOD,NO} | Roman Zippel | 2006-06-09 | 4 | -14/+6 |
| * | kconfig: fix .config dependencies | Roman Zippel | 2006-06-09 | 7 | -73/+156 |
| * | kconfig: improve config load/save output | Roman Zippel | 2006-06-09 | 1 | -4/+18 |
| * | kbuild: fix false section mismatch with ARCH=um build | Sam Ravnborg | 2006-06-08 | 1 | -0/+2 |
| * | kbuild: ignore smp_locks section warnings from init/exit code | Randy Dunlap | 2006-06-08 | 1 | -0/+2 |