summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin1-1/+1
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia1-0/+18
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix1-3/+3
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann1-8/+30
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann1-14/+49
2023-06-05sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann1-3/+3
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann1-2/+1
2023-05-30sched: Hide unused sched_update_scaling()Arnd Bergmann1-1/+2
2023-05-08sched/fair: Do not even the number of busy CPUs via asym_packingRicardo Neri1-65/+21
2023-05-08sched/fair: Use the busiest group to set prefer_siblingRicardo Neri1-4/+11
2023-05-08sched/fair: Keep a fully_busy SMT sched group as busiestRicardo Neri1-2/+14
2023-05-08sched/fair: Let low-priority cores help high-priority busy SMT coresRicardo Neri1-2/+14
2023-05-08sched/fair: Simplify asym_packing logic for SMT coresRicardo Neri1-21/+12
2023-05-08sched/fair: Only do asym_packing load balancing from fully idle SMT coresRicardo Neri1-16/+40
2023-05-08sched/fair: Move is_core_idle() out of CONFIG_NUMARicardo Neri1-17/+17
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+21
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+57
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra1-11/+54
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot1-0/+10
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T1-2/+21
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T1-0/+19
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman1-0/+19
2023-04-05sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen1-1/+1
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde1-0/+4
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia1-0/+16
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-11/+44
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2023-02-11sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13
2023-02-11sched/fair: Remove capacity inversion detectionVincent Guittot1-79/+5
2023-02-11sched/fair: unlink misfit task from cpu overutilizedVincent Guittot1-23/+82
2023-02-10sched: convert to vma iteratorLiam R. Howlett1-7/+7
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-21/+27
2023-01-15sched/fair: Limit sched slice durationVincent Guittot1-1/+7
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef1-19/+16
2022-12-27sched/core: Adjusting the order of scanning CPUHao Jia1-2/+2
2022-12-27sched/numa: Stop an exhastive search if an idle core is foundHao Jia1-1/+1
2022-12-27sched: Make const-safeMatthew Wilcox (Oracle)1-7/+9
2022-12-27sched: Async unthrottling for cfs bandwidthJosh Don1-13/+142
2022-12-14Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+15
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-11-21sched: Move numa_balancing sysctls to its own fileKefeng Wang1-3/+15
2022-11-19sched/fair: use try_cmpxchg in task_numa_workUros Bizjak1-1/+1
2022-10-27sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois1-6/+7
2022-10-27sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef1-5/+9
2022-10-27sched/fair: Detect capacity inversionQais Yousef1-3/+60
2022-10-27sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef1-6/+8
2022-10-27sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef1-1/+4