summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior2021-09-031-0/+3
* sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra2021-08-121-55/+35
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-251-2/+2
* sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-201-7/+14
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+7
* sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-07-191-3/+3
* psi: Fix race between psi_trigger_create/destroyZhaoyang Huang2021-07-141-6/+6
* sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-07-141-31/+18
* sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-07-141-0/+2
* sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort2021-07-141-5/+12
* sched: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider2021-07-141-8/+12
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-07-141-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-07-141-4/+17
* sched/fair: Take thermal pressure into account while estimating energyLukasz Luba2021-07-141-3/+8
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-141-4/+4
* sched: Make the idle task quack like a per-CPU kthreadValentin Schneider2021-07-141-6/+15
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+1
* sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel2021-06-221-0/+28
* Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-06-201-19/+25
|\
| * sched/fair: Correctly insert cfs_rq's to list on unthrottleOdin Ugedal2021-06-141-19/+25
* | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
|/
* sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-033-13/+6
* sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-031-2/+8
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-05-311-1/+1
* sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-05-311-6/+5
* sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy2021-05-121-1/+1
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-061-3/+9
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-061-1/+1
* psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner2021-05-061-10/+26
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-2820-662/+798
|\
| * kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-212-2/+2
| * sched/debug: Fix cgroup_path[] serializationWaiman Long2021-04-211-13/+29
| * sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy2021-04-211-2/+3
| * sched: Warn on long periods of pending need_reschedPaul Turner2021-04-214-1/+94
| * sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simp...YueHaibing2021-04-201-22/+18
| * sched/debug: Rename the sched_debug parameter to sched_verbosePeter Zijlstra2021-04-173-9/+9
| * sched,fair: Alternative sched_slice()Peter Zijlstra2021-04-162-1/+14
| * sched: Move /proc/sched_debug to debugfsPeter Zijlstra2021-04-161-9/+16
| * sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra2021-04-163-211/+59
| * sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra2021-04-163-77/+78
| * sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-164-12/+77
| * sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2021-04-162-12/+15
| * sched/fair: Introduce a CPU capacity comparison helperValentin Schneider2021-04-091-23/+10
| * sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider2021-04-091-16/+15
| * sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-04-091-0/+4
| * sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel2021-04-091-12/+43
| * psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi filesJosh Hunt2021-04-081-6/+14
| * sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song2021-03-251-1/+1
| * sched/core: Use -EINVAL in sched_dynamic_mode()Rasmus Villemoes2021-03-251-1/+1
| * sched/core: Stop using magic values in sched_dynamic_mode()Rasmus Villemoes2021-03-251-3/+3