summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
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-21Merge 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-22Merge 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
2021-01-22sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider1-1/+23
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen1-1/+6
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar1-2/+8
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar1-0/+108
2021-01-04sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra1-5/+4
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-25/+15
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra1-25/+15
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+25