index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
rt.c
Age
Commit message (
Expand
)
Author
2025-07-14
sched: Fix proxy/current (push,pull)ability
Valentin Schneider
2025-07-14
sched/deadline: Fix accounting after global limits change
Juri Lelli
2025-06-13
sched/smp: Use the SMP version of the RT scheduling class
Ingo Molnar
2025-06-13
sched/smp: Make SMP unconditional
Ingo Molnar
2025-06-13
sched: Clean up and standardize #if/#else/#endif markers in sched/rt.c
Ingo Molnar
2025-06-11
sched: Make clangd usable
Peter Zijlstra
2025-04-08
sched/rt: Fix race in push_rt_task
Harshit Agarwal
2025-04-08
sched: Add RT_GROUP WARN checks for non-root task_groups
Michal Koutný
2025-04-08
sched: Do not construct nor expose RT_GROUP_SCHED structures if disabled
Michal Koutný
2025-04-08
sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Skip non-root task_groups with disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Always initialize rt_rq's task_group
Michal Koutný
2025-04-08
sched: Remove unneeed macro wrap
Michal Koutný
2025-04-08
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
Michal Koutný
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-19
sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional
Ingo Molnar
2025-03-19
sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()
Ingo Molnar
2025-03-17
sched/deadline: Generalize unique visiting of root domains
Juri Lelli
2025-02-18
sched: Switch to use hrtimer_setup()
Nam Cao
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2024-10-14
sched: Split scheduler and execution contexts
Peter Zijlstra
2024-10-14
sched: Consolidate pick_*_task to task_is_pushable helper
Connor O'Brien
2024-10-14
sched: Add move_queued_task_locked helper
Connor O'Brien
2024-09-03
sched: Add put_prev_task(.next)
Peter Zijlstra
2024-09-03
sched: Rework pick_next_task()
Peter Zijlstra
2024-08-17
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
2024-07-29
sched/rt: Remove default bandwidth control
Peter Zijlstra
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
2024-04-24
scheduler: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2023-11-15
sched: Unify runtime accounting across classes
Peter Zijlstra
2023-10-13
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
2023-10-09
sched/topology: Consolidate and clean up access to a CPU's max compute capacity
Vincent Guittot
2023-10-09
sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...
Yajun Deng
2023-10-02
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
2023-09-25
sched/rt: Make rt_rq->pushable_tasks updates drive rto_mask
Valentin Schneider
2023-09-19
sched/fair: Rename check_preempt_curr() to wakeup_preempt()
Ingo Molnar
2023-08-14
sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset
Cyril Hrubis
2023-08-14
sched/rt: Fix sysctl_sched_rr_timeslice intial value
Cyril Hrubis
2023-04-21
sched/rt: Fix bad task migration for rt tasks
Schspa Shi
2023-03-22
sched/core: Avoid selecting the task that is throttled to run when core-sched...
Hao Jia
2023-02-11
sched/rt: pick_next_rt_entity(): check list_entry
Pietro Borrello
2022-10-17
sched: Introduce struct balance_callback to avoid CFI mismatches
Kees Cook
2022-09-07
sched: Rename task_running() to task_on_cpu()
Peter Zijlstra
2022-08-30
Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...
Ingo Molnar
2022-08-27
sched: Add update_current_exec_runtime helper
Shang XiaoJing
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
2022-08-02
sched/core: Introduce sched_asym_cpucap_active()
Dietmar Eggemann
2022-07-21
nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()
Nicolas Saenz Julienne
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]