summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin2023-07-101-1/+1
* sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia2023-06-161-0/+18
* sched/fair: Rename variable cpu_util eff_utilTom Rix2023-06-161-3/+3
* sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann2023-06-051-8/+30
* sched/fair: Refactor CPU utilization functionsDietmar Eggemann2023-06-051-14/+49
* sched/fair: Don't balance task to its current running CPUYicong Yang2023-06-051-1/+1
* sched/fair: Move unused stub functions to headerArnd Bergmann2023-05-301-3/+3
* sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann2023-05-301-2/+1
* sched: Hide unused sched_update_scaling()Arnd Bergmann2023-05-301-1/+2
* sched/fair: Do not even the number of busy CPUs via asym_packingRicardo Neri2023-05-081-65/+21
* sched/fair: Use the busiest group to set prefer_siblingRicardo Neri2023-05-081-4/+11
* sched/fair: Keep a fully_busy SMT sched group as busiestRicardo Neri2023-05-081-2/+14
* sched/fair: Let low-priority cores help high-priority busy SMT coresRicardo Neri2023-05-081-2/+14
* sched/fair: Simplify asym_packing logic for SMT coresRicardo Neri2023-05-081-21/+12
* sched/fair: Only do asym_packing load balancing from fully idle SMT coresRicardo Neri2023-05-081-16/+40
* sched/fair: Move is_core_idle() out of CONFIG_NUMARicardo Neri2023-05-081-17/+17
* 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-271-0/+57
|\ \ \ | |_|/ |/| |
| * | sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T2023-04-051-1/+1
| * | sched/numa: implement access PID reset logicRaghavendra K T2023-04-051-2/+21
| * | sched/numa: enhance vma scanning logicRaghavendra K T2023-04-051-0/+19
| * | sched/numa: apply the scan delay to every new vmaMel Gorman2023-04-051-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-231-7/+7
|\
| * sched: convert to vma iteratorLiam R. Howlett2023-02-091-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-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