summaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c
AgeCommit message (Expand)Author
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra
2024-09-03sched: Rework pick_next_task()Peter Zijlstra
2024-08-17sched: Allow sched_class::dequeue_task() to failPeter Zijlstra
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar
2023-08-14sched/rt: sysctl_sched_rr_timeslice show default timeslice after resetCyril Hrubis
2023-08-14sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia
2023-02-11sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar
2022-08-02sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann
2022-07-21nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann
2022-03-01sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar
2021-12-07sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-10-05sched/rt: Support schedstats for RT sched classYafang Shao
2021-10-05sched/rt: Support sched_stat_runtime tracepoint for RT sched classYafang Shao
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao
2021-06-22sched/rt: Fix RT utilization tracking during policy changeVincent Donnefort
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra
2021-03-22sched: Fix various typosIngo Molnar
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra