summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-21kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2021-04-09static_call: Relax static_call_update() function argument typePeter Zijlstra
2021-03-25sched/core: Use -EINVAL in sched_dynamic_mode()Rasmus Villemoes
2021-03-25sched/core: Stop using magic values in sched_dynamic_mode()Rasmus Villemoes
2021-03-22cpufreq: CPPC: Add support for frequency invarianceViresh Kumar
2021-03-22sched: Fix various typosIngo Molnar
2021-03-10sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra
2021-03-06sched: Simplify migration_cpu_stop()Valentin Schneider
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli
2021-02-17sched/features: Fix hrtick reprogrammingJuri Lelli
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra
2021-02-17sched: Add /debug/sched_preemptPeter Zijlstra
2021-02-17preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)
2021-02-17preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)
2021-02-17sched/core: Update task_prio() function headerDietmar Eggemann
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann
2021-02-17Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2021-02-04sched: Add cond_resched_rwlockBen Gardon
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney
2021-01-22sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra
2021-01-22sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra
2021-01-22sched: Prepare to use balance_push in ttwu()Peter Zijlstra
2021-01-22sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra
2021-01-22sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar
2021-01-04sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds