summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
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
2021-01-14sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot
2021-01-14sched/fair: Skip idle cfs_rqVincent Guittot
2021-01-14sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-10sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot
2020-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang
2020-10-29sched/fair: Check for idle core in wake_affineJulia Lawall