summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2022-09-05sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2-49/+59
2022-09-05sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach1-5/+8
2022-09-05sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira1-0/+21
2022-08-25nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-04-15sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2022-03-23sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann1-1/+1
2022-03-23sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider1-51/+48
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin1-2/+2
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2021-12-14wait: add wake_up_pollfree()Eric Biggers1-0/+7
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-10-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao1-5/+11
2021-09-22sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann1-0/+1
2021-09-22sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2-3/+6
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-20sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
2021-05-22sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-22sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-12-30sched/deadline: Fix sched_dl_global_validate()Peng Liu2-26/+21
2020-10-30sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2-4/+11
2020-08-19sched: correct SD_flags returned by tl->sd_flags()Peng Liu1-1/+1
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot1-9/+14
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-1/+9
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-30sched/deadline: Initialize ->dl_boostedJuri Lelli1-0/+1
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-2/+3
2020-06-22sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-04-17sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-05sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot1-9/+34
2020-03-05sched/fair: Optimize update_blocked_averages()Vincent Guittot1-5/+21
2020-02-01sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2020-02-01sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2019-11-20sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2-69/+7
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD1-1/+6
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3