aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-09-04sched: correct SD_flags returned by tl->sd_flags()Peng Liu
2020-09-04sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-08-13sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-08-13sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-24sched/debug: Make sd->flags sysctl read-onlyValentin Schneider
2020-07-16sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-07-16sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-07-11sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-07-11sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-07-11sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-07-07sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-06-01sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-06-01sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-06-01sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-06-01sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-06-01sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar
2020-06-01sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-06-01sched: Avoid scale real weight down to zeroMichael Wang
2020-05-15sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood
2020-05-15sched/fair: Optimize select_idle_cpuCheng Jian
2020-05-15sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-05-15timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-05-15sched/core: Don't skip remote tick for idle CPUsScott Wood
2020-05-15sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan
2020-05-15sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2020-04-12sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2020-04-12sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider
2020-03-20psi: Fix a division error in psi poll()Johannes Weiner
2020-03-20sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner
2020-02-24cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2020-01-19sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2020-01-19sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-12-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider
2019-12-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-12-10sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-12-10sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-12-10sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-12-10sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-11-09sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-11-09sched/membarrier: Fix private expedited registration checkMathieu Desnoyers
2019-10-05sched/psi: Correct overly pessimistic size calculationMiles Chen
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-10-05sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-09-10sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior