summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-02-21sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-08-03sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo1-4/+3
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don1-9/+3
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde1-19/+34
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura1-3/+9
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-1/+3
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef1-6/+5
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou1-1/+1
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot1-79/+5
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot1-23/+82
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin1-1/+1
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-05-11sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen1-1/+1
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef1-5/+9
2023-04-26sched/fair: Detect capacity inversionQais Yousef1-3/+60
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot1-0/+10
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-11/+44
2023-03-30sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13
2023-02-01sched/uclamp: Fix a uninitialized variable warningsQais Yousef1-19/+16
2023-02-01sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois1-6/+7
2022-12-31sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef1-6/+8
2022-12-31sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef1-1/+4
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef1-8/+13
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef1-3/+5
2022-12-31sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef1-2/+24
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef1-10/+16
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef1-0/+123
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+172
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)1-3/+7
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+1
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot1-2/+2
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot1-7/+4
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot1-3/+9
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying1-5/+41
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-2/+31
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+99
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra1-1/+1
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu1-6/+6
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu1-8/+8
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu1-3/+0
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu1-0/+2
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu1-7/+4
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar1-5/+5
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou1-14/+14