summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret2021-09-151-6/+19
* sched/numa: Fix is_core_idle()Mika Penttilä2021-09-151-1/+1
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-09-151-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-09-152-3/+6
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-09-031-1/+1
* sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra2021-08-121-55/+35
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-251-2/+2
* sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-201-7/+14
* rq-qos: fix missed wake-ups in rq_qos_throttle try twoJan Kara2021-07-191-2/+7
* sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal2021-07-191-3/+3
* psi: Fix race between psi_trigger_create/destroyZhaoyang Huang2021-07-141-6/+6
* sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef2021-07-141-31/+18
* sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-07-141-0/+2
* sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort2021-07-141-5/+12
* sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef2021-07-141-0/+7
* sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef2021-07-141-4/+17
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-141-4/+4
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+1
* sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot2021-06-231-2/+8
* sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann2021-06-163-13/+6
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* sched/fair: Keep load_avg and load_sum syncedVincent Guittot2021-06-161-6/+5
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-191-3/+9
* sched: Fix out-of-bound access in uclampQuentin Perret2021-05-191-1/+1
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-141-1/+1
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-141-13/+29
* sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2021-05-142-2/+8
* sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy2021-05-111-2/+3
* sched,fair: Alternative sched_slice()Peter Zijlstra2021-05-112-1/+14
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-05-111-0/+4
* sched/pelt: Fix task util_est update filteringVincent Donnefort2021-05-111-3/+12
* sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-171-3/+1
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-03-072-5/+4
* sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra2021-03-071-5/+4
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-03-041-0/+1
* sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-03-041-1/+1
* sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan2021-03-041-15/+28
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-301-5/+1
* sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-12-302-26/+21
* membarrier: Execute SYNC_CORE on the calling threadAndy Lutomirski2020-12-091-18/+33
* membarrier: Explicitly sync remote cores when SYNC_CORE is requestedAndy Lutomirski2020-12-091-0/+18
* membarrier: Add an actual barrier before rseq_preempt()Andy Lutomirski2020-12-091-0/+8
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+27
|\
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+27
* | Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-223-55/+71
|\ \
| * | sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-172-49/+59
| * | sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-171-5/+10
| * | sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-171-1/+2
* | | Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-152-31/+51
|\| |
| * | sched/debug: Fix memory corruption caused by multiple small reads of flagsColin Ian King2020-11-101-6/+6