summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar2009-01-111-8/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2009-01-081-1/+4
| |\
| | * async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-1/+4
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+2
| |\ \ | | |/ | |/|
| | * trivial: add missing printk loglevel in start_kernelRon Lee2009-01-061-1/+2
| * | init/main.c: mark late_time_init as __initdataJan Beulich2009-01-071-1/+1
| * | Remove remaining unwinder codeAlexey Dobriyan2009-01-071-3/+0Star
| * | init: properly placing noinline keywordRakib Mullick2009-01-071-2/+2
| |/
* | Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-061-27/+4Star
|\|
| * Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-9/+4Star
| |\
| | * cpumask: Use find_last_bit()Rusty Russell2009-01-011-6/+1Star
| | * cpumask: Use accessors code in coreRusty Russell2009-01-011-3/+3
| * | kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar2009-01-021-9/+0Star
| * | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-9/+0Star
| |\ \ | | |/ | |/|
| | * sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-10/+0Star
| | * sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
* | | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar2008-12-311-0/+11
|\ \ \
| * | | Merge branch 'linus' into tracing/kmemtraceIngo Molnar2008-12-311-0/+11
| |\| |
| | * | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-311-0/+11
| | |\|
| | | * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+11
* | | | tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker2008-12-301-1/+1
|/ / /
* | | Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2008-12-291-0/+2
|\ \ \ | |/ / |/| |
| * | kmemtrace: Core implementation.Eduard - Gabriel Munteanu2008-12-291-0/+2
| |/
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-15/+20
|\ \
| * | init/main.c: use ktime accessor function in initcall_debug codeWill Newton2008-11-231-1/+1
| * | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-121-15/+17
| * | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-121-0/+1
| * | tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker2008-11-041-1/+3
| |/
* / CRED: Inaugurate COW credentialsDavid Howells2008-11-141-0/+1
|/
* Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds2008-10-261-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-1/+0Star
|\
| * [PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan2008-10-231-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-231-9/+3Star
|\ \
| * | Call init_workqueues before pre smp initcalls.Heiko Carstens2008-10-221-2/+2
| * | Make initcall_debug a core_paramRusty Russell2008-10-221-7/+1Star
| |/
* / memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2008-10-231-0/+2
|/
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-14/+20
|\
| * tracing/fastboot: add better resolution to initcall debug/tracingTim Bird2008-10-141-2/+2
| * tracing/fastboot: only trace non-module initcallsFrederic Weisbecker2008-10-141-0/+1
| * tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker2008-10-141-2/+1Star
| * tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker2008-10-141-11/+9Star
| * tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker2008-10-141-6/+10
| * tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven2008-10-141-1/+2
| * ftrace: mcount call site on boot nops coreSteven Rostedt2008-10-141-0/+3
* | mm: rewrite vmap layerNick Piggin2008-10-201-0/+2
* | Add a script to visualize the kernel boot process / timeArjan van de Ven2008-10-121-1/+1
|/
* Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds2008-10-031-5/+4Star
* modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-2/+4
* remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-051-1/+0Star
* initrd: cast `initrd_start' to `void *'Geert Uytterhoeven2008-07-301-2/+3