summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-041-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | Merge commit 'v2.6.29-rc1' into tracing/urgentIngo Molnar2009-01-111-8/+9
| |\ \ \
| * \ \ \ Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar2009-01-061-27/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar2008-12-311-0/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into tracing/kmemtraceIngo Molnar2008-12-311-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
* | | | | | | | init/main.c: fix sparse warnings: context imbalanceHannes Eder2009-04-011-0/+1
* | | | | | | | 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
OpenPOWER on IntegriCloud