summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-06-28list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds
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-03-11sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-03-11sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann
2023-02-22sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
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-07-21sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira
2022-06-14sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-15sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-03-08sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2022-03-08sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider
2022-02-05psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
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-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
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-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-09-15sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-09-15sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-09-12kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-07-14sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort
2021-07-14sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-12-30sched/deadline: Fix sched_dl_global_validate()Peng Liu
2020-12-21membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski
2020-12-08sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot