aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-10-25sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra
2023-08-30sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-08-11sched/fair: Don't balance task to its current running CPUYicong Yang
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook
2022-09-05sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2022-09-05sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach
2022-09-05sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira
2022-08-25nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-04-15sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-03-23sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2022-03-23sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2021-12-14wait: add wake_up_pollfree()Eric Biggers
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-10-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-09-22sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-09-22sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-20sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian
2021-05-22sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-22sched/debug: Fix cgroup_path[] serializationWaiman Long
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-12-30sched/deadline: Fix sched_dl_global_validate()Peng Liu
2020-10-30sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-08-19sched: correct SD_flags returned by tl->sd_flags()Peng Liu
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-30sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-06-22sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-04-17sched: Avoid scale real weight down to zeroMichael Wang
2020-03-05sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot
2020-03-05sched/fair: Optimize update_blocked_averages()Vincent Guittot
2020-02-01sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot
2020-02-01sched/fair: Add tmp_alone_branch assertionPeter Zijlstra
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra
2019-11-20sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai