summaryrefslogtreecommitdiffstats
path: root/kernel/sched/syscalls.c
AgeCommit message (Expand)AuthorLines
2024-12-02sched: fix warning in sched_setaffinityJosh Don-1/+1
2024-11-19Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2024-11-18Merge tag 'vfs-6.13.usercopy' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-40/+2
2024-10-29sched: Pass correct scheduling policy to __setscheduler_classAboorva Devarajan-1/+1
2024-10-21sched_getattr: port to copy_struct_to_userAleksa Sarai-40/+2
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra-2/+2
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra-4/+9
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-109/+25
2024-09-11sched: Move update_other_load_avgs() to kernel/sched/pelt.cTejun Heo-22/+0
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo-100/+2
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot-101/+0
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer-0/+8
2024-08-20Merge branch 'tip/sched/core' into for-6.12Tejun Heo-7/+24
2024-08-17sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestionPeter Zijlstra-6/+23
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef-1/+1
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef-1/+1
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo-0/+4
2024-06-18sched_ext: Implement BPF extensible scheduler classTejun Heo-0/+2
2024-06-18sched: Factor out update_other_load_avgs() from __update_blocked_others()Tejun Heo-0/+19
2024-06-18sched: Add sched_class->switching_to() and expose check_class_changing/changed()Tejun Heo-0/+1
2024-05-27sched: Fix spelling in commentsIngo Molnar-9/+9
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar-0/+1699