aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus Torvalds20-662/+798
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+9
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-17/+13
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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 simplify the code & fix an unused function warningYueHaibing1-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/kernel/git/vireshk/pmRafael 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
2021-03-25sched/core: Use -EINVAL in sched_dynamic_mode()Rasmus Villemoes1-1/+1
2021-03-25sched/core: Stop using magic values in sched_dynamic_mode()Rasmus Villemoes1-3/+3
2021-03-23sched/fair: Reduce long-tail newly idle balance costAubrey Li1-0/+9
2021-03-23sched/fair: Optimize test_idle_cores() for !SMTBarry Song1-3/+5
2021-03-23psi: Reduce calls to sched_clock() in psiShakeel Butt1-9/+10
2021-03-22cpufreq: CPPC: Add support for frequency invarianceViresh Kumar1-0/+1
2021-03-22sched: Fix various typosIngo Molnar19-41/+41
2021-03-18cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch_enabledYue Hu1-17/+12
2021-03-17irqtime: Make accounting correct on RTThomas Gleixner1-2/+2
2021-03-10sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz1-3/+1
2021-03-10sched: Optimize __calc_delta()Clement Courbet2-8/+12
2021-03-06psi: Optimize task switch inside shared cgroupsChengming Zhou2-26/+37
2021-03-06psi: Pressure states are unlikelyJohannes Weiner1-7/+7
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou3-51/+24
2021-03-06psi: Add PSI_CPU_FULL stateChengming Zhou1-3/+11
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2Barry Song1-30/+61
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2-2/+8
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort1-1/+1
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort1-4/+20
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot1-3/+8
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot4-4/+35