Vladimir Davydov
|
7e3115ef51
sched/balancing: Fix cfs_rq->task_h_load calculation
|
11 years ago |
Vladimir Davydov
|
3029ede393
sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()
|
11 years ago |
Vladimir Davydov
|
b18855500f
sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()
|
11 years ago |
Daisuke Nishimura
|
6c9a27f5da
sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones
|
11 years ago |
Joonsoo Kim
|
b0cff9d88c
sched: Fix load balancing performance regression in should_we_balance()
|
11 years ago |
Linus Torvalds
|
5e0b3a4e88
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
11 years ago |
Peter Zijlstra
|
30ce5dabc9
sched/fair: Rework and comment the group_imb code
|
12 years ago |
Peter Zijlstra
|
6906a40839
sched/fair: Optimize find_busiest_queue()
|
12 years ago |
Peter Zijlstra
|
3ae11c90fd
sched/fair: Make group power more consistent
|
12 years ago |
Peter Zijlstra
|
38d0f77085
sched/fair: Remove duplicate load_per_task computations
|
12 years ago |
Peter Zijlstra
|
147c5fc2ba
sched/fair: Shrink sg_lb_stats and play memset games
|
12 years ago |
Joonsoo Kim
|
56cf515b4b
sched: Clean-up struct sd_lb_stat
|
12 years ago |
Joonsoo Kim
|
23f0d2093c
sched: Factor out code to should_we_balance()
|
12 years ago |
Joonsoo Kim
|
95a79b805b
sched: Remove one division operation in find_busiest_queue()
|
12 years ago |
Ingo Molnar
|
aee2bce3cf
Merge branch 'linus' into perf/core
|
12 years ago |
Ingo Molnar
|
d3ec3a1fd0
Merge tag 'v3.11-rc5' into sched/core
|
12 years ago |
Ingo Molnar
|
c9572f010d
Merge tag 'v3.11-rc5' into perf/core
|
12 years ago |
Linus Torvalds
|
28fbc8b6a2
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
12 years ago |
Dave Kleikamp
|
10e84b97ed
mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG
|
12 years ago |
Peter Zijlstra
|
bf0bd948d1
sched: Ensure update_cfs_shares() is called for parents of continuously-running tasks
|
12 years ago |
Peter Zijlstra
|
7d9ffa8961
sched: Micro-optimize the smart wake-affine logic
|
12 years ago |
Michael Wang
|
62470419e9
sched: Implement smarter wake-affine logic
|
12 years ago |
Vladimir Davydov
|
685207963b
sched: Move h_load calculation to task_h_load()
|
12 years ago |
Kirill Tkhai
|
87e3c8ae1c
sched/fair: Cleanup: remove duplicate variable declaration
|
12 years ago |
Yacine Belkadi
|
e69f61862a
sched: Fix some kernel-doc warnings
|
12 years ago |
Paul Gortmaker
|
0db0628d90
kernel: delete __cpuinit usage from all core kernel files
|
12 years ago |
Kamalesh Babulal
|
0fc576d592
sched/fair: Fix typo describing flags in enqueue_entity
|
12 years ago |
Alex Shi
|
2509940fd7
sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t
|
12 years ago |
Alex Shi
|
bf5b986ed4
sched/tg: Use 'unsigned long' for load variable in task group
|
12 years ago |
Alex Shi
|
72a4cf20cb
sched: Change cfs_rq load avg to unsigned long
|
12 years ago |