index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched.c
Age
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 nohz struct to cpumask_var_t, fix
Rusty Russell
1
-0
/
+2
2008-11-26
tracing/function-return-tracer: change the name into function-graph-tracer
Frederic Weisbecker
1
-1
/
+1
2008-11-25
hrtimer: removing all ur callback modes
Peter Zijlstra
1
-2
/
+0
2008-11-24
sched: convert remaining old-style cpumask operators
Rusty Russell
1
-99
/
+113
2008-11-24
sched: convert local_cpu_mask to cpumask_var_t.
Rusty Russell
1
-0
/
+1
2008-11-24
sched: convert struct cpupri_vec cpumask_var_t.
Rusty Russell
1
-2
/
+7
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
1
-18
/
+51
2008-11-24
sched: convert nohz_cpu_mask to cpumask_var_t.
Rusty Russell
1
-2
/
+5
2008-11-24
sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps
Rusty Russell
1
-24
/
+41
2008-11-24
sched: wrap sched_group and sched_domain cpumask accesses.
Rusty Russell
1
-59
/
+55
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
Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096
Ingo Molnar
1
-2
/
+8
2008-11-24
Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...
Ingo Molnar
1
-2
/
+1
2008-11-24
Merge branch 'sched/rt' into sched/core
Ingo Molnar
1
-1
/
+1
2008-11-23
tracing/function-return-tracer: clean up task start/exit callbacks
Ingo Molnar
1
-2
/
+0
2008-11-23
tracing/function-return-tracer: store return stack into task_struct and alloc...
Frederic Weisbecker
1
-0
/
+3
2008-11-21
sched: update comment for move_task_off_dead_cpu
Vegard Nossum
1
-1
/
+0
2008-11-19
sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares
Ken Chen
1
-26
/
+15
2008-11-19
Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core
Ingo Molnar
1
-7
/
+11
2008-11-19
Merge branch 'linus' into sched/core
Ingo Molnar
1
-8
/
+20
2008-11-18
cpuset: fix regression when failed to generate sched domains
Li Zefan
1
-6
/
+7
2008-11-17
account_steal_time: kill the unneeded account_group_system_time()
Oleg Nesterov
1
-1
/
+0
2008-11-16
tracepoints: add DECLARE_TRACE() and DEFINE_TRACE()
Mathieu Desnoyers
1
-0
/
+6
2008-11-14
Merge branch 'master' into next
James Morris
1
-6
/
+22
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
1
-10
/
+21
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-4
/
+6
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
1
-4
/
+7
2008-11-12
sched: fix init_idle()'s use of sched_clock()
Ingo Molnar
1
-1
/
+2
2008-11-12
Merge branch 'linus' into core/locking
Ingo Molnar
1
-7
/
+19
2008-11-12
sched: fix stale value in average load per task
Balbir Singh
1
-0
/
+2
2008-11-11
sched: add hierarchical accounting to cpu accounting controller
Bharata B Rao
1
-3
/
+9
2008-11-11
fix for account_group_exec_runtime(), make sure ->signal can't be freed under...
Oleg Nesterov
1
-0
/
+8
2008-11-10
sched: clean up debug info
Peter Zijlstra
1
-1
/
+1
2008-11-07
sched: clean up SCHED_CPUMASK_ALLOC
Li Zefan
1
-11
/
+18
2008-11-07
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-4
/
+9
2008-11-07
sched: fix memory leak in a failure path
Li Zefan
1
-0
/
+1
2008-11-07
sched: fix a bug in sched domain degenerate
Li Zefan
1
-2
/
+4
[prev]
[next]