summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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/fair: Fix condition of avg_load calculationTao Zhou
2020-04-17sched: Avoid scale real weight down to zeroMichael Wang
2020-04-17sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson
2020-03-12sched/fair: Fix statistics for find_idlest_group()Vincent Guittot
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
2019-12-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-12-17sched/cfs: fix spurious active migrationVincent Guittot
2019-12-17sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot
2019-12-17psi: Fix a division error in psi poll()Johannes Weiner
2019-12-17sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-26Merge branch 'pm-cpuidle'Rafael J. Wysocki
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker
2019-11-21sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker
2019-11-20cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()Daniel Lezcano
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot
2019-11-17sched/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-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef