summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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: Don't defer CPU pick to migration_cpu_stop()Valentin Schneider2021-07-141-8/+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: Take thermal pressure into account while estimating energyLukasz Luba2021-07-141-3/+8
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-141-4/+4
* sched: Make the idle task quack like a per-CPU kthreadValentin Schneider2021-07-141-6/+15
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+1
* psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner2021-06-301-10/+26
* 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 clearing of has_idle_cores flag in select_idle_cpu()Gautham R. Shenoy2021-05-191-1/+1
* 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
* kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra2021-05-142-2/+2
* 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-121-2/+3
* sched,fair: Alternative sched_slice()Peter Zijlstra2021-05-122-1/+14
* sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar2021-05-121-0/+4
* sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel2021-05-121-7/+40
* sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song2021-05-121-30/+61
* sched/pelt: Fix task util_est update filteringVincent Donnefort2021-05-121-3/+12
* sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort2021-05-121-4/+20
* sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+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
* kernel: delete repeated words in commentsRandy Dunlap2021-02-262-2/+2
* Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-231-8/+6
|\
| * cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu2021-02-191-1/+1
| * cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu2021-02-191-7/+5
* | 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-2110-416/+622
|\ \ \
| * | | rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-0/+1
| * | | sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-175-7/+30
| * | | sched/features: Fix hrtick reprogrammingJuri Lelli2021-02-172-5/+4
| * | | sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann2021-02-171-4/+7