summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds2008-10-031-5/+4
* Move sysctl check into debugging section and don't make it default yAndi Kleen2008-08-161-11/+0
* modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-2/+4
* Kconfig: Extend "menuconfig" for modules to simplify Kconfig fileRobert P. J. Day2008-08-061-5/+4
* remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-051-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2008-08-011-1/+1
|\
| * Kconfig/init: change help text to match default valuejkacur2008-07-311-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-011-1/+1
|\ \ | |/ |/|
| * Merge commit 'v2.6.27-rc1' into x86/urgentIngo Molnar2008-07-291-2/+6
| |\
| * | x86: remove stray <6> in BogoMIPS printkJoe Perches2008-07-281-1/+1
* | | initrd: cast `initrd_start' to `void *'Geert Uytterhoeven2008-07-301-2/+3
| |/ |/|
* | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-297-90/+31
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2008-07-271-2/+2
| |\ \ | | |/ | |/|
| | * kconfig: fix typos: "Suport" -> "Support"Heikki Orsila2008-07-251-1/+1
| | * init: fix URL of "The GNU Accounting Utilities"S.Çağlar Onur2008-07-251-1/+1
| * | make init/do_mounts.c:root_device_name staticAdrian Bunk2008-07-262-2/+1
| * | Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-22/+1
| * | Better interface for hooking early initcallsEduard - Gabriel Munteanu2008-07-261-2/+11
| |/
| * proper pid{hash,map}_init() prototypesAdrian Bunk2008-07-251-2/+0
| * init/version.c: define version_string only if CONFIG_KALLSYMS is not definedDaniel Guilak2008-07-251-0/+2
| * init/version.c: silence sparse warning by declaring the version stringDaniel Guilak2008-07-251-0/+1
| * inflate: refactor inflate malloc codeThomas Petazzoni2008-07-252-43/+4
| * init/: delete hard-coded setting and testing of BUILD_CRAMDISKRobert P. J. Day2008-07-251-12/+0
| * init/do_mounts.c should #include <linux/initrd.h>Adrian Bunk2008-07-251-0/+1
| * Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-0/+7
| |\
| | * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-0/+7
| * | make CONFIG_KMOD invisibleJohannes Berg2008-07-221-8/+3
| * | Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko2008-07-221-2/+2
| * | initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven2008-07-201-2/+3
| |/
* | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-183-29/+37
|\|
| * Merge branch 'for_linus' of git://git.infradead.org/~dedekind/ubifs-2.6Linus Torvalds2008-07-161-1/+2
| |\
| | * do_mounts: allow UBI root device nameAdrian Hunter2008-07-141-1/+2
| * | Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-151-0/+2
| |\ \
| | * \ Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-0/+2
| | |\ \
| | | * | Add generic helpers for arch IPI function callsJens Axboe2008-06-261-0/+2
| | | |/
| * | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-151-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'linus' into core/rcuIngo Molnar2008-06-162-1/+1
| | |\|
| | * | rcu: add call_rcu_sched()Paul E. McKenney2008-05-191-0/+1
| * | | x86: use cpu_khz for loops_per_jiffy calculation, cleanupAlok Kataria2008-06-241-17/+19
| * | | x86: use cpu_khz for loops_per_jiffy calculationAlok Kataria2008-06-231-17/+19
| | |/ | |/|
* / | generic: per-device coherent dma allocatorDmitry Baryshkov2008-06-301-0/+4
|/ /
* | Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LISTSam Ravnborg2008-05-251-0/+1
* | md: proper extern for mdp_majorAdrian Bunk2008-05-241-1/+0
|/
* initcalls: Fix m68k build and possible buffer overflowCyrill Gorcunov2008-05-151-3/+3
* Split up 'do_initcalls()' into two simpler functionsLinus Torvalds2008-05-151-36/+41
* Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-151-6/+3
* block: do_mounts - accept root=<non-existant partition>Kay Sievers2008-05-141-1/+26
* init: don't lose initcall return valuesCyrill Gorcunov2008-05-131-9/+9
* module: don't ignore vermagic string if module doesn't have modversionsRusty Russell2008-05-091-3/+3
* pcspkr: fix dependanciesStas Sergeev2008-05-071-0/+8