summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
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
2019-08-29psi: get poll_work to run when calling poll syscall next timeJason Xing
2019-08-29sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
2019-08-29sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-08-29sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann
2019-08-25cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-26sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg
2019-05-14psi: introduce psi monitorSuren Baghdasaryan
2019-05-14psi: track changed statesSuren Baghdasaryan
2019-05-14psi: split update_stats into partsSuren Baghdasaryan
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan