summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov2024-06-161-1/+1
* sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider2024-06-161-6/+3
* sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2024-03-011-4/+1
* sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis2024-03-011-0/+3
* sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis2024-03-011-1/+1
* sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-231-0/+6
* sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra2023-10-251-14/+8
* sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-08-301-1/+4
* sched/fair: Don't balance task to its current running CPUYicong Yang2023-08-111-1/+1
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-04-051-2/+2
* sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-04-052-11/+47
* sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-04-051-2/+13
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-02-061-2/+1
* sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2022-09-052-49/+59
* sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach2022-09-051-5/+8
* sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira2022-09-051-0/+21
* nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-08-251-6/+9
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-151-10/+0
* sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2022-03-231-1/+1
* sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2022-03-231-51/+48
* cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2022-01-271-2/+2
* sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2022-01-271-5/+18
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+7
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-10-061-5/+11
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-09-221-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-09-222-3/+6
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-281-2/+2
* sched/fair: Fix ascii art by relpacing tabsOdin Ugedal2021-07-201-4/+4
* sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot2021-06-161-1/+1
* sched/fair: Optimize select_idle_cpuCheng Jian2021-06-101-3/+4
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-221-3/+9
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-221-13/+29
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-301-5/+1
* sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-12-302-26/+21
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-302-4/+11
* sched: correct SD_flags returned by tl->sd_flags()Peng Liu2020-08-191-1/+1
* sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-08-191-9/+14
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-1/+9
* sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-221-0/+2
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-301-0/+1
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-221-2/+3
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-221-1/+1
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-171-1/+7
* sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2020-03-051-9/+34
* sched/fair: Optimize update_blocked_averages()Vincent Guittot2020-03-051-5/+21
* sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2020-02-011-5/+28
* sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2020-02-011-55/+71
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-312-5/+21