summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-1/+21
|\
| * Merge branch 'v6.3-rc7'Peter Zijlstra2023-04-211-11/+54
| |\
| * | sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen2023-04-051-1/+1
| * | sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde2023-03-221-0/+4
| * | sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia2023-03-221-0/+16
* | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-281-0/+57
|\ \ \ | |_|/ |/| |
| * | sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T2023-04-061-1/+1
| * | sched/numa: implement access PID reset logicRaghavendra K T2023-04-061-2/+21
| * | sched/numa: enhance vma scanning logicRaghavendra K T2023-04-061-0/+19
| * | sched/numa: apply the scan delay to every new vmaMel Gorman2023-04-061-0/+19
* | | sched/fair: Fix imbalance overflowVincent Guittot2023-04-121-0/+10
|/ /
* / sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-211-11/+44
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-241-7/+7
|\
| * sched: convert to vma iteratorLiam R. Howlett2023-02-101-7/+7
* | sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-02-111-2/+13
* | sched/fair: Remove capacity inversion detectionVincent Guittot2023-02-111-79/+5
* | sched/fair: unlink misfit task from cpu overutilizedVincent Guittot2023-02-111-23/+82
* | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-21/+27
|\ \
| * | sched/fair: Fixes for capacity inversion detectionQais Yousef2023-01-131-2/+11
| * | sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-01-131-19/+16
| |/
* | sched/fair: Limit sched slice durationVincent Guittot2023-01-151-1/+7
* | sched/core: Adjusting the order of scanning CPUHao Jia2022-12-271-2/+2
* | sched/numa: Stop an exhastive search if an idle core is foundHao Jia2022-12-271-1/+1
* | sched: Make const-safeMatthew Wilcox (Oracle)2022-12-271-7/+9
* | sched: Async unthrottling for cfs bandwidthJosh Don2022-12-271-13/+142
|/
* 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-211-3/+15
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-131-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-111-3/+172
|\
| * sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-09-271-3/+7
| * mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-271-0/+1
| * memory tiering: adjust hot threshold automaticallyHuang Ying2022-09-121-5/+41
| * memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-121-2/+31
| * memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-121-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