index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched_fair.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: make sched_{rt,fair}.c ifdefs more readable
Dhaval Giani
2008-06-27
1
-3
/
+3
*
sched: bias effective_load() error towards failing wake_affine().
Peter Zijlstra
2008-06-27
1
-0
/
+28
*
sched: incremental effective_load()
Peter Zijlstra
2008-06-27
1
-3
/
+15
*
sched: correct wakeup weight calculations
Peter Zijlstra
2008-06-27
1
-22
/
+26
*
sched: fix mult overflow
Srivatsa Vaddagiri
2008-06-27
1
-4
/
+4
*
sched: optimize effective_load()
Peter Zijlstra
2008-06-27
1
-4
/
+4
*
sched: fix task_h_load()
Peter Zijlstra
2008-06-27
1
-9
/
+40
*
sched: fix load scaling in group balancing
Peter Zijlstra
2008-06-27
1
-4
/
+6
*
sched: hierarchical load vs affine wakeups
Peter Zijlstra
2008-06-27
1
-2
/
+21
*
sched: simplify the group load balancer
Peter Zijlstra
2008-06-27
1
-7
/
+8
*
sched: no need to aggregate task_weight
Peter Zijlstra
2008-06-27
1
-1
/
+1
*
sched: kill task_group balancing
Srivatsa Vaddagiri
2008-06-27
1
-13
/
+2
*
sched: fix sched_domain aggregation
Peter Zijlstra
2008-06-27
1
-6
/
+6
*
sched: fix wakeup granularity and buddy granularity
Peter Zijlstra
2008-06-27
1
-8
/
+7
*
sched: revert revert of: fair-group: SMP-nice for group scheduling
Peter Zijlstra
2008-06-27
1
-44
/
+80
*
sched: fix calc_delta_asym, #2
Peter Zijlstra
2008-06-27
1
-3
/
+6
*
sched: fix calc_delta_asym()
Peter Zijlstra
2008-06-27
1
-1
/
+27
*
sched: revert the revert of: weight calculations
Peter Zijlstra
2008-06-27
1
-33
/
+72
*
sched: fix SCHED_OTHER balance iterator to include all tasks
Gregory Haskins
2008-06-06
1
-12
/
+7
*
sched: stop wake_affine from causing serious imbalance
Mike Galbraith
2008-05-29
1
-11
/
+14
*
revert ("sched: fair-group: SMP-nice for group scheduling")
Ingo Molnar
2008-05-29
1
-80
/
+44
*
revert ("sched: fair: weight calculations")
Ingo Molnar
2008-05-29
1
-72
/
+33
*
sched: fix weight calculations
Mike Galbraith
2008-05-08
1
-3
/
+8
*
sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
Peter Zijlstra
2008-05-05
1
-1
/
+1
*
sched: fix debugging
Mike Galbraith
2008-05-05
1
-27
/
+0
*
sched: fix SCHED_FAIR wake-idle logic error
Gregory Haskins
2008-05-05
1
-1
/
+1
*
sched: add statics, don't return void expressions
Harvey Harrison
2008-05-05
1
-2
/
+4
*
sched: fix normalized sleeper
Peter Zijlstra
2008-05-05
1
-1
/
+1
*
sched: debug: show a weight tree
Peter Zijlstra
2008-04-19
1
-0
/
+27
*
sched: fair: weight calculations
Peter Zijlstra
2008-04-19
1
-33
/
+62
*
sched: fair-group: de-couple load-balancing from the rb-trees
Peter Zijlstra
2008-04-19
1
-8
/
+13
*
sched: fair-group scheduling vs latency
Peter Zijlstra
2008-04-19
1
-13
/
+31
*
sched: fair-group: SMP-nice for group scheduling
Peter Zijlstra
2008-04-19
1
-44
/
+80
*
sched, cpuset: customize sched domains, core
Hidetoshi Seto
2008-04-19
1
-1
/
+3
*
sched: prepatory code movement
Peter Zijlstra
2008-04-19
1
-98
/
+92
*
sched: mix tasks and groups
Dhaval Giani
2008-04-19
1
-6
/
+45
*
sched: old sleeper bonus
Peter Zijlstra
2008-04-19
1
-2
/
+5
*
sched: fix regression with sched yield
Peter Zijlstra
2008-04-19
1
-1
/
+1
*
sched: remove sysctl_sched_batch_wakeup_granularity
Ingo Molnar
2008-04-19
1
-10
/
+0
*
sched: fix wakeup granularity for buddies
Peter Zijlstra
2008-04-19
1
-20
/
+49
*
sched: re-do "sched: fix fair sleepers"
Ingo Molnar
2008-04-19
1
-2
/
+4
*
revert "sched: fix fair sleepers"
Ingo Molnar
2008-04-14
1
-4
/
+2
*
sched: cleanup old and rarely used 'debug' features.
Peter Zijlstra
2008-03-21
1
-14
/
+0
*
sched: retune wake granularity
Ingo Molnar
2008-03-19
1
-2
/
+2
*
sched: improve affine wakeups
Ingo Molnar
2008-03-19
1
-16
/
+42
*
sched: clean up wakeup balancing, code flow
Ingo Molnar
2008-03-19
1
-15
/
+10
*
sched: clean up wakeup balancing, rename variables
Ingo Molnar
2008-03-19
1
-12
/
+20
*
sched: clean up wakeup balancing, move wake_affine()
Ingo Molnar
2008-03-19
1
-59
/
+75
*
sched: simplify sched_slice()
Ingo Molnar
2008-03-15
1
-6
/
+2
*
sched: fix fair sleepers
Ingo Molnar
2008-03-15
1
-2
/
+4
[next]