summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura2024-03-261-2/+2
* sched/fair: Don't balance task to its current running CPUYicong Yang2024-03-011-1/+1
* sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2024-03-011-4/+1
* sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis2024-03-011-1/+1
* sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis2024-03-011-0/+3
* sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-231-0/+9
* sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-11-204-3/+17
* sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef2023-11-201-17/+1
* Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman2023-10-192-2/+1
* sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)2023-10-061-0/+1
* kernel/sched: Modify initial boot task idle setupLiam R. Howlett2023-10-062-1/+2
* sched/cpuacct: Optimize away RCU read lockChengming Zhou2023-10-061-3/+1
* cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-08-301-15/+2
* sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-08-303-16/+43
* sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli2023-08-301-0/+13
* sched/cpuset: Bring back cpuset_mutexJuri Lelli2023-08-301-7/+15
* 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