index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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]