aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra1-2/+31
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra1-4/+0
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-6/+3
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz1-1/+9
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz1-0/+12
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra1-1/+1
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli1-0/+1
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna1-1/+1
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo1-2/+2
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo1-4/+1
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo1-5/+5
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from fair.c to sched.hTejun Heo1-0/+13
2025-06-13sched/smp: Use the SMP version of double_rq_clock_clear_update()Ingo Molnar1-3/+0
2025-06-13sched/smp: Use the SMP version of add_nr_running()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of ENQUEUE_MIGRATEDIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of WF_ and SD_ flag sanity checksIngo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of task_on_cpu()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of rq_pin_lock()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of is_migration_disabled()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of cpu_of()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of the RT scheduling classIngo Molnar1-2/+0
2025-06-13sched/smp: Always define rq->hrtick_csdIngo Molnar1-2/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar1-118/+3
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar1-40/+42
2025-06-11sched: Make clangd usablePeter Zijlstra1-0/+1
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-2/+2
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki1-2/+0
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný1-4/+4
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný1-0/+7
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný1-0/+17
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný1-0/+2
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops_enabledTejun Heo1-2/+2
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-50/+4
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar1-10/+5
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar1-11/+5
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli1-1/+1
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior1-0/+1
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan1-0/+14
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan1-14/+14
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar1-4/+23
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers1-3/+22
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao1-2/+2
2025-01-27sched_ext: Fix incorrect autogroup migration detectionTejun Heo1-1/+1
2025-01-23Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-15/+36
2025-01-21Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+24
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao1-0/+13
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot1-0/+2
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min1-2/+23
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min1-13/+13