summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-061-1/+1
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-104/+113
|\
| * kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-04-211-1/+1
| * sched: Warn on long periods of pending need_reschedPaul Turner2021-04-211-1/+69
| * sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra2021-04-161-74/+3
| * sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra2021-04-161-1/+3
| * sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2021-04-161-11/+15
| * 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
| * sched: Fix various typosIngo Molnar2021-03-221-1/+1
| * sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz2021-03-101-3/+1
| * psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou2021-03-061-1/+0
| * sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot2021-03-061-1/+1
| * sched: Simplify migration_cpu_stop()Valentin Schneider2021-03-061-9/+18
* | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-9/+9
|\ \
| * | static_call: Relax static_call_update() function argument typePeter Zijlstra2021-04-091-9/+9
| |/
* | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-04-121-0/+1
|\ \ | |/ |/|
| * cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-03-221-0/+1
* | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
* | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
* | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
* | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
* | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
* | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+40
|\
| * sched: Add cond_resched_rwlockBen Gardon2021-02-041-0/+40
* | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-16/+341
|\ \
| * | sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-171-1/+1
| * | sched/features: Fix hrtick reprogrammingJuri Lelli2021-02-171-5/+3
| * | sched: Harden PREEMPT_DYNAMICPeter Zijlstra2021-02-171-4/+4
| * | sched: Add /debug/sched_preemptPeter Zijlstra2021-02-171-9/+126
| * | preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)2021-02-171-1/+67
| * | preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)2021-02-171-0/+12
| * | preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)2021-02-171-3/+13
| * | sched/core: Update task_prio() function headerDietmar Eggemann2021-02-171-2/+6
| * | sched: Remove MAX_USER_RT_PRIODietmar Eggemann2021-02-171-4/+3
| * | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2021-02-171-23/+88
| |\ \
| * | | sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2021-01-141-1/+6
| * | | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-141-2/+8
| * | | sched/core: Move schedutil_cpu_util() to core.cViresh Kumar2021-01-141-0/+108
| | |/ | |/|
* | | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2021-02-121-5/+4
|\ \ \ | |_|/ |/| |
| * | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-5/+4
| |\ \ | | |/ | |/|
| | * sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra2021-01-041-5/+4
* | | sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra2021-01-221-11/+10
* | | sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra2021-01-221-4/+35
* | | sched: Prepare to use balance_push in ttwu()Peter Zijlstra2021-01-221-5/+6
* | | sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra2021-01-221-2/+14
* | | sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider2021-01-221-1/+23
|/ /
* | Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-271-25/+15
|\ \