aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-06-20sched/fair: Don't NUMA balance for kthreadsJens Axboe
2019-12-17sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-23sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-05sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-26sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-09-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-12sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra
2017-09-12sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra
2017-09-11sched/fair: Fix nuisance kernel-doc warningRandy Dunlap
2017-09-08sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso
2017-09-07sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra
2017-08-10sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel
2017-08-10sched/numa: Slow down scan rate if shared faults dominateRik van Riel
2017-08-10sched/pelt: Fix false running accountingVincent Guittot
2017-08-10sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar
2017-08-10sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar
2017-08-10sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar
2017-08-10sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar
2017-07-05sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner
2017-06-24sched/fair: Remove effective_load()Rik van Riel
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel