summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot2020-05-271-8/+9
* sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot2020-05-271-22/+20
* sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-05-021-7/+2
* sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood2020-04-171-1/+0
* sched/fair: Fix enqueue_task_fair warningVincent Guittot2020-04-171-4/+22
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-171-1/+7
* sched/fair: Optimize select_idle_cpuCheng Jian2020-03-051-3/+4
* sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot2020-03-051-1/+8
* timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-03-052-11/+26
* sched/core: Don't skip remote tick for idle CPUsScott Wood2020-03-051-8/+10
* sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan2020-02-281-0/+3
* sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider2020-02-241-0/+39
* sched/core: Fix size of rq::uclamp initializationLi Guanglei2020-02-241-1/+2
* sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef2020-02-191-1/+1
* sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef2020-02-141-0/+6
* sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot2020-01-261-49/+62
* sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2020-01-266-11/+17
* psi: Fix a division error in psi poll()Johannes Weiner2020-01-121-1/+1
* sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner2020-01-121-1/+2
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-312-5/+21
* sched/uclamp: Fix overzealous type replacementValentin Schneider2019-12-312-4/+4
* sched/uclamp: Fix incorrect conditionQais Yousef2019-11-151-1/+1
* sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-11-131-9/+20
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-11-131-1/+2
* sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-087-58/+112
* sched/core: Fix compilation error when cgroup not selectedQais Yousef2019-11-081-1/+1
* sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider2019-10-291-1/+5
* sched/topology: Don't try to build empty sched domainsValentin Schneider2019-10-291-1/+4
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-10-122-17/+25
|\
| * sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-10-091-3/+3