aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)Author
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23init: fix possible format string bugTetsuo Handa
2014-01-23init/main.c: remove unused declaration of tc_init()Geert Uytterhoeven
2014-01-21init/main.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2014-01-16ACPI / init: Run acpi_early_init() before timekeeping_init()Lee, Chun-Yi
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-13init: make init failures more explicitMichael Opdenacker
2013-11-13init/main.c: remove prototype for softirq_init()Geert Uytterhoeven
2013-10-31init: fix in-place parameter modification regressionKrzysztof Mazur
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o
2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-07-03init: remove permanent string buffer from do_one_initcall()Steven Rostedt
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd
2013-05-28perf: Use hrtimers for event multiplexingStephane Eranian
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-05-01init: Do not warn on non-zero initcall returnSteven Rostedt
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-29init/main.c: convert to pr_foo()Andrew Morton
2013-04-29init: raise log levelRichard Weinberger
2013-04-29init: scream bloody murder if interrupts are enabled too earlySteven Rostedt
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker
2013-04-08idle: Provide a generic entry point for the idle codeThomas Gleixner
2013-03-07tick: Call tick_init lateThomas Gleixner
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo
2013-01-18init, block: try to load default elevator module early during bootTejun Heo
2012-12-26Ensure that kernel_init_freeable() is not inlined into non __init codeVineet Gupta
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-12init: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-11-19pidns: Consolidate initialzation of special init task stateEric W. Biederman