summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
* sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-031-2/+3
* sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
* sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
* sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy2021-05-121-1/+1
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-061-3/+9
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-211-1/+1
* sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing2021-04-201-22/+18
* sched,fair: Alternative sched_slice()Peter Zijlstra2021-04-161-1/+11
* sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-7/+2
* sched/fair: Introduce a CPU capacity comparison helperValentin Schneider2021-04-091-23/+10
* sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider2021-04-091-16/+15
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-04-091-0/+4
* sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel2021-04-091-12/+43
* sched/fair: Reduce long-tail newly idle balance costAubrey Li2021-03-231-0/+9
* sched/fair: Optimize test_idle_cores() for !SMTBarry Song2021-03-231-3/+5
* sched: Fix various typosIngo Molnar2021-03-221-9/+9
* sched: Optimize __calc_delta()Clement Courbet2021-03-101-8/+11
* sched/pelt: Fix task util_est update filteringVincent Donnefort2021-03-061-3/+12
* sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-03-061-2/+1
* sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort2021-03-061-1/+1
* sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort2021-03-061-4/+20
* sched/fair: Reduce the window for duplicated updateVincent Guittot2021-03-061-3/+8
* sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot2021-03-061-3/+21
* sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot2021-03-061-5/+5
* sched/fair: Merge for each idle cpu loop of ILBVincent Guittot2021-03-061-25/+7
* sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot2021-03-061-3/+3
* sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot2021-03-061-9/+1
* sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot2021-03-061-28/+5
* kernel: delete repeated words in commentsRandy Dunlap2021-02-261-1/+1
* sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-171-2/+2
* rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra2021-02-171-32/+14
* sched/fair: Merge select_idle_core/cpu()Mel Gorman2021-02-171-40/+59
* sched/fair: Remove select_idle_smt()Mel Gorman2021-02-171-30/+0
* sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman2021-01-271-6/+8
* sched/fair: Remove SIS_AVG_CPUMel Gorman2021-01-271-11/+9
* sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-01-271-1/+1
* sched: Use task_current() instead of 'rq->curr == p'Hui Su2021-01-141-3/+3
* sched/fair: Reduce cases for active balanceVincent Guittot2021-01-141-22/+23
* sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot2021-01-141-2/+5
* sched/fair: Skip idle cfs_rqVincent Guittot2021-01-141-1/+4
* sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan2021-01-141-15/+28
* sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2021-01-141-2/+5
* sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-141-3/+3
* sched/fair: Trivial correction of the newidle_balance() commentBarry Song2020-12-111-1/+1
* sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman2020-12-111-1/+2
* sched: Fix kernel-doc markupMauro Carvalho Chehab2020-12-111-1/+1
* Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-26/+47
|\
| * Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-221-1/+2
| |\