aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort2022-06-281-70/+14
* sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-06-281-0/+87
* sched/fair: Remove redundant word " *"Zhang Qiao2022-06-281-1/+1
* sched: Allow newidle balancing to bail out of load_balanceJosh Don2022-06-131-1/+7
* sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou2022-06-131-64/+28
* sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak2022-06-131-3/+13
* sched/numa: Apply imbalance limitations consistentlyMel Gorman2022-06-131-36/+45
* sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman2022-06-131-0/+9
* sched/numa: Initialise numa_migrate_retryMel Gorman2022-06-131-0/+1
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\
| * sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-1/+31
|\ \
| * | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-20/+31
| * | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-061-0/+19
| |/