summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman2006-06-268-172/+10
* [PATCH] devfs: Remove devfs from the partition codeGreg Kroah-Hartman2006-06-264-162/+5
* [PATCH] devfs: Remove devfs documentation from the kernel treeGreg Kroah-Hartman2006-06-264-4041/+0
* [PATCH] devfs: Remove devfs from the kernel treeGreg Kroah-Hartman2006-06-268-3007/+0
* [PATCH] Array overrun in drivers/infiniband/core/cma.cEric Sesterhenn2006-06-261-1/+1
* Revert "[PATCH] kthread: update loop.c to use kthread"Linus Torvalds2006-06-262-12/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-06-2648-1537/+2618
|\
| * kbuild: trivial fixes in MakefileSam Ravnborg2006-06-251-41/+41
| * kbuild: adding symbols in Kconfig and defconfig to TAGSMasatake YAMATO2006-06-241-9/+25
| * kbuild: replace abort() with exit(1)Sam Ravnborg2006-06-244-6/+6
| * kbuild: support for %.symtypes filesAndreas Gruenbacher2006-06-244-28/+67
| * kbuild: fix silentoldconfig recursionRoman Zippel2006-06-241-0/+4
| * kbuild: add option for stripping modules while installing themTheodore Ts'o2006-06-243-1/+26
| * kbuild: kill some false positives from modpostAl Viro2006-06-241-0/+6
| * kbuild: export-symbol usage report generatorRam Pai2006-06-241-0/+169
| * kbuild: fix make -rR breakageSam Ravnborg2006-06-245-7/+14
| * kbuild: append -dirty for updated but uncommited changesUwe Zeisberger2006-06-171-1/+1
| * kbuild: append git revision for all untagged commitsUwe Zeisberger2006-06-171-1/+1
| * kbuild: fix module.symvers parsing in modpostLaurent Riffard2006-06-161-1/+1
| * kbuild: ignore make's built-in rules & variablesSam Ravnborg2006-06-101-4/+3
| * kbuild: bugfix with initramfsNickolay2006-06-101-2/+1
| * kbuild: modpost build fixAndrew Morton2006-06-101-1/+2
| * kbuild: check license compatibility when building modulesSam Ravnborg2006-06-094-12/+85
| * kbuild: export-type enhancement to modpost.cRam Pai2006-06-092-16/+80
| * kbuild: add dependency on kernel.release to the package targetsZach Brown2006-06-091-2/+2
| * kbuild: `make kernelrelease' speedupRoman Zippel2006-06-091-2/+3
| * kconfig: KCONFIG_OVERWRITECONFIGRoman Zippel2006-06-093-21/+33
| * kconfig: exit if no beginning filenameRandy Dunlap2006-06-091-0/+1
| * kconfig: remove leading whitespace in menu promptsRoman Zippel2006-06-094-9/+9
| * kconfig: warn about leading whitespace for menu promptsRoman Zippel2006-06-091-6/+10
| * kconfig: jump to linked menu promptRoman Zippel2006-06-092-29/+86
| * kconfig: create links in info windowRoman Zippel2006-06-094-32/+81
| * kconfig: finer customization via popup menusRoman Zippel2006-06-092-238/+343
| * kconfig: Add search option for xconfigRoman Zippel2006-06-092-172/+333
| * kconfig: add defconfig_list/module optionRoman Zippel2006-06-098-24/+61
| * kconfig: add symbol option config syntaxRoman Zippel2006-06-097-492/+735
| * kconfig: move .kernelreleaseRoman Zippel2006-06-091-11/+10
| * kconfig: integrate split config into silentoldconfigRoman Zippel2006-06-098-246/+129
| * kconfig: allow loading multiple configurationsRoman Zippel2006-06-097-62/+84
| * kconfig: allow multiple default values per symbolRoman Zippel2006-06-093-26/+31
| * kconfig: remove SYMBOL_{YES,MOD,NO}Roman Zippel2006-06-094-14/+6
| * kconfig: fix .config dependenciesRoman Zippel2006-06-097-73/+156
| * kconfig: improve config load/save outputRoman Zippel2006-06-091-4/+18
| * kbuild: fix false section mismatch with ARCH=um buildSam Ravnborg2006-06-081-0/+2
| * kbuild: ignore smp_locks section warnings from init/exit codeRandy Dunlap2006-06-081-0/+2
| * kbuild: fix make rpm for powerpcMike Wolf2006-06-081-0/+5
| * kbuild: obj-dirs is calculated incorrectly if hostprogs-y is definedPavel Roskin2006-06-081-3/+5
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-06-2641-394/+648
|\ \
| * | [CRYPTO] tcrypt: Forbid tcrypt from being built-inHerbert Xu2006-06-261-1/+1
| * | [CRYPTO] aes: Add wrappers for assembly routinesHerbert Xu2006-06-263-8/+28