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/fair: Consolidate nohz CPU load update code
Frederic Weisbecker
2016-02-29
1
-23
/
+25
*
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
2016-02-29
1
-2
/
+10
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2016-02-29
1
-16
/
+21
|
\
|
*
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
2016-02-29
1
-16
/
+21
*
|
sched/numa: Spread memory according to CPU and memory use
Rik van Riel
2016-02-09
1
-40
/
+47
*
|
sched/debug: Make schedstats a runtime tunable that is disabled by default
Mel Gorman
2016-02-09
1
-35
/
+78
|
/
*
sched/numa: Fix use-after-free bug in the task_numa_compare
Gavin Guo
2016-01-22
1
-7
/
+23
*
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
2016-01-06
1
-10
/
+28
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
2016-01-06
1
-2
/
+2
|
\
|
*
sched/fair: Fix multiplication overflow on 32-bit systems
Andrey Ryabinin
2016-01-06
1
-1
/
+1
|
*
treewide: Remove old email address
Peter Zijlstra
2015-11-23
1
-1
/
+1
*
|
sched/fair: Disable the task group load_avg update for the root_task_group
Waiman Long
2015-12-04
1
-0
/
+6
*
|
sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()
Waiman Long
2015-12-04
1
-3
/
+7
*
|
sched/fair: Make it possible to account fair load avg consistently
Byungchul Park
2015-12-04
1
-0
/
+46
*
|
sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()
Byungchul Park
2015-11-23
1
-2
/
+1
*
|
sched/core: Fix incorrect wait time and wait count statistics
Joonwoo Park
2015-11-23
1
-20
/
+47
*
|
sched/numa: Cap PTE scanning overhead to 3% of run time
Rik van Riel
2015-11-23
1
-0
/
+12
*
|
sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()
Byungchul Park
2015-11-23
1
-4
/
+6
*
|
sched/fair: Prepare __update_cpu_load() to handle active tickless
Byungchul Park
2015-11-23
1
-8
/
+41
*
|
sched/fair: Clean up the explanation around decaying load update misses
Peter Zijlstra
2015-11-23
1
-29
/
+24
*
|
sched/fair: Remove empty idle enter and exit functions
Dietmar Eggemann
2015-11-23
1
-23
/
+1
|
/
*
sched/numa: Fix math underflow in task_tick_numa()
Rik van Riel
2015-11-09
1
-1
/
+1
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...
Ingo Molnar
2015-10-20
1
-4
/
+5
|
\
|
*
sched/fair: Update task group's load_avg after task migration
Yuyang Du
2015-10-20
1
-2
/
+3
|
*
sched/fair: Fix overly small weight for interactive group entities
Yuyang Du
2015-10-20
1
-2
/
+2
*
|
sched/core: Remove a parameter in the migrate_task_rq() function
xiaofeng.yan
2015-10-06
1
-1
/
+1
*
|
sched/numa: Fix task_tick_fair() from disabling numa_balancing
Srikar Dronamraju
2015-10-06
1
-1
/
+1
*
|
sched/fair: Remove unnecessary parameter for group_classify()
Leo Yan
2015-09-18
1
-5
/
+5
*
|
sched/fair: Polish comments for LOAD_AVG_MAX
Leo Yan
2015-09-18
1
-2
/
+3
*
|
sched/numa: Limit the amount of virtual memory scanned in task_numa_work()
Rik van Riel
2015-09-18
1
-6
/
+12
*
|
sched/fair: Optimize per entity utilization tracking
Peter Zijlstra
2015-09-13
1
-7
/
+10
*
|
sched/fair: Defer calling scaling functions
Dietmar Eggemann
2015-09-13
1
-2
/
+4
*
|
sched/fair: Optimize __update_load_avg()
Peter Zijlstra
2015-09-13
1
-1
/
+1
*
|
sched/fair: Rename scale() to cap_scale()
Peter Zijlstra
2015-09-13
1
-7
/
+7
*
|
sched/fair: Get rid of scaling utilization by capacity_orig
Dietmar Eggemann
2015-09-13
1
-16
/
+22
*
|
sched/fair: Name utilization related data and functions consistently
Dietmar Eggemann
2015-09-13
1
-18
/
+19
*
|
sched/fair: Make utilization tracking CPU scale-invariant
Dietmar Eggemann
2015-09-13
1
-3
/
+4
*
|
sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define
Morten Rasmussen
2015-09-13
1
-21
/
+1
*
|
sched/fair: Make load tracking frequency scale-invariant
Dietmar Eggemann
2015-09-13
1
-10
/
+17
*
|
sched/numa: Convert sched_numa_balancing to a static_branch
Srikar Dronamraju
2015-09-13
1
-3
/
+3
*
|
sched/numa: Disable sched_numa_balancing on UMA systems
Srikar Dronamraju
2015-09-13
1
-2
/
+2
*
|
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
Srikar Dronamraju
2015-09-13
1
-2
/
+2
*
|
sched/fair: Fix nohz.next_balance update
Vincent Guittot
2015-09-13
1
-4
/
+30
*
|
sched/core: Remove unused argument from sched_class::task_move_group
Peter Zijlstra
2015-09-13
1
-1
/
+1
*
|
sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()
Byungchul Park
2015-09-13
1
-77
/
+52
*
|
sched/fair: Make the entity load aging on attaching tunable
Peter Zijlstra
2015-09-13
1
-0
/
+4
*
|
sched/fair: Fix switched_to_fair()'s per entity load tracking
Byungchul Park
2015-09-13
1
-0
/
+23
*
|
sched/fair: Have task_move_group_fair() also detach entity load from the old ...
Byungchul Park
2015-09-13
1
-1
/
+5
*
|
sched/fair: Have task_move_group_fair() unconditionally add the entity load t...
Byungchul Park
2015-09-13
1
-5
/
+4
*
|
sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...
Byungchul Park
2015-09-13
1
-39
/
+38
|
/
[next]