summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2023-03-10sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello1-1/+4
2023-03-10sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2-6/+4
2023-02-22sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata1-3/+4
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2023-01-18sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long1-4/+33
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef1-8/+13
2022-12-31sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann5-9/+14
2022-12-31sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot1-5/+0
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef1-3/+5
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2-10/+25
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef1-0/+123
2022-12-31sched/fair: Cleanup task_util and capacity typeVincent Donnefort1-2/+3
2022-12-14io_uring: move to separate directoryJens Axboe1-1/+1
2022-11-03sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang1-9/+9
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers1-1/+1
2022-09-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman1-1/+1
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman1-2/+6
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2-13/+14
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-3/+5
2022-08-17sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne1-6/+9
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping1-2/+6
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2-1/+89
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2-3/+38
2022-06-09sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8
2022-06-09sched/core: Avoid obvious double update_rq_clock warningHao Jia4-11/+33
2022-04-27sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang1-5/+5
2022-04-13sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior1-1/+1
2022-04-08sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2-16/+28
2022-04-08sched/cpuacct: Fix charge percpu cpuusageChengming Zhou1-1/+2
2022-04-08sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman1-8/+10
2022-04-08sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef1-0/+1
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
2022-04-08sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra1-13/+21
2022-03-08sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-02-16sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra1-9/+3
2022-02-01psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2-4/+16
2022-02-01sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers1-4/+5
2022-02-01psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan1-37/+29
2022-01-27sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin1-47/+32
2022-01-27cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin1-2/+2
2022-01-27psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2-18/+32
2022-01-27sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua1-5/+18
2022-01-27sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort1-1/+2
2022-01-27sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort1-0/+1