summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* init: Drop initcall level outputBorislav Petkov2012-06-081-6/+1
* module_param: stop double-calling parameters.Rusty Russell2012-06-081-1/+1
* Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-14/+19
|\
| * Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-021-14/+13
| |\
| * | params: add 3rd arg to option handler callback signatureJim Cromie2012-04-301-13/+20
* | | Fix blocking allocations called very early during bootupLinus Torvalds2012-05-211-3/+4
| |/ |/|
* | init: fix bug where environment vars can't be passed via boot argsChris Metcalf2012-04-251-12/+13
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-1/+0
* | params: <level>_initcall-like kernel parametersPawel Moll2012-03-261-6/+59
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-2/+2
|\
| * init: fix wording error in mm_init commentJim Cromie2012-03-151-2/+2
* | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-4/+1
|/
* module_param: make bool parameters really bool (core code)Rusty Russell2012-01-131-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-111-5/+0
|\
| * mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-061-5/+0
* | init/main.c: Execute lockdep_init() as early as possibleMing Lei2011-12-061-2/+1
|/
* Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-0/+3
|\
| * jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge2011-10-251-0/+3
* | params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-261-2/+2
* | bootup: move 'usermodehelper_enable()' a little earlierwangyanqing2011-09-291-1/+1
* | bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()Linus Torvalds2011-09-281-3/+1
|/
* init: carefully handle loglevel option on kernel cmdline.Alexander Sverdlin2011-09-211-2/+13
* Boot up with usermodehelper disabledLinus Torvalds2011-08-031-1/+4
* tmpfs: miscellaneous trivial cleanupsHugh Dickins2011-08-031-1/+1
* generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-171-0/+1
* mm: Fix boot crash in mm_alloc()Linus Torvalds2011-05-291-1/+1
* printk: allocate kernel log buffer earlierMike Travis2011-05-251-0/+1
* mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-0/+2
* kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas2011-05-191-1/+1
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-231-9/+0
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-221-89/+1
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-2/+11
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-3/+0
|\
| * init: don't call flush_scheduled_work() from do_initcalls()Tejun Heo2010-12-241-3/+0
* | init: Initialized IDR earlierPeter Zijlstra2010-12-161-1/+1
* | perf: Move perf_event_init() into main.cPeter Zijlstra2010-12-161-0/+2
* | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-0/+1
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-2/+0
|\
| * init/main.c: remove BKL notationsNamhyung Kim2010-10-191-2/+0
* | genirq: Remove early_init_irq_lock_class()Thomas Gleixner2010-10-121-1/+0
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-3/+3
* param: make param sections const.Rusty Russell2010-08-111-4/+4
* init/main.c: mark do_one_initcall* as __init_or_moduleKevin Winchester2010-08-091-2/+2
* init/main.c: fix warning: 'calltime.tv64' may be used uninitializedKevin Winchester2010-08-091-14/+20
* Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-5/+0
|\
| * init: Remove the BKL from startup codeArnd Bergmann2010-07-091-5/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-2/+0
|\ \
| * | workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-011-2/+0