index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
lib64
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-26
sched: avoid stack var in move_task_off_dead_cpu, fix
Rusty Russell
1
-4
/
+0
2008-11-26
sched: convert local_cpu_mask to cpumask_var_t, fix
Rusty Russell
1
-8
/
+8
2008-11-26
sched: convert nohz struct to cpumask_var_t, fix
Rusty Russell
1
-0
/
+2
2008-11-24
sched: convert remaining old-style cpumask operators
Rusty Russell
4
-118
/
+132
2008-11-24
sched: convert local_cpu_mask to cpumask_var_t.
Rusty Russell
2
-2
/
+12
2008-11-24
sched: convert check_preempt_equal_prio to cpumask_var_t.
Rusty Russell
1
-5
/
+10
2008-11-24
sched: convert struct cpupri_vec cpumask_var_t.
Rusty Russell
3
-15
/
+38
2008-11-24
sched: convert falback_doms to cpumask_var_t.
Rusty Russell
1
-6
/
+8
2008-11-24
sched: convert cpu_isolated_map to cpumask_var_t.
Rusty Russell
1
-17
/
+14
2008-11-24
sched: convert sched_domain_debug to cpumask_var_t.
Rusty Russell
1
-4
/
+3
2008-11-24
sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t.
Rusty Russell
1
-13
/
+27
2008-11-24
sched: avoid stack var in move_task_off_dead_cpu
Rusty Russell
1
-42
/
+36
2008-11-24
sched: convert sys_sched_getaffinity() to cpumask_var_t.
Rusty Russell
1
-8
/
+13
2008-11-24
sched: convert rebalance_domains() to cpumask_var_t.
Rusty Russell
1
-2
/
+8
2008-11-24
sched: convert idle_balance() to cpumask_var_t.
Rusty Russell
1
-2
/
+6
2008-11-24
sched: convert nohz struct to cpumask_var_t.
Rusty Russell
1
-13
/
+16
2008-11-24
sched: convert struct root_domain to cpumask_var_t.
Rusty Russell
2
-31
/
+64
2008-11-24
sched: convert nohz_cpu_mask to cpumask_var_t.
Rusty Russell
4
-9
/
+12
2008-11-24
sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps
Rusty Russell
2
-28
/
+48
2008-11-24
sched: wrap sched_group and sched_domain cpumask accesses.
Rusty Russell
5
-67
/
+73
2008-11-24
sched: remove any_online_cpu()
Rusty Russell
1
-6
/
+8
2008-11-24
sched: get rid of boutique sched.c allocations, use cpumask_var_t.
Rusty Russell
1
-84
/
+55
2008-11-24
sched: convert sched.c from for_each_cpu_mask to for_each_cpu.
Rusty Russell
1
-18
/
+18
2008-11-24
sched: reduce stack size requirements in kernel/sched.c
Mike Travis
1
-6
/
+7
2008-11-24
mutex: __used is needed for function referenced only from inline asm
Török Edwin
1
-4
/
+4
2008-11-23
vfs, seqfile: fix comment style on mangle_path
Török Edwin
1
-4
/
+4
2008-11-23
tracing/function-return-tracer: free the return stack on free_task()
Frederic Weisbecker
2
-2
/
+1
2008-11-23
tracing, doc: update mmiotrace documentation
Pekka Paalanen
1
-2
/
+4
2008-11-23
x86, mmiotrace: fix buffer overrun detection
Pekka Paalanen
1
-9
/
+7
2008-11-23
tracing/function-return-tracer: don't trace kfree while it frees the return s...
Frederic Weisbecker
1
-1
/
+6
2008-11-23
tracing/stack-tracer: avoid races accessing file
Török Edwin
1
-5
/
+5
2008-11-23
tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT
Török Edwin
3
-1
/
+5
2008-11-23
tracing/stack-tracer: fix locking and refcounts
Török Edwin
1
-3
/
+6
2008-11-23
tracing/stack-tracer: fix style issues
Török Edwin
3
-27
/
+33
2008-11-23
trace: fix compiler warning in branch profiler
Steven Rostedt
1
-5
/
+5
2008-11-23
ftrace: add ftrace_off_permanent
Steven Rostedt
2
-0
/
+17
2008-11-23
ring-buffer: add tracing_off_permanent
Steven Rostedt
2
-13
/
+67
2008-11-23
ftrace: scripts/recordmcount.pl support for ARM
Jim Radford
1
-1
/
+7
2008-11-23
ftrace: specify $alignment for sh architecture
Matt Fleming
1
-1
/
+2
2008-11-23
trace: profile all if conditionals
Steven Rostedt
4
-5
/
+93
2008-11-23
trace: branch profiling should not print percent without data
Steven Rostedt
1
-3
/
+7
2008-11-23
trace: consolidate unlikely and likely profiler
Steven Rostedt
4
-53
/
+22
2008-11-23
trace: remove extra assign in branch check
Steven Rostedt
1
-2
/
+0
2008-11-23
ftrace: create default variables for archs in recordmcount.pl
Steven Rostedt
1
-16
/
+11
2008-11-23
ftrace: add support for powerpc to recordmcount.pl script
Steven Rostedt
1
-2
/
+17
2008-11-23
sh: dynamic ftrace support.
Matt Fleming
1
-0
/
+11
2008-11-23
init/main.c: use ktime accessor function in initcall_debug code
Will Newton
1
-1
/
+1
2008-11-23
tracing: allow tracing of suspend/resume & hibernation code again
Ingo Molnar
2
-14
/
+4
2008-11-23
tracing: identify which executable object the userspace address belongs to
Török Edwin
3
-9
/
+93
2008-11-23
vfs, seqfile: make mangle_path() global
Török Edwin
2
-1
/
+14
[next]