summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2021-06-01sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-05-12sched: Fix leftover comment typosIngo Molnar
2021-05-12sched: Migration changes for core schedulingAubrey Li
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai
2021-05-12sched: Basic tracking of matching tasksPeter Zijlstra
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-05-12sched/fair: Add a few assertionsPeter Zijlstra
2021-05-12sched/fair: Fix negative energy delta in find_energy_efficient_cpu()Pierre Gondois
2021-05-12sched/fair: Only compute base_energy_pd if necessaryPierre Gondois
2021-05-12sched,fair: Skip newidle_balance if a wakeup is pendingRik van Riel
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy
2021-05-06sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-04-20sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing
2021-04-16sched,fair: Alternative sched_slice()Peter Zijlstra
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra
2021-04-09sched/fair: Introduce a CPU capacity comparison helperValentin Schneider
2021-04-09sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider
2021-04-09sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-04-09sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel
2021-03-23sched/fair: Reduce long-tail newly idle balance costAubrey Li
2021-03-23sched/fair: Optimize test_idle_cores() for !SMTBarry Song
2021-03-22sched: Fix various typosIngo Molnar
2021-03-10sched: Optimize __calc_delta()Clement Courbet
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot
2021-03-06sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot
2021-03-06sched/fair: Merge for each idle cpu loop of ILBVincent Guittot
2021-03-06sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot
2021-03-06sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot
2021-03-06sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot
2021-02-26kernel: delete repeated words in commentsRandy Dunlap
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli
2021-02-17rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra
2021-02-17sched/fair: Merge select_idle_core/cpu()Mel Gorman
2021-02-17sched/fair: Remove select_idle_smt()Mel Gorman
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman
2021-01-27sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su
2021-01-14sched/fair: Reduce cases for active balanceVincent Guittot