summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
3 daysMerge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...Tejun Heo
2025-06-13sched/smp: Use the SMP version of double_rq_clock_clear_update()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of add_nr_running()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of ENQUEUE_MIGRATEDIngo Molnar
2025-06-13sched/smp: Use the SMP version of WF_ and SD_ flag sanity checksIngo Molnar
2025-06-13sched/smp: Use the SMP version of task_on_cpu()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of rq_pin_lock()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of is_migration_disabled()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of cpu_of()Ingo Molnar
2025-06-13sched/smp: Use the SMP version of the RT scheduling classIngo Molnar
2025-06-13sched/smp: Always define rq->hrtick_csdIngo Molnar
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/sched.hIngo Molnar
2025-06-11sched: Make clangd usablePeter Zijlstra
2025-05-27Merge tag 'sched_ext-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-19sched/debug: Make 'const_debug' tunables unconditional __read_mostlyIngo Molnar
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior
2025-03-15sched/uclamp: Optimize sched_uclamp_used static key enablingXuewen Yan
2025-03-15sched/uclamp: Use the uclamp_is_used() helper instead of open-coding itXuewen Yan
2025-03-06Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers
2025-02-14sched: Don't define sched_clock_irqtime as static keyYafang Shao
2025-01-27sched_ext: Fix incorrect autogroup migration detectionTejun Heo
2025-01-23Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-21Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min
2025-01-10sched_ext: Relocate scx_enabled() related codeChangwoo Min
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)
2024-12-09sched/fair: Rename cfs_rq.nr_running into nr_queuedVincent Guittot