summaryrefslogtreecommitdiff
path: root/kernel/sched/syscalls.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný1-1/+2
2025-04-08sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditionsMichal Koutný1-1/+1
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan1-1/+1
2025-02-21sched: Add unlikey branch hints to several system callsColin Ian King1-5/+5
2025-01-23cpufreq/schedutil: Only bind threads if neededChristian Loehle1-0/+7
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot1-13/+3
2025-01-13sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding1-1/+1
2024-12-02sched: fix warning in sched_setaffinityJosh Don1-1/+1
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-11-18Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-40/+2
2024-10-29sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan1-1/+1
2024-10-21sched_getattr: port to copy_struct_to_userAleksa Sarai1-40/+2
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra1-2/+2
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra1-4/+9
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-109/+25
2024-09-11sched: Move update_other_load_avgs() to kernel/sched/pelt.cTejun Heo1-22/+0
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo1-100/+2
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot1-101/+0
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-0/+8
2024-08-20Merge branch 'tip/sched/core' into for-6.12Tejun Heo1-7/+24
2024-08-17sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestionPeter Zijlstra1-6/+23
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef1-1/+1
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef1-1/+1
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo1-0/+4
2024-06-18sched_ext: Implement BPF extensible scheduler classTejun Heo1-0/+2
2024-06-18sched: Factor out update_other_load_avgs() from __update_blocked_others()Tejun Heo1-0/+19
2024-06-18sched: Add sched_class->switching_to() and expose check_class_changing/changed()Tejun Heo1-0/+1
2024-05-27sched: Fix spelling in commentsIngo Molnar1-9/+9
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar1-0/+1699