summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
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
2022-10-27sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2022-10-27sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-10-27sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu