Commit Graph

470 Commits (2bd2d6f2dc952fc44fc52887de36e51896da96b9)

Author SHA1 Message Date
Stephan Baerwolf 2bd2d6f2dc sched: Replace use of entity_key() 14 years ago
Jan Schoenherr 045176d22f sched: Remove unused function cpu_cfs_rq() 14 years ago
Peter Zijlstra 9763b67fb9 sched, cgroup: Optimize load_balance_fair() 14 years ago
Paul Turner 9598c82dca sched: Don't update shares twice on on_rq parent 14 years ago
Paul Turner 9bbd737436 sched: update correct entity's runtime in check_preempt_wakeup() 14 years ago
Peter Zijlstra 9c3f75cbd1 sched: Break out cpu_power from the sched_group structure 14 years ago
Nikunj A. Dadhania 2a46dae380 sched: Remove rcu_read_lock() from wake_affine() 14 years ago
Peter Zijlstra 1e87623178 sched: Fix ->min_vruntime calculation in dequeue_entity() 14 years ago
Nikhil Rao 1399fa7807 sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculations 14 years ago
Vladimir Davydov 931aeeda0d sched: Remove unused 'this_best_prio arg' from balance_tasks() 14 years ago
Venkatesh Pallipadi 2f36825b17 sched: Next buddy hint on sleep and preempt path 14 years ago
Venkatesh Pallipadi 69c80f3e9d sched: Make set_*_buddy() work on non-task entities 14 years ago
Peter Zijlstra 3fe1698b7f sched: Deal with non-atomic min_vruntime reads on 32bits 14 years ago
Peter Zijlstra 74f8e4b233 sched: Remove rq argument to sched_class::task_waking() 14 years ago
Peter Zijlstra 7608dec2ce sched: Drop the rq argument to sched_class::select_task_rq() 14 years ago
Peter Zijlstra a6c75f2f8d sched: Avoid using sd->level 14 years ago
Peter Zijlstra dce840a087 sched: Dynamically allocate sched_domain/sched_group data-structures 14 years ago
Shaohua Li f4ad9bd208 sched: Eliminate dead code from wakeup_gran() 14 years ago
Ken Chen b30aef17f7 sched: Fix erroneous all_pinned logic 14 years ago
Ken Chen b0432d8f16 sched: Fix sched-domain avg_load calculation 14 years ago
Peter Zijlstra 49c022e657 sched: Clean up rebalance_domains() load-balance interval calculation 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Sisir Koppaka 3436ae1298 sched: Fix rebalance interval calculation 14 years ago
Venkatesh Pallipadi 6d1cafd8b5 sched: Resched proper CPU on yield_to() 14 years ago
Darren Hart a2f5c9ab79 sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks 14 years ago
Peter Zijlstra 866ab43efd sched: Fix the group_imb logic 14 years ago
Peter Zijlstra cc57aa8f4b sched: Clean up some f_b_g() comments 14 years ago
Peter Zijlstra c186fafe9a sched: Clean up remnants of sd_idle 14 years ago
Venkatesh Pallipadi 46e49b3836 sched: Wholesale removal of sd_idle logic 14 years ago
Mike Galbraith d95f412200 sched: Add yield_to(task, preempt) functionality 14 years ago
Rik van Riel ac53db596c sched: Use a buddy to implement yield_task_fair() 14 years ago
Rik van Riel 2c13c919d9 sched: Limit the scope of clear_buddies 14 years ago
Rik van Riel 725e7580aa sched: Check the right ->nr_running in yield_task_fair() 14 years ago
Peter Zijlstra da7a735e51 sched: Fix switch_from_fair() 14 years ago
Paul Turner f07333bf6e sched: Avoid expensive initial update_cfs_load() 14 years ago
Paul Turner 6d5ab2932a sched: Simplify update_cfs_shares parameters 14 years ago
Paul Turner 05ca62c6ca sched: Use rq->clock_task instead of rq->clock for correctly maintaining load averages 14 years ago
Paul Turner b815f1963e sched: Fix/remove redundant cfs_rq checks 14 years ago
Paul Turner e37b6a7b27 sched: Fix sign under-flows in wake_affine 14 years ago
Yong Zhang 3ff6dcac73 sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug 14 years ago
Mike Galbraith d7d8294415 sched: Fix signed unsigned comparison in check_preempt_tick() 14 years ago
Paul Turner 977dda7c9b sched: Update effective_load() to use global share weights 14 years ago
Paul Turner 19e5eebb8e sched: Fix interactivity bug by charging unaccounted run-time on entity re-weight 14 years ago
Paul Turner 43365bd7ff sched: Move periodic share updates to entity_tick() 14 years ago
Peter Zijlstra 70caf8a6c1 sched: Fix UP build breakage 14 years ago
Paul Turner d6b5591829 sched: Allow update_cfs_load() to update global load 14 years ago
Paul Turner 3b3d190ec3 sched: Implement demand based update_cfs_load() 14 years ago
Paul Turner c66eaf619c sched: Update shares on idle_balance 14 years ago
Paul Turner a7a4f8a752 sched: Add sysctl_sched_shares_window 14 years ago
Paul Turner 67e86250f8 sched: Introduce hierarchal order on shares update list 14 years ago