aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-6/+13
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney1-1/+2
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup()Ingo Molnar1-6/+6
2009-01-18Merge branch 'core/percpu' into stackprotectorIngo Molnar1-35/+13
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds1-1/+4
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven1-1/+4
2009-01-06init/main.c: mark late_time_init as __initdataJan Beulich1-1/+1
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-3/+0
2009-01-06init: properly placing noinline keywordRakib Mullick1-2/+2
2009-01-06trivial: add missing printk loglevel in start_kernelRon Lee1-1/+2
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+4
2009-01-02kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar1-9/+0
2009-01-01cpumask: Use find_last_bit()Rusty Russell1-6/+1
2009-01-01cpumask: Use accessors code in coreRusty Russell1-3/+3
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+0
2008-12-31Merge branch 'linus' into stackprotectorIngo Molnar1-23/+42
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+11
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu1-10/+0
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+20
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu1-3/+4
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-0/+11
2008-11-23init/main.c: use ktime accessor function in initcall_debug codeWill Newton1-1/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-0/+1
2008-11-12tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker1-15/+17
2008-11-12tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker1-0/+1
2008-11-04tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker1-1/+3
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds1-2/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+0
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-9/+3
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki1-0/+2
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan1-1/+0
2008-10-22Call init_workqueues before pre smp initcalls.Heiko Carstens1-2/+2
2008-10-22Make initcall_debug a core_paramRusty Russell1-7/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-14/+20
2008-10-20mm: rewrite vmap layerNick Piggin1-0/+2
2008-10-15Merge branch 'linus' into stackprotectorIngo Molnar1-28/+26
2008-10-14tracing/fastboot: add better resolution to initcall debug/tracingTim Bird1-2/+2
2008-10-14tracing/fastboot: only trace non-module initcallsFrederic Weisbecker1-0/+1
2008-10-14tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker1-2/+1
2008-10-14tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker1-11/+9
2008-10-14tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker1-6/+10
2008-10-14tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven1-1/+2
2008-10-14ftrace: mcount call site on boot nops coreSteven Rostedt1-0/+3
2008-10-12Add a script to visualize the kernel boot process / timeArjan van de Ven1-1/+1
2008-10-03Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds1-5/+4
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven1-2/+4
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz1-1/+0
2008-07-30initrd: cast `initrd_start' to `void *'Geert Uytterhoeven1-2/+3
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu1-22/+1