summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-10-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-10-01sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner
2020-10-01workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior
2020-09-03sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef
2020-09-03sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-08-19sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef
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-07-16sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-07-09sched/debug: Make sd->flags sysctl read-onlyValentin Schneider
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-30sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-22sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-06-17sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-27sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-27sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-05-27sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-05-02sched/core: Fix reset-on-fork from RT with uclampQuentin Perret
2020-04-17sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood
2020-04-17sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-04-17sched: Avoid scale real weight down to zeroMichael Wang
2020-03-05sched/fair: Optimize select_idle_cpuCheng Jian
2020-03-05sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-03-05timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-03-05sched/core: Don't skip remote tick for idle CPUsScott Wood
2020-02-28sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan
2020-02-24sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2020-02-24sched/core: Fix size of rq::uclamp initializationLi Guanglei
2020-02-19sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-02-14sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2020-01-26sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2020-01-26sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2020-01-12psi: Fix a division error in psi poll()Johannes Weiner
2020-01-12sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker