summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra2023-05-111-1/+2
* sched/rt: Fix bad task migration for rt tasksSchspa Shi2023-05-112-0/+5
* sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen2023-05-111-1/+1
* sched: Make struct sched_statistics independent of fair sched classYafang Shao2023-05-117-97/+140
* sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao2023-05-111-3/+3
* sched/fair: Fixes for capacity inversion detectionQais Yousef2023-04-261-2/+11
* sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-04-261-19/+16
* sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2023-04-261-5/+9
* sched/fair: Detect capacity inversionQais Yousef2023-04-262-3/+79
* sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef2023-04-261-6/+8
* sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef2023-04-261-1/+4
* sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2023-04-263-10/+68
* sched/fair: Fix imbalance overflowVincent Guittot2023-04-201-0/+10
* sched/fair: Move calculate of avg_load to a better locationzgpeng2023-04-201-2/+3
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-04-051-2/+2
* sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-302-11/+47
* sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-03-301-2/+13
* sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-03-101-1/+4
* sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2023-03-102-6/+4
* sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata2023-02-221-3/+4
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-011-2/+1
* sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-181-4/+33
* sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef2022-12-311-8/+13
* sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann2022-12-315-9/+14
* sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot2022-12-311-5/+0
* sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef2022-12-311-3/+5
* sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-12-312-10/+25
* sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef2022-12-311-0/+123
* sched/fair: Cleanup task_util and capacity typeVincent Donnefort2022-12-311-2/+3
* io_uring: move to separate directoryJens Axboe2022-12-141-1/+1
* sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang2022-11-031-9/+9
* lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-09-201-1/+1
* sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman2022-09-151-1/+1
* sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-171-2/+6
* sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-08-172-13/+14
* sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-08-171-1/+5
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-171-3/+5
* sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-08-173-44/+24
* nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-08-171-6/+9
* sched/core: Always flush pending blk_plugJohn Keeping2022-08-171-2/+6
* sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-08-172-1/+89
* sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-291-1/+4
* sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-222-3/+38
* sched/psi: report zeroes for CPU full at the system levelChengming Zhou2022-06-091-6/+9
* sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou2022-06-093-8/+8
* sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-06-094-11/+33
* sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-271-5/+5
* sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-131-1/+1
* sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-04-082-16/+28
* sched/cpuacct: Fix charge percpu cpuusageChengming Zhou2022-04-081-1/+2