summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2024-08-17sched/fair: Prepare exit/cleanup paths for delayed_dequeuePeter Zijlstra
2024-08-17sched/fair: Assert {set_next,put_prev}_entity() are properly balancedPeter Zijlstra
2024-08-17sched/fair: Re-organize dequeue_task_fair()Peter Zijlstra
2024-08-17sched: Allow sched_class::dequeue_task() to failPeter Zijlstra
2024-08-17sched/fair: Unify pick_{,next_}_task_fair()Peter Zijlstra
2024-08-17sched/fair: Cleanup pick_task_fair()'s currPeter Zijlstra
2024-08-17sched/fair: Cleanup pick_task_fair() vs throttlePeter Zijlstra
2024-08-17sched/eevdf: Remove min_vruntime_copyPeter Zijlstra
2024-08-07sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...Tejun Heo
2024-08-04Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo
2024-07-29sched/fair: Cleanup fair_serverPeter Zijlstra
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira
2024-07-29sched/fair: Add trivial fair serverPeter Zijlstra
2024-07-29sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding
2024-07-29sched: remove HZ_BW feature hedgePhil Auld
2024-07-29sched: Initialize the vruntime of a new task when it is first enqueuedZhang Qiao
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2024-07-08Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-07-01Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don
2024-06-18sched: Add normal_policy()Tejun Heo
2024-06-18sched: Factor out update_other_load_avgs() from __update_blocked_others()Tejun Heo
2024-06-18sched: Add sched_class->reweight_task()Tejun Heo
2024-06-05sched/balance: Skip unnecessary updates to idle load balancer's flagsTim Chen
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-17sched/fair: Remove stale FREQUENCY_UTIL commentChristian Loehle
2024-05-17sched/fair: Fix initial util_avg calculationDawei Li
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-04-24sched/pelt: Remove shift of thermal clockVincent Guittot
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-24sched/cpufreq: Take cpufreq feedback into accountVincent Guittot
2024-04-24sched/fair: Fix update of rd->sg_overutilizedVincent Guittot
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-22sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-04-22sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-04-22sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-03-29sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar
2024-03-28sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar
2024-03-28sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar
2024-03-28sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar
2024-03-28sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde
2024-03-28sched/fair: Check root_domain::overload value before updateShrikanth Hegde
2024-03-28sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde
2024-03-26sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde
2024-03-26sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde
2024-03-26sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde