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
/
syscalls.c
Age
Commit message (
Expand
)
Author
2025-06-13
sched/smp: Use the SMP version of the scheduler syscalls
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/syscalls.c
Ingo Molnar
2025-04-08
sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHED
Michal Koutný
2025-04-08
sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditions
Michal Koutný
2025-03-15
sched/uclamp: Optimize sched_uclamp_used static key enabling
Xuewen Yan
2025-02-21
sched: Add unlikey branch hints to several system calls
Colin Ian King
2025-01-23
cpufreq/schedutil: Only bind threads if needed
Christian Loehle
2025-01-13
sched/fair: Encapsulate set custom slice in a __setparam_fair() function
Vincent Guittot
2025-01-13
sched: Fix race between yield_to() and try_to_wake_up()
Tianchen Ding
2024-12-02
sched: fix warning in sched_setaffinity
Josh Don
2024-11-19
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-11-18
Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-10-29
sched: Pass correct scheduling policy to __setscheduler_class
Aboorva Devarajan
2024-10-21
sched_getattr: port to copy_struct_to_user
Aleksa Sarai
2024-10-14
sched: Split scheduler and execution contexts
Peter Zijlstra
2024-10-11
sched: Fix delayed_dequeue vs switched_from_fair()
Peter Zijlstra
2024-09-21
Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-11
sched: Move update_other_load_avgs() to kernel/sched/pelt.c
Tejun Heo
2024-09-11
Merge branch 'tip/sched/core' into sched_ext/for-6.12
Tejun Heo
2024-09-10
sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.c
Vincent Guittot
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
2024-08-20
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
2024-08-17
sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestion
Peter Zijlstra
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2024-06-18
sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...
Tejun Heo
2024-06-18
sched_ext: Implement BPF extensible scheduler class
Tejun Heo
2024-06-18
sched: Factor out update_other_load_avgs() from __update_blocked_others()
Tejun Heo
2024-06-18
sched: Add sched_class->switching_to() and expose check_class_changing/changed()
Tejun Heo
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
2024-05-27
sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c
Ingo Molnar