| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: convert struct root_domain to cpumask_var_t. | Rusty Russell | 2008-11-24 | 2 | -31/+64 |
* | sched: convert nohz_cpu_mask to cpumask_var_t. | Rusty Russell | 2008-11-24 | 4 | -9/+12 |
* | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps | Rusty Russell | 2008-11-24 | 2 | -28/+48 |
* | sched: wrap sched_group and sched_domain cpumask accesses. | Rusty Russell | 2008-11-24 | 5 | -67/+73 |
* | sched: remove any_online_cpu() | Rusty Russell | 2008-11-24 | 1 | -6/+8 |
* | sched: get rid of boutique sched.c allocations, use cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -84/+55 |
* | sched: convert sched.c from for_each_cpu_mask to for_each_cpu. | Rusty Russell | 2008-11-24 | 1 | -18/+18 |
* | sched: reduce stack size requirements in kernel/sched.c | Mike Travis | 2008-11-24 | 1 | -6/+7 |
*-. | Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 | Ingo Molnar | 2008-11-24 | 111 | -1318/+4816 |
|\ \ |
|
| | *-------------. | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',... | Ingo Molnar | 2008-11-24 | 32 | -151/+1047 |
| | |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | * | tracing, doc: update mmiotrace documentation | Pekka Paalanen | 2008-11-23 | 1 | -2/+4 |
| | | | | | | | | | * | x86, mmiotrace: fix buffer overrun detection | Pekka Paalanen | 2008-11-23 | 1 | -9/+7 |
| | | | | | | | | * | | vfs, seqfile: fix comment style on mangle_path | Török Edwin | 2008-11-23 | 1 | -4/+4 |
| | | | | | | | | * | | tracing/stack-tracer: avoid races accessing file | Török Edwin | 2008-11-23 | 1 | -5/+5 |
| | | | | | | | | * | | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT | Török Edwin | 2008-11-23 | 3 | -1/+5 |
| | | | | | | | | * | | tracing/stack-tracer: fix locking and refcounts | Török Edwin | 2008-11-23 | 1 | -3/+6 |
| | | | | | | | | * | | tracing/stack-tracer: fix style issues | Török Edwin | 2008-11-23 | 3 | -27/+33 |
| | | | | | | | | * | | tracing: identify which executable object the userspace address belongs to | Török Edwin | 2008-11-23 | 3 | -9/+93 |
| | | | | | | | | * | | vfs, seqfile: make mangle_path() global | Török Edwin | 2008-11-23 | 2 | -1/+14 |
| | | | | | | | | * | | tracing: add support for userspace stacktraces in tracing/iter_ctrl | Török Edwin | 2008-11-23 | 5 | -1/+171 |
| | | | | | | | * | | | ring-buffer: add tracing_off_permanent | Steven Rostedt | 2008-11-23 | 2 | -13/+67 |
| | | | | | | | |/ / |
|
| | | | | | | * | | | Merge branch 'ppc/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Ingo Molnar | 2008-11-23 | 6 | -42/+489 |
| | | | | | | |\ \ \ |
|
| | | | | | | | * | | | powerpc/ppc32: ftrace, dynamic ftrace to handle modules | Steven Rostedt | 2008-11-20 | 3 | -7/+109 |
| | | | | | | | * | | | powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace | Steven Rostedt | 2008-11-20 | 4 | -11/+293 |
| | | | | | | | * | | | powerpc: ftrace, use probe_kernel API to modify code | Steven Rostedt | 2008-11-20 | 1 | -32/+21 |
| | | | | | | | * | | | powerpc: ftrace, convert to new dynamic ftrace arch API | Steven Rostedt | 2008-11-20 | 2 | -6/+75 |
| | | | | | | | * | | | powerpc: ftrace, do not latency trace idle | Steven Rostedt | 2008-11-20 | 1 | -0/+5 |
| | | | | | * | | | | | tracing: allow tracing of suspend/resume & hibernation code again | Ingo Molnar | 2008-11-23 | 2 | -14/+4 |
| | | | | | | |_|/ /
| | | | | | |/| | | |
|
| | | | | * | | | | | tracing/function-return-tracer: free the return stack on free_task() | Frederic Weisbecker | 2008-11-23 | 2 | -2/+1 |
| | | | | * | | | | | tracing/function-return-tracer: don't trace kfree while it frees the return s... | Frederic Weisbecker | 2008-11-23 | 1 | -1/+6 |
| | | | | * | | | | | tracing/function-return-tracer: clean up task start/exit callbacks | Ingo Molnar | 2008-11-23 | 4 | -6/+3 |
| | | | | * | | | | | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 2008-11-23 | 9 | -58/+137 |
| | | | | |/ / / / |
|
| | | | * | | | | | ftrace: add ftrace_off_permanent | Steven Rostedt | 2008-11-23 | 2 | -0/+17 |
| | | | * | | | | | ftrace: scripts/recordmcount.pl support for ARM | Jim Radford | 2008-11-23 | 1 | -1/+7 |
| | | | * | | | | | ftrace: specify $alignment for sh architecture | Matt Fleming | 2008-11-23 | 1 | -1/+2 |
| | | | * | | | | | ftrace: create default variables for archs in recordmcount.pl | Steven Rostedt | 2008-11-23 | 1 | -16/+11 |
| | | | * | | | | | ftrace: add support for powerpc to recordmcount.pl script | Steven Rostedt | 2008-11-23 | 1 | -2/+17 |
| | | | * | | | | | sh: dynamic ftrace support. | Matt Fleming | 2008-11-23 | 1 | -0/+11 |
| | | | |/ / / / |
|
| | | * / / / / | init/main.c: use ktime accessor function in initcall_debug code | Will Newton | 2008-11-23 | 1 | -1/+1 |
| | | |/ / / / |
|
| | * | | | | | trace: fix compiler warning in branch profiler | Steven Rostedt | 2008-11-23 | 1 | -5/+5 |
| | * | | | | | trace: profile all if conditionals | Steven Rostedt | 2008-11-23 | 4 | -5/+93 |
| | * | | | | | trace: branch profiling should not print percent without data | Steven Rostedt | 2008-11-23 | 1 | -3/+7 |
| | * | | | | | trace: consolidate unlikely and likely profiler | Steven Rostedt | 2008-11-23 | 4 | -53/+22 |
| | * | | | | | trace: remove extra assign in branch check | Steven Rostedt | 2008-11-23 | 1 | -2/+0 |
| | |/ / / / |
|
| | | | | | | |
| | | \ \ \ | |
| | | \ \ \ | |
| | | \ \ \ | |
| | *---. \ \ \ | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... | Ingo Molnar | 2008-11-23 | 132 | -658/+956 |
| | |\ \ \ \ \ \
| | | | | | |_|/
| | | | | |/| | |
|
| | | | | * | | | function tracing: fix wrong position computing of stack_trace | Liming Wang | 2008-11-21 | 1 | -9/+15 |
| | | | | |/ / |
|
| | | | * | | | tracing/function-return-tracer: add the overrun field | Frederic Weisbecker | 2008-11-18 | 7 | -9/+51 |
| | | | * | | | tracing/ftrace: make nop tracer using tracer flags | Frederic Weisbecker | 2008-11-18 | 1 | -0/+52 |
| | | | * | | | tracing/ftrace: implement a set_flag callback for tracers | Frederic Weisbecker | 2008-11-18 | 2 | -6/+112 |
| | | * | | | | profiling: clean up profile_nop() | Andrew Morton | 2008-11-19 | 1 | -1/+1 |