aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)Author
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett
2012-09-29efi: Defer freeing boot services memory until after ACPI initJosh Triplett
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu
2012-07-27Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsJim Cromie
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-07-22switch fput to task_work_addAl Viro
2012-06-08init: Drop initcall level outputBorislav Petkov
2012-06-08module_param: stop double-calling parameters.Rusty Russell
2012-06-06x86-64/efi: Use EFI to deal with platform wall clockJan Beulich
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-21Fix blocking allocations called very early during bootupLinus Torvalds
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie
2012-04-25init: fix bug where environment vars can't be passed via boot argsChris Metcalf
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-15init: fix wording error in mm_init commentJim Cromie
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka
2011-12-06init/main.c: Execute lockdep_init() as early as possibleMing Lei
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge
2011-09-29bootup: move 'usermodehelper_enable()' a little earlierwangyanqing
2011-09-28bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()Linus Torvalds
2011-09-21init: carefully handle loglevel option on kernel cmdline.Alexander Sverdlin
2011-08-03Boot up with usermodehelper disabledLinus Torvalds
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds
2011-05-25printk: allocate kernel log buffer earlierMike Travis
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro
2011-05-19kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-12-24init: don't call flush_scheduled_work() from do_initcalls()Tejun Heo
2010-12-16init: Initialized IDR earlierPeter Zijlstra
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-19init/main.c: remove BKL notationsNamhyung Kim