summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-07-20sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara
2021-07-19sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal
2021-07-14psi: Fix race between psi_trigger_create/destroyZhaoyang Huang
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-07-14sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort
2021-07-14sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort
2021-07-14sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-07-14sched/fair: Take thermal pressure into account while estimating energyLukasz Luba
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-07-14sched: Make the idle task quack like a per-CPU kthreadValentin Schneider
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-06-30psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner
2021-06-23sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot
2021-06-16sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-06-16sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-05-19sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret
2021-05-14kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-05-14sched/debug: Fix cgroup_path[] serializationWaiman Long
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-05-12sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy
2021-05-12sched,fair: Alternative sched_slice()Peter Zijlstra
2021-05-12sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-05-12sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel
2021-05-12sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song
2021-05-12sched/pelt: Fix task util_est update filteringVincent Donnefort
2021-05-12sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort
2021-03-06sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra
2021-02-26kernel: delete repeated words in commentsRandy Dunlap
2021-02-23Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-19cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu
2021-02-19cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli
2021-02-17sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra