summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret
2021-05-14kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
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()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
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann
2020-11-19sched/core: Fix typos in commentsTal Zussman
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic Weisbecker
2020-11-19sched: Detect call to schedule from critical entry codeFrederic Weisbecker
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra