summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-131-3/+15
|\
| * sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-201-3/+15
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-1/+1
|\ \
| * | sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
| |/
* | sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois2022-10-271-6/+7
* | sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2022-10-271-5/+9
* | sched/fair: Detect capacity inversionQais Yousef2022-10-271-3/+60
* | sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef2022-10-271-6/+8
* | sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef2022-10-271-1/+4
* | sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-271-8/+13
* | sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef2022-10-271-3/+5
* | sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-10-271-2/+24
* | sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-271-10/+16
* | sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef2022-10-271-0/+123
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+172
|\
| * sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-09-261-3/+7
| * mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
| * memory tiering: adjust hot threshold automaticallyHuang Ying2022-09-111-5/+41
| * memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-111-2/+31
| * memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-0/+99
* | sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot2022-09-151-2/+2
* | sched/fair: Cleanup loop_max and loop_breakVincent Guittot2022-09-151-7/+4
* | sched/fair: Make sure to try to detach at least one movable taskVincent Guittot2022-09-151-3/+9
* | sched: Rename task_running() to task_on_cpu()Peter Zijlstra2022-09-071-1/+1
* | sched/fair: Cleanup for SIS_PROPAbel Wu2022-09-071-6/+6
* | sched/fair: Default to false in test_idle_cores()Abel Wu2022-09-071-8/+8
* | sched/fair: Remove useless check in select_idle_core()Abel Wu2022-09-071-3/+0
* | sched/fair: Avoid double search on same cpuAbel Wu2022-09-071-0/+2
* | sched/fair: Remove redundant check in select_idle_smt()Abel Wu2022-09-071-7/+4
* | Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar2022-08-301-5/+5
|\ \
| * | sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-121-5/+5
| |/
* | sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou2022-08-231-14/+14
* | sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou2022-08-231-8/+3
* | sched/fair: Allow changing cgroup of new forked taskChengming Zhou2022-08-231-0/+7
* | sched/fair: Fix another detach on unattached task corner caseChengming Zhou2022-08-231-0/+11
* | sched/fair: Combine detach into dequeue when migrating taskChengming Zhou2022-08-231-12/+16
* | sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou2022-08-231-2/+4
* | sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou2022-08-231-1/+1
* | sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou2022-08-231-22/+1
* | sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou2022-08-231-8/+0
* | sched/fair: Make per-cpu cpumasks staticBing Huang2022-08-031-2/+9
* | sched/fair: Remove unused parameter idle of _nohz_idle_balance()Hao Jia2022-08-031-4/+3
* | sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann2022-08-021-4/+4
|/
* sched/fair: fix case with reduced capacity CPUVincent Guittot2022-07-131-12/+42
* sched/fair: Remove the energy margin in feec()Vincent Donnefort2022-06-281-15/+8
* sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort2022-06-281-63/+139
* sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann2022-06-281-9/+13
* sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann2022-06-281-5/+5
* sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann2022-06-281-11/+10
* sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort2022-06-281-27/+129