summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy1-1/+1
2021-05-06sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra1-1/+1
2021-04-20sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing1-22/+18
2021-04-16sched,fair: Alternative sched_slice()Peter Zijlstra1-1/+11
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-7/+2
2021-04-09sched/fair: Introduce a CPU capacity comparison helperValentin Schneider1-23/+10
2021-04-09sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider1-16/+15
2021-04-09sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-04-09sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel1-12/+43
2021-03-23sched/fair: Reduce long-tail newly idle balance costAubrey Li1-0/+9
2021-03-23sched/fair: Optimize test_idle_cores() for !SMTBarry Song1-3/+5
2021-03-22sched: Fix various typosIngo Molnar1-9/+9
2021-03-10sched: Optimize __calc_delta()Clement Courbet1-8/+11
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider1-2/+1
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort1-1/+1
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort1-4/+20
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot1-3/+8
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot1-3/+21
2021-03-06sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot1-5/+5
2021-03-06sched/fair: Merge for each idle cpu loop of ILBVincent Guittot1-25/+7
2021-03-06sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot1-3/+3
2021-03-06sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot1-9/+1
2021-03-06sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot1-28/+5
2021-02-26kernel: delete repeated words in commentsRandy Dunlap1-1/+1
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli1-2/+2
2021-02-17rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra1-32/+14
2021-02-17sched/fair: Merge select_idle_core/cpu()Mel Gorman1-40/+59
2021-02-17sched/fair: Remove select_idle_smt()Mel Gorman1-30/+0
2021-01-27sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman1-6/+8
2021-01-27sched/fair: Remove SIS_AVG_CPUMel Gorman1-11/+9
2021-01-27sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su1-3/+3
2021-01-14sched/fair: Reduce cases for active balanceVincent Guittot1-22/+23
2021-01-14sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot1-2/+5
2021-01-14sched/fair: Skip idle cfs_rqVincent Guittot1-1/+4
2021-01-14sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan1-15/+28
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen1-2/+5
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar1-3/+3
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song1-1/+1
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman1-1/+2
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-26/+47
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman1-2/+15
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman1-10/+11
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman1-3/+5
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman1-4/+6
2020-11-23Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret1-1/+2