Vladimir Davydov
|
931aeeda0d
sched: Remove unused 'this_best_prio arg' from balance_tasks()
|
14 年之前 |
Venkatesh Pallipadi
|
2f36825b17
sched: Next buddy hint on sleep and preempt path
|
14 年之前 |
Venkatesh Pallipadi
|
69c80f3e9d
sched: Make set_*_buddy() work on non-task entities
|
14 年之前 |
Ingo Molnar
|
6ddafdaab3
Merge branch 'sched/locking' into sched/core
|
14 年之前 |
Peter Zijlstra
|
3fe1698b7f
sched: Deal with non-atomic min_vruntime reads on 32bits
|
14 年之前 |
Peter Zijlstra
|
74f8e4b233
sched: Remove rq argument to sched_class::task_waking()
|
14 年之前 |
Peter Zijlstra
|
7608dec2ce
sched: Drop the rq argument to sched_class::select_task_rq()
|
14 年之前 |
Peter Zijlstra
|
a6c75f2f8d
sched: Avoid using sd->level
|
14 年之前 |
Peter Zijlstra
|
dce840a087
sched: Dynamically allocate sched_domain/sched_group data-structures
|
14 年之前 |
Shaohua Li
|
f4ad9bd208
sched: Eliminate dead code from wakeup_gran()
|
14 年之前 |
Ken Chen
|
b30aef17f7
sched: Fix erroneous all_pinned logic
|
14 年之前 |
Ken Chen
|
b0432d8f16
sched: Fix sched-domain avg_load calculation
|
14 年之前 |
Linus Torvalds
|
8b9686ff4d
Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
14 年之前 |
Linus Torvalds
|
42933bac11
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
|
14 年之前 |
Peter Zijlstra
|
49c022e657
sched: Clean up rebalance_domains() load-balance interval calculation
|
14 年之前 |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 年之前 |
Sisir Koppaka
|
3436ae1298
sched: Fix rebalance interval calculation
|
14 年之前 |
Venkatesh Pallipadi
|
6d1cafd8b5
sched: Resched proper CPU on yield_to()
|
14 年之前 |
Darren Hart
|
a2f5c9ab79
sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks
|
14 年之前 |
Peter Zijlstra
|
866ab43efd
sched: Fix the group_imb logic
|
14 年之前 |
Peter Zijlstra
|
cc57aa8f4b
sched: Clean up some f_b_g() comments
|
14 年之前 |
Peter Zijlstra
|
c186fafe9a
sched: Clean up remnants of sd_idle
|
14 年之前 |
Venkatesh Pallipadi
|
46e49b3836
sched: Wholesale removal of sd_idle logic
|
14 年之前 |
Mike Galbraith
|
d95f412200
sched: Add yield_to(task, preempt) functionality
|
14 年之前 |
Rik van Riel
|
ac53db596c
sched: Use a buddy to implement yield_task_fair()
|
14 年之前 |
Rik van Riel
|
2c13c919d9
sched: Limit the scope of clear_buddies
|
14 年之前 |
Rik van Riel
|
725e7580aa
sched: Check the right ->nr_running in yield_task_fair()
|
14 年之前 |
Peter Zijlstra
|
da7a735e51
sched: Fix switch_from_fair()
|
14 年之前 |
Paul Turner
|
f07333bf6e
sched: Avoid expensive initial update_cfs_load()
|
14 年之前 |
Paul Turner
|
6d5ab2932a
sched: Simplify update_cfs_shares parameters
|
14 年之前 |