summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-04-26sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2023-04-26sched/fair: Detect capacity inversionQais Yousef
2023-04-26sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2023-04-26sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-26sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot
2023-04-20sched/fair: Move calculate of avg_load to a better locationzgpeng
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-03-11sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-03-11sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann
2023-02-22sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-01-14sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2023-01-14sched/fair: Cleanup task_util and capacity typeVincent Donnefort
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe
2022-08-21sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-08-21sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-21sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-21sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-08-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-27sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef
2022-04-08sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-03-08sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann
2022-03-08sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider
2022-02-05psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
2022-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot
2022-02-01kernel: delete repeated words in commentsRandy Dunlap
2022-02-01sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2022-01-27sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort
2022-01-27sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort
2021-12-14wait: add wake_up_pollfree()Eric Biggers
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-01sched/scs: Reset task stack state in bringup_cpu()Mark Rutland