summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2019-12-21sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-11-28sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
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
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-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-12-14sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra
2017-07-21sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-07-21Revert "sched/core: Optimize SCHED_SMT"Greg Kroah-Hartman
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser
2016-10-19sched/fair: Fix incorrect task group ->load_avgVincent Guittot
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-11sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra
2016-09-30sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri
2016-09-13cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki
2016-09-10Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf
2016-09-05sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf
2016-09-05sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann
2016-09-05sched/fair: Make update_min_vruntime() more readableByungchul Park
2016-08-18sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki
2016-08-10sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen
2016-08-10sched/fair: Make the use of prev_cpu consistent in the wakeup pathMorten Rasmussen
2016-08-10sched/fair: Improve PELT stuff some morePeter Zijlstra
2016-08-10sched/fair: Remove 'cpu_busy' parameter from update_next_balance()Leo Yan
2016-08-10sched/fair: Fix typo in sync_throttle()Xunlei Pang
2016-06-27sched/fair: Rework throttle_count syncPeter Zijlstra
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra
2016-06-27sched/fair: Apply more PELT fixesPeter Zijlstra
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot
2016-06-27sched/fair: Fix PELT integrity for new groupsPeter Zijlstra