summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+7
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-07-14sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-07-14sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort1-5/+12
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-07-14sched/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-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli2-5/+4
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-0/+1
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
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-12-21membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski1-1/+20
2020-12-08sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot1-8/+28
2020-11-24sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret1-1/+2
2020-10-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2-4/+11
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang1-4/+5
2020-10-01sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner1-32/+47
2020-10-01workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior1-1/+2
2020-09-03sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-09-03sched/uclamp: Protect uclamp fast path code with static keyQais Yousef3-4/+119
2020-08-19sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef1-5/+16
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-2/+14
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-07-16sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood1-1/+1
2020-07-09sched/debug: Make sd->flags sysctl read-onlyValentin Schneider1-1/+1
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: Defend cfs and rt bandwidth quota against overflowHuaixin Chang3-1/+21
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-2/+3
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang1-2/+2
2020-06-17sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-05-27sched/fair: Fix enqueue_task_fair() warning some morePhil Auld1-0/+7
2020-05-27sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-05-27sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot1-22/+20
2020-05-02sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-17sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
2020-04-17sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-04-17sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-05sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
2020-03-05sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8