summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* cpumask: use set_cpu_active in init/main.cRusty Russell2009-03-301-2/+1
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-301-1/+1
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-6/+13
|\
| * smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar2009-02-051-6/+6
| * Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-35/+13
| |\
| * \ Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-23/+42
| |\ \
| * \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-28/+26
| |\ \ \
| * | | | x86: fix the stackprotector canary of the boot CPUIngo Molnar2008-05-261-0/+6
| * | | | stackprotector: include filesIngo Molnar2008-05-261-0/+1
* | | | | rcu: Teach RCU that idle task is not quiscent state at bootPaul E. McKenney2009-02-261-1/+2
| |_|_|/ |/| | |
* | | | 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 '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
| |_|/ |/| |
* | | 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