summaryrefslogtreecommitdiffstats
path: root/arch/sh/lib64 (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-26sched: avoid stack var in move_task_off_dead_cpu, fixRusty Russell1-4/+0
2008-11-26sched: convert local_cpu_mask to cpumask_var_t, fixRusty Russell1-8/+8
2008-11-26sched: convert nohz struct to cpumask_var_t, fixRusty Russell1-0/+2
2008-11-24sched: convert remaining old-style cpumask operatorsRusty Russell4-118/+132
2008-11-24sched: convert local_cpu_mask to cpumask_var_t.Rusty Russell2-2/+12
2008-11-24sched: convert check_preempt_equal_prio to cpumask_var_t.Rusty Russell1-5/+10
2008-11-24sched: convert struct cpupri_vec cpumask_var_t.Rusty Russell3-15/+38
2008-11-24sched: convert falback_doms to cpumask_var_t.Rusty Russell1-6/+8
2008-11-24sched: convert cpu_isolated_map to cpumask_var_t.Rusty Russell1-17/+14
2008-11-24sched: convert sched_domain_debug to cpumask_var_t.Rusty Russell1-4/+3
2008-11-24sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t.Rusty Russell1-13/+27
2008-11-24sched: avoid stack var in move_task_off_dead_cpuRusty Russell1-42/+36
2008-11-24sched: convert sys_sched_getaffinity() to cpumask_var_t.Rusty Russell1-8/+13
2008-11-24sched: convert rebalance_domains() to cpumask_var_t.Rusty Russell1-2/+8
2008-11-24sched: convert idle_balance() to cpumask_var_t.Rusty Russell1-2/+6
2008-11-24sched: convert nohz struct to cpumask_var_t.Rusty Russell1-13/+16
2008-11-24sched: convert struct root_domain to cpumask_var_t.Rusty Russell2-31/+64
2008-11-24sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell4-9/+12
2008-11-24sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmapsRusty Russell2-28/+48
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell5-67/+73
2008-11-24sched: remove any_online_cpu()Rusty Russell1-6/+8
2008-11-24sched: get rid of boutique sched.c allocations, use cpumask_var_t.Rusty Russell1-84/+55
2008-11-24sched: convert sched.c from for_each_cpu_mask to for_each_cpu.Rusty Russell1-18/+18
2008-11-24sched: reduce stack size requirements in kernel/sched.cMike Travis1-6/+7
2008-11-24mutex: __used is needed for function referenced only from inline asmTörök Edwin1-4/+4
2008-11-23vfs, seqfile: fix comment style on mangle_pathTörök Edwin1-4/+4
2008-11-23tracing/function-return-tracer: free the return stack on free_task()Frederic Weisbecker2-2/+1
2008-11-23tracing, doc: update mmiotrace documentationPekka Paalanen1-2/+4
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen1-9/+7
2008-11-23tracing/function-return-tracer: don't trace kfree while it frees the return s...Frederic Weisbecker1-1/+6
2008-11-23tracing/stack-tracer: avoid races accessing fileTörök Edwin1-5/+5
2008-11-23tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin3-1/+5
2008-11-23tracing/stack-tracer: fix locking and refcountsTörök Edwin1-3/+6
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin3-27/+33
2008-11-23trace: fix compiler warning in branch profilerSteven Rostedt1-5/+5
2008-11-23ftrace: add ftrace_off_permanentSteven Rostedt2-0/+17
2008-11-23ring-buffer: add tracing_off_permanentSteven Rostedt2-13/+67
2008-11-23ftrace: scripts/recordmcount.pl support for ARMJim Radford1-1/+7
2008-11-23ftrace: specify $alignment for sh architectureMatt Fleming1-1/+2
2008-11-23trace: profile all if conditionalsSteven Rostedt4-5/+93
2008-11-23trace: branch profiling should not print percent without dataSteven Rostedt1-3/+7
2008-11-23trace: consolidate unlikely and likely profilerSteven Rostedt4-53/+22
2008-11-23trace: remove extra assign in branch checkSteven Rostedt1-2/+0
2008-11-23ftrace: create default variables for archs in recordmcount.plSteven Rostedt1-16/+11
2008-11-23ftrace: add support for powerpc to recordmcount.pl scriptSteven Rostedt1-2/+17
2008-11-23sh: dynamic ftrace support.Matt Fleming1-0/+11
2008-11-23init/main.c: use ktime accessor function in initcall_debug codeWill Newton1-1/+1
2008-11-23tracing: allow tracing of suspend/resume & hibernation code againIngo Molnar2-14/+4
2008-11-23tracing: identify which executable object the userspace address belongs toTörök Edwin3-9/+93
2008-11-23vfs, seqfile: make mangle_path() globalTörök Edwin2-1/+14