aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2024-03-28Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2023-12-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou
2023-08-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-08-23sched/fair: Remove capacity inversion detectionVincent Guittot
2023-08-23sched/fair: unlink misfit task from cpu overutilizedVincent Guittot
2023-07-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-05-15Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-05-11sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-04-27Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2023-04-26sched/fair: Detect capacity inversionQais Yousef
2023-04-21Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot
2023-04-06Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-30sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-02-01Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-02-01sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-02-01sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois
2023-01-04Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2022-12-31sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2022-12-31sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2022-12-14sched: Add support for lazy preemptionThomas Gleixner
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu