aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-09-13sched/fair: remove util_est boostingVincent Guittot
2023-07-10sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-06-16sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-06-16sched/fair: Rename variable cpu_util eff_utilTom Rix
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann
2023-06-05sched/fair: Don't balance task to its current running CPUYicong Yang
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann
2023-05-30sched: Hide unused sched_update_scaling()Arnd Bergmann
2023-05-08sched/fair: Do not even the number of busy CPUs via asym_packingRicardo Neri
2023-05-08sched/fair: Use the busiest group to set prefer_siblingRicardo Neri
2023-05-08sched/fair: Keep a fully_busy SMT sched group as busiestRicardo Neri
2023-05-08sched/fair: Let low-priority cores help high-priority busy SMT coresRicardo Neri
2023-05-08sched/fair: Simplify asym_packing logic for SMT coresRicardo Neri
2023-05-08sched/fair: Only do asym_packing load balancing from fully idle SMT coresRicardo Neri
2023-05-08sched/fair: Move is_core_idle() out of CONFIG_NUMARicardo Neri
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot
2023-04-05sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-11sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-02-11sched/fair: Remove capacity inversion detectionVincent Guittot
2023-02-11sched/fair: unlink misfit task from cpu overutilizedVincent Guittot
2023-02-09sched: convert to vma iteratorLiam R. Howlett
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-15sched/fair: Limit sched slice durationVincent Guittot
2023-01-13sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-01-13sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2022-12-27sched/core: Adjusting the order of scanning CPUHao Jia
2022-12-27sched/numa: Stop an exhastive search if an idle core is foundHao Jia
2022-12-27sched: Make const-safeMatthew Wilcox (Oracle)
2022-12-27sched: Async unthrottling for cfs bandwidthJosh Don
2022-12-13Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-11-20sched: Move numa_balancing sysctls to its own fileKefeng Wang
2022-11-18sched/fair: use try_cmpxchg in task_numa_workUros Bizjak
2022-10-27sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois
2022-10-27sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2022-10-27sched/fair: Detect capacity inversionQais Yousef
2022-10-27sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef