summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+7
* sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-081-1/+1
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-10-061-5/+11
* sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-09-151-6/+19
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-09-151-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-09-152-3/+6
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-09-121-1/+1
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-251-2/+2
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+7
* sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-07-141-31/+18
* sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-07-141-0/+2
* sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort2021-07-141-5/+12
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-07-141-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-07-141-4/+17
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-141-4/+4
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-191-3/+9
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-191-1/+1
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-141-13/+29
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-05-111-0/+4
* sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-171-3/+1
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-03-072-5/+4
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-03-041-0/+1
* sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-03-041-1/+1
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-301-5/+1
* sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-12-302-26/+21
* membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski2020-12-211-1/+20
* sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-12-081-8/+28
* sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-241-1/+2
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-292-4/+11
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-10-291-4/+5
* sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner2020-10-011-32/+47
* workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-10-011-1/+2
* sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-09-031-2/+9
* sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-09-033-4/+119
* sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-08-191-5/+16
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-08-191-1/+1
* sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-08-191-9/+14
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-2/+14
* sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-221-0/+2
* sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-07-161-1/+1
* sched/debug: Make sd->flags sysctl read-onlyValentin Schneider2020-07-091-1/+1
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-301-0/+1
* sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang2020-06-223-1/+21
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-221-2/+3
* sched/fair: Refill bandwidth before scalingHuaixin Chang2020-06-221-2/+2
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-171-1/+1
* sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-271-0/+7