summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-20sched: Move numa_balancing sysctls to its own fileKefeng Wang
2022-11-18sched/fair: use try_cmpxchg in task_numa_workUros Bizjak
2022-10-27sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois
2022-10-27sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2022-10-27sched/fair: Detect capacity inversionQais Yousef
2022-10-27sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2022-10-27sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2022-10-27sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
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
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou
2022-08-23sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou
2022-08-23sched/fair: Allow changing cgroup of new forked taskChengming Zhou
2022-08-23sched/fair: Fix another detach on unattached task corner caseChengming Zhou
2022-08-23sched/fair: Combine detach into dequeue when migrating taskChengming Zhou
2022-08-23sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou
2022-08-23sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou
2022-08-23sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou
2022-08-23sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar
2022-08-03sched/fair: Make per-cpu cpumasks staticBing Huang
2022-08-03sched/fair: Remove unused parameter idle of _nohz_idle_balance()Hao Jia
2022-08-02sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann