aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)Author
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven
2009-01-06init/main.c: mark late_time_init as __initdataJan Beulich
2009-01-06Remove remaining unwinder codeAlexey Dobriyan
2009-01-06init: properly placing noinline keywordRakib Mullick
2009-01-06trivial: add missing printk loglevel in start_kernelRon Lee
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-02kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar
2009-01-01cpumask: Use find_last_bit()Rusty Russell
2009-01-01cpumask: Use accessors code in coreRusty Russell
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-11-23init/main.c: use ktime accessor function in initcall_debug codeWill Newton
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-12tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker
2008-11-12tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker
2008-11-04tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan
2008-10-22Call init_workqueues before pre smp initcalls.Heiko Carstens
2008-10-22Make initcall_debug a core_paramRusty Russell
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-14tracing/fastboot: add better resolution to initcall debug/tracingTim Bird
2008-10-14tracing/fastboot: only trace non-module initcallsFrederic Weisbecker
2008-10-14tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker
2008-10-14tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker
2008-10-14tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker
2008-10-14tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven
2008-10-14ftrace: mcount call site on boot nops coreSteven Rostedt
2008-10-12Add a script to visualize the kernel boot process / timeArjan van de Ven
2008-10-03Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz
2008-07-30initrd: cast `initrd_start' to `void *'Geert Uytterhoeven
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu
2008-07-26Better interface for hooking early initcallsEduard - Gabriel Munteanu
2008-07-25proper pid{hash,map}_init() prototypesAdrian Bunk
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-20initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky