aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+16
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-2/+2
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo1-3/+5
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+16
2012-12-26Ensure that kernel_init_freeable() is not inlined into non __init codeVineet Gupta1-2/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-1/+3
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+0
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-4/+4
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2012-12-12init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman1-1/+0
2012-11-02FRV: gcc-4.1.2 also inlines weak functionsDavid Howells1-0/+2
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich1-4/+4
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-16/+17
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-8/+12
2012-10-11make sure that we always have a return path from kernel_execve()Al Viro1-8/+5
2012-10-09prio_tree: removeMichel Lespinasse1-2/+0
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett1-1/+3
2012-09-29efi: Defer freeing boot services memory until after ACPI initJosh Triplett1-0/+3
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin1-4/+4
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-07-27Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-0/+1
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsJim Cromie1-0/+1
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2012-07-22switch fput to task_work_addAl Viro1-1/+2
2012-06-08init: Drop initcall level outputBorislav Petkov1-6/+1
2012-06-08module_param: stop double-calling parameters.Rusty Russell1-1/+1
2012-06-06x86-64/efi: Use EFI to deal with platform wall clockJan Beulich1-4/+4
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+19
2012-05-21Fix blocking allocations called very early during bootupLinus Torvalds1-3/+4
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman1-14/+13
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-13/+20
2012-04-25init: fix bug where environment vars can't be passed via boot argsChris Metcalf1-12/+13
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-6/+59
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-03-15init: fix wording error in mm_init commentJim Cromie1-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-4/+1
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-1/+1
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka1-5/+0
2011-12-06init/main.c: Execute lockdep_init() as early as possibleMing Lei1-2/+1
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-0/+3
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-2/+2
2011-10-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge1-0/+3
2011-09-29bootup: move 'usermodehelper_enable()' a little earlierwangyanqing1-1/+1
2011-09-28bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()Linus Torvalds1-3/+1