summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
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: 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-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar1-1/+0
2021-05-06sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-104/+113
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+9
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra1-1/+1
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner1-1/+69
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra1-74/+3
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-1/+3
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra1-11/+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-09static_call: Relax static_call_update() function argument typePeter Zijlstra1-9/+9
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-22cpufreq: CPPC: Add support for frequency invarianceViresh Kumar1-0/+1
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2021-03-10sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz1-3/+1
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou1-1/+0
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot1-1/+1
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra1-12/+20
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra1-3/+12
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra1-1/+12
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra1-15/+8
2021-03-06sched: Simplify migration_cpu_stop()Valentin Schneider1-9/+18
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra1-48/+8
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra1-11/+28
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+40
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+341
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli1-1/+1
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli1-5/+3
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-4/+4
2021-02-17sched: Add /debug/sched_preemptPeter Zijlstra1-9/+126
2021-02-17preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)1-1/+67
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-0/+12
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)1-3/+13
2021-02-17sched/core: Update task_prio() function headerDietmar Eggemann1-2/+6
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann1-4/+3
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar1-23/+88
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-5/+4
2021-02-04sched: Add cond_resched_rwlockBen Gardon1-0/+40
2021-01-23Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney1-5/+4
2021-01-22sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra1-11/+10
2021-01-22sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra1-4/+35
2021-01-22sched: Prepare to use balance_push in ttwu()Peter Zijlstra1-5/+6
2021-01-22sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra1-2/+14