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_fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-06
sched: replace migration_thread with cpu_stop
Tejun Heo
1
-14
/
+34
2010-04-23
sched: Fix select_idle_sibling() logic in select_task_rq_fair()
Suresh Siddha
1
-42
/
+40
2010-04-23
sched: Pre-compute cpumask_weight(sched_domain_span(sd))
Peter Zijlstra
1
-7
/
+5
2010-04-02
sched: Add enqueue/dequeue flags
Peter Zijlstra
1
-17
/
+8
2010-04-02
sched: Fix TASK_WAKING vs fork deadlock
Peter Zijlstra
1
-2
/
+6
2010-04-02
Merge branch 'linus' into sched/core
Ingo Molnar
1
-1
/
+1
2010-03-11
sched: Remove AFFINE_WAKEUPS feature
Mike Galbraith
1
-2
/
+1
2010-03-11
sched: Remove ASYM_GRAN feature
Mike Galbraith
1
-17
/
+11
2010-03-11
sched: Remove WAKEUP_SYNC feature
Mike Galbraith
1
-4
/
+0
2010-03-11
sched: Remove FAIR_SLEEPERS feature
Mike Galbraith
1
-1
/
+1
2010-03-11
sched: Remove NORMALIZED_SLEEPER
Mike Galbraith
1
-10
/
+0
2010-03-11
sched: Fix select_idle_sibling()
Mike Galbraith
1
-4
/
+10
2010-03-11
sched: Tweak sched_latency and min_granularity
Mike Galbraith
1
-6
/
+6
2010-03-11
sched: Cleanup/optimize clock updates
Mike Galbraith
1
-2
/
+0
2010-03-11
sched: Remove avg_overlap
Mike Galbraith
1
-18
/
+0
2010-03-11
sched: Remove avg_wakeup
Mike Galbraith
1
-31
/
+0
2010-03-11
sched: Implement group scheduler statistics in one struct
Lucas De Marchi
1
-32
/
+33
2010-03-01
sched, rcu: Fix rcu_dereference() for RCU-lockdep
Paul E. McKenney
1
-1
/
+1
2010-02-26
sched: Fix SCHED_MC regression caused by change in sched cpu_power
Suresh Siddha
1
-33
/
+43
2010-02-16
Merge branch 'sched/urgent' into sched/core
Thomas Gleixner
1
-2
/
+13
2010-02-08
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-1
/
+1
2010-01-22
sched: Extend enqueue_task to allow head queueing
Thomas Gleixner
1
-1
/
+2
2010-01-21
sched: Fix the place where group powers are updated
Gautham R Shenoy
1
-4
/
+3
2010-01-21
sched: Assume *balance is valid
Peter Zijlstra
1
-3
/
+3
2010-01-21
sched: Remove load_balance_newidle()
Peter Zijlstra
1
-122
/
+13
2010-01-21
sched: Unify load_balance{,_newidle}()
Peter Zijlstra
1
-56
/
+59
2010-01-21
sched: Add a lock break for PREEMPT=y
Peter Zijlstra
1
-0
/
+4
2010-01-21
sched: Remove from fwd decls
Peter Zijlstra
1
-67
/
+60
2010-01-21
sched: Remove rq_iterator from move_one_task
Peter Zijlstra
1
-110
/
+36
2010-01-21
sched: Remove rq_iterator usage from load_balance_fair
Peter Zijlstra
1
-51
/
+29
2010-01-21
sched: Remove the sched_class load_balance methods
Peter Zijlstra
1
-29
/
+37
2010-01-21
sched: Move load balance code into sched_fair.c
Peter Zijlstra
1
-0
/
+1765
2010-01-21
sched: Fix vmark regression on big machines
Mike Galbraith
1
-1
/
+1
2010-01-17
sched: Don't expose local functions
H Hartley Sweeten
1
-1
/
+1
2009-12-16
sched: Remove the cfs_rq dependency from set_task_cpu()
Peter Zijlstra
1
-6
/
+44
2009-12-16
sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
Peter Zijlstra
1
-0
/
+3
2009-12-14
sched: Convert rq->lock to raw_spinlock
Thomas Gleixner
1
-2
/
+2
2009-12-09
sched: Update normalized values on user updates via proc
Christian Ehrhardt
1
-1
/
+10
2009-12-09
sched: Make tunable scaling style configurable
Christian Ehrhardt
1
-0
/
+13
2009-12-09
sched: Fix missing sched tunable recalculation on cpu add/remove
Christian Ehrhardt
1
-0
/
+16
2009-12-09
sched: Remove unnecessary RCU exclusion
Peter Zijlstra
1
-7
/
+2
2009-12-09
sched: Discard some old bits
Peter Zijlstra
1
-3
/
+0
2009-12-09
sched: Clean up check_preempt_wakeup()
Peter Zijlstra
1
-40
/
+33
2009-12-09
sched: Move update_curr() in check_preempt_wakeup() to avoid redundant call
Jupyung Lee
1
-2
/
+2
2009-12-09
sched: Sanitize fork() handling
Peter Zijlstra
1
-13
/
+15
2009-12-09
sched: Protect sched_rr_get_param() access to task->sched_class
Thomas Gleixner
1
-5
/
+1
2009-11-26
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
1
-27
/
+47
2009-11-24
sched: Optimize branch hint in pick_next_task_fair()
Tim Blechmann
1
-1
/
+1
2009-11-13
sched: More generic WAKE_AFFINE vs select_idle_sibling()
Peter Zijlstra
1
-17
/
+16
2009-11-13
sched: Cleanup select_task_rq_fair()
Peter Zijlstra
1
-22
/
+51
[next]