summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2021-07-20sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan1-7/+14
2021-07-19rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara1-2/+7
2021-07-19sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-07-14psi: Fix race between psi_trigger_create/destroyZhaoyang Huang1-6/+6
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-07-14sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-07-14sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort1-5/+12
2021-07-14sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider1-8/+12
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-07-14sched/fair: Take thermal pressure into account while estimating energyLukasz Luba1-3/+8
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-07-14sched: Make the idle task quack like a per-CPU kthreadValentin Schneider1-6/+15
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel1-0/+28
2021-06-20Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+25
2021-06-14sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal1-19/+25
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar1-1/+0
2021-06-03sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann3-13/+6
2021-06-03sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot1-2/+8
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot1-6/+5
2021-05-12sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy1-1/+1
2021-05-06sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-06sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-05-06psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner1-10/+26
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds20-662/+798
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+9
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-17/+13
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2-2/+2
2021-04-21sched/debug: Fix cgroup_path[] serializationWaiman Long1-13/+29
2021-04-21sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy1-2/+3
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner4-1/+94
2021-04-20sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing1-22/+18
2021-04-17sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra3-9/+9
2021-04-16sched,fair: Alternative sched_slice()Peter Zijlstra2-1/+14
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra1-9/+16
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra3-211/+59
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra3-77/+78
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra4-12/+77
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2-12/+15
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-0/+1
2021-04-09sched/fair: Introduce a CPU capacity comparison helperValentin Schneider1-23/+10
2021-04-09sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider1-16/+15
2021-04-09sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-04-09sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel1-12/+43
2021-04-09static_call: Relax static_call_update() function argument typePeter Zijlstra1-9/+9
2021-04-08psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi filesJosh Hunt1-6/+14
2021-03-25sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song1-1/+1