summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-03-01sched/fair: Don't balance task to its current running CPUYicong Yang
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2024-03-01sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2024-03-01sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman
2023-10-06sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-10-06sched/cpuacct: Optimize away RCU read lockChengming Zhou
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-05-11sched: Fix DEBUG && !SCHEDSTATS warnPeter Zijlstra
2023-05-11sched/rt: Fix bad task migration for rt tasksSchspa Shi
2023-05-11sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-05-11sched: Make struct sched_statistics independent of fair sched classYafang Shao
2023-05-11sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao
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: Fix fits_capacity() check in feec()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-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-30sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-03-10sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2023-03-10sched/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-18sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann
2022-12-31sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2022-12-31sched/fair: Cleanup task_util and capacity typeVincent Donnefort
2022-12-14io_uring: move to separate directoryJens Axboe
2022-11-03sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang
2022-09-20lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-09-15sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman