summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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 '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 '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
| | |_|/ | |/| |
* | | | 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
* | Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-22/+1Star
* | Better interface for hooking early initcallsEduard - Gabriel Munteanu2008-07-261-2/+11
* | proper pid{hash,map}_init() prototypesAdrian Bunk2008-07-251-2/+0Star
* | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-241-0/+7
|\ \
| * | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-0/+7
* | | initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven2008-07-211-2/+3
|/ /
* | Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-151-0/+2
|\ \
| * | Add generic helpers for arch IPI function callsJens Axboe2008-06-261-0/+2
| |/
* / rcu: add call_rcu_sched()Paul E. McKenney2008-05-191-0/+1
|/