aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+16
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesGravatar Matt Fleming 1-2/+2
2013-01-23Merge branch 'master' into for-3.9-asyncGravatar Tejun Heo 1-3/+5
2013-01-18init, block: try to load default elevator module early during bootGravatar Tejun Heo 1-0/+16
2012-12-26Ensure that kernel_init_freeable() is not inlined into non __init codeGravatar Vineet Gupta 1-2/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-1/+3
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+0
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Gravatar Linus Torvalds 1-4/+4
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2012-12-12init: use N_MEMORY instead N_HIGH_MEMORYGravatar Lai Jiangshan 1-1/+1
2012-11-19pidns: Consolidate initialzation of special init task stateGravatar Eric W. Biederman 1-1/+0
2012-11-02FRV: gcc-4.1.2 also inlines weak functionsGravatar David Howells 1-0/+2
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Gravatar Jan Beulich 1-4/+4
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-16/+17
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsGravatar Al Viro 1-8/+12
2012-10-11make sure that we always have a return path from kernel_execve()Gravatar Al Viro 1-8/+5
2012-10-09prio_tree: removeGravatar Michel Lespinasse 1-2/+0
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryGravatar Josh Triplett 1-1/+3
2012-09-29efi: Defer freeing boot services memory until after ACPI initGravatar Josh Triplett 1-0/+3
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"Gravatar H. Peter Anvin 1-4/+4
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatGravatar Jiang Liu 1-1/+1
2012-07-27Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsGravatar Jim Cromie 1-0/+1
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+4
2012-07-22switch fput to task_work_addGravatar Al Viro 1-1/+2
2012-06-08init: Drop initcall level outputGravatar Borislav Petkov 1-6/+1
2012-06-08module_param: stop double-calling parameters.Gravatar Rusty Russell 1-1/+1
2012-06-06x86-64/efi: Use EFI to deal with platform wall clockGravatar Jan Beulich 1-4/+4
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+19
2012-05-21Fix blocking allocations called very early during bootupGravatar Linus Torvalds 1-3/+4
2012-05-02Merge 3.4-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-14/+13
2012-04-30params: add 3rd arg to option handler callback signatureGravatar Jim Cromie 1-13/+20
2012-04-25init: fix bug where environment vars can't be passed via boot argsGravatar Chris Metcalf 1-12/+13
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hGravatar David Howells 1-1/+0
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 1-6/+59
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-03-15init: fix wording error in mm_init commentGravatar Jim Cromie 1-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Gravatar Thomas Gleixner 1-4/+1
2012-01-13module_param: make bool parameters really bool (core code)Gravatar Rusty Russell 1-1/+1
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2011-12-06mm, x86: Remove debug_pagealloc_enabledGravatar Stanislaw Gruszka 1-5/+0
2011-12-06init/main.c: Execute lockdep_init() as early as possibleGravatar Ming Lei 1-2/+1
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+3
2011-10-26params: make dashes and underscores in parameter names truly equalGravatar Michal Schmidt 1-2/+2
2011-10-25jump-label: initialize jump-label subsystem much earlierGravatar Jeremy Fitzhardinge 1-0/+3
2011-09-29bootup: move 'usermodehelper_enable()' a little earlierGravatar wangyanqing 1-1/+1
2011-09-28bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()Gravatar Linus Torvalds 1-3/+1