aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-2/+0
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-0/+1
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney1-0/+1
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker1-1/+0
2014-08-08init/main.c: code clean-upFabian Frederick1-11/+12
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+29
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-0/+4
2014-06-04init/main.c: remove an ifdefAndrew Morton1-2/+0
2014-06-04kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHANDOleg Nesterov1-1/+1
2014-06-04init/main.c: add initcall_blacklist kernel parameterPrarit Bhargava1-0/+68
2014-06-04init/main.c: don't use pr_debug()Andrew Morton1-2/+2
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-2/+2
2014-06-04memcg: kill start_kernel()->mm_init_owner(&init_mm)Oleg Nesterov1-1/+0
2014-05-21Merge commit '7ed6fb9b5a5510e4ef78ab27419184741169978a' into x86/espfixH. Peter Anvin1-1/+1
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-1/+1
2014-05-04x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin1-1/+1
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-0/+4
2014-04-28param: hand arguments after -- straight to initRusty Russell1-4/+29
2014-03-13ACPI / init: Invoke early ACPI initialization laterRafael J. Wysocki1-1/+1
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds1-1/+1
2014-01-27init/main.c: remove unused declaractions of mca_init() and sbus_init()Kang Hu1-2/+0
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-01-23init: fix possible format string bugTetsuo Handa1-3/+4
2014-01-23init/main.c: remove unused declaration of tc_init()Geert Uytterhoeven1-4/+0
2014-01-21init/main.c: use memblock apis for early memory allocationsSantosh Shilimkar1-3/+5
2014-01-21mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-1/+1
2014-01-16ACPI / init: Run acpi_early_init() before timekeeping_init()Lee, Chun-Yi1-1/+1
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds1-1/+1
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+5
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+7
2013-11-13init: make init failures more explicitMichael Opdenacker1-10/+29
2013-11-13init/main.c: remove prototype for softirq_init()Geert Uytterhoeven1-1/+0
2013-10-31init: fix in-place parameter modification regressionKrzysztof Mazur1-2/+5
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-10-19static_key: WARN on usage before jump_label_init was calledHannes Frederic Sowa1-0/+7
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar1-0/+2
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+2
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-1/+1
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-0/+2
2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker1-0/+2
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-07-03init: remove permanent string buffer from do_one_initcall()Steven Rostedt1-2/+1
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-0/+2
2013-05-28perf: Use hrtimers for event multiplexingStephane Eranian1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-27/+19
2013-05-01init: Do not warn on non-zero initcall returnSteven Rostedt1-4/+1