Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core | Ingo Molnar | 2009-03-04 | 1 | -1/+2 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Merge commit 'v2.6.29-rc1' into tracing/urgent | Ingo Molnar | 2009-01-11 | 1 | -8/+9 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'linus' into tracing/kmemtrace2 | Ingo Molnar | 2009-01-06 | 1 | -27/+4 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2 | Ingo Molnar | 2008-12-31 | 1 | -0/+11 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'linus' into tracing/kmemtrace | Ingo Molnar | 2008-12-31 | 1 | -0/+11 | |
| | |\ \ \ \ \ | ||||||
| * | | | | | | | tracing/kmemtrace: normalize the raw tracer event to the unified tracing API | Frederic Weisbecker | 2008-12-30 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2008-12-29 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kmemtrace: Core implementation. | Eduard - Gabriel Munteanu | 2008-12-29 | 1 | -0/+2 | |
* | | | | | | | | init/main.c: fix sparse warnings: context imbalance | Hannes Eder | 2009-04-01 | 1 | -0/+1 | |
* | | | | | | | | cpumask: use set_cpu_active in init/main.c | Rusty Russell | 2009-03-30 | 1 | -2/+1 | |
* | | | | | | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL | Rusty Russell | 2009-03-30 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -6/+13 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_... | Ingo Molnar | 2009-02-05 | 1 | -6/+6 | |
| * | | | | | | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 2009-01-18 | 1 | -35/+13 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-12-31 | 1 | -23/+42 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-10-15 | 1 | -28/+26 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | x86: fix the stackprotector canary of the boot CPU | Ingo Molnar | 2008-05-26 | 1 | -0/+6 | |
| * | | | | | | | stackprotector: include files | Ingo Molnar | 2008-05-26 | 1 | -0/+1 | |
* | | | | | | | | rcu: Teach RCU that idle task is not quiscent state at boot | Paul E. McKenney | 2009-02-26 | 1 | -1/+2 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async | Linus Torvalds | 2009-01-07 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | async: Asynchronous function calls to speed up kernel boot | Arjan van de Ven | 2009-01-07 | 1 | -1/+4 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | trivial: add missing printk loglevel in start_kernel | Ron Lee | 2009-01-06 | 1 | -1/+2 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | init/main.c: mark late_time_init as __initdata | Jan Beulich | 2009-01-06 | 1 | -1/+1 | |
* | | | | | | | Remove remaining unwinder code | Alexey Dobriyan | 2009-01-06 | 1 | -3/+0 | |
* | | | | | | | init: properly placing noinline keyword | Rakib Mullick | 2009-01-06 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 1 | -9/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cpumask: Use find_last_bit() | Rusty Russell | 2009-01-01 | 1 | -6/+1 | |
| * | | | | | | cpumask: Use accessors code in core | Rusty Russell | 2009-01-01 | 1 | -3/+3 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | kbuild: Remove gcc 4.1.0 quirk from init/main.c | Ingo Molnar | 2009-01-02 | 1 | -9/+0 | |
* | | | | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-31 | 1 | -9/+0 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | sparseirq: move __weak symbols into separate compilation unit | Yinghai Lu | 2008-12-29 | 1 | -10/+0 | |
| * | | | | | sparseirq: work around compiler optimizing away __weak functions | Yinghai Lu | 2008-12-27 | 1 | -3/+4 | |
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-30 | 1 | -0/+11 | |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | ||||||
| * | | | | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 | 1 | -0/+11 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 | 1 | -15/+20 | |
|\ \ \ \ | ||||||
| * | | | | init/main.c: use ktime accessor function in initcall_debug code | Will Newton | 2008-11-23 | 1 | -1/+1 | |
| * | | | | tracing/fastboot: Use the ring-buffer timestamp for initcall entries | Frederic Weisbecker | 2008-11-12 | 1 | -15/+17 | |
| * | | | | tracing/fastboot: move boot tracer structs and funcs into their own header. | Frederic Weisbecker | 2008-11-12 | 1 | -0/+1 | |
| * | | | | tracing/fastboot: Enable boot tracing only during initcalls | Frederic Weisbecker | 2008-11-04 | 1 | -1/+3 | |
| |/ / / | ||||||
* | | | | CRED: Inaugurate COW credentials | David Howells | 2008-11-14 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Revert "Call init_workqueues before pre smp initcalls." | Linus Torvalds | 2008-10-25 | 1 | -2/+1 | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 1 | -1/+0 | |
|\ \ \ | ||||||
| * | | | [PATCH 1/2] anondev: init IDR statically | Alexey Dobriyan | 2008-10-23 | 1 | -1/+0 | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-10-23 | 1 | -9/+3 | |
|\ \ \ \ | ||||||
| * | | | | Call init_workqueues before pre smp initcalls. | Heiko Carstens | 2008-10-22 | 1 | -2/+2 | |
| * | | | | Make initcall_debug a core_param | Rusty Russell | 2008-10-22 | 1 | -7/+1 | |
| |/ / / | ||||||
* | | | | memcg: fix page_cgroup allocation | KAMEZAWA Hiroyuki | 2008-10-23 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-20 | 1 | -14/+20 | |
|\ \ \ | ||||||
| * | | | tracing/fastboot: add better resolution to initcall debug/tracing | Tim Bird | 2008-10-14 | 1 | -2/+2 |