summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-35/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2009-01-071-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-061-1/+1
| * | Remove remaining unwinder codeAlexey Dobriyan2009-01-061-3/+0
| * | init: properly placing noinline keywordRakib Mullick2009-01-061-2/+2
| |/
| * Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-9/+4
| |\
| | * cpumask: Use find_last_bit()Rusty Russell2009-01-011-6/+1
| | * 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/+0
| * | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-9/+0
| |\ \ | | |/ | |/|
| | * sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-10/+0
| | * sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
* | | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-23/+42
|\ \ \ | |/ /
| * | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-301-0/+11
| |\ \ | | |/
| | * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+11
| * | 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-251-2/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-1/+0
| |\
| | * [PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan2008-10-231-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-231-9/+3
| |\ \
| | * | Call init_workqueues before pre smp initcalls.Heiko Carstens2008-10-221-2/+2
| | * | Make initcall_debug a core_paramRusty Russell2008-10-221-7/+1
| | |/
| * | 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/+1
| | * tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker2008-10-141-11/+9
| | * 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
* | | Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-28/+26
|\ \ \ | |/ /
| * | 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/+4
| * 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/+0
| * initrd: cast `initrd_start' to `void *'Geert Uytterhoeven2008-07-301-2/+3
| * Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-22/+1
| * Better interface for hooking early initcallsEduard - Gabriel Munteanu2008-07-261-2/+11
| * proper pid{hash,map}_init() prototypesAdrian Bunk2008-07-251-2/+0
| * Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-0/+7
| |\
OpenPOWER on IntegriCloud