aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-27Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2025-10-24sched: Remove never used code in mm_cid_get()Andy Shevchenko1-2/+0
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis1-0/+1
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra1-2/+31
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra1-4/+0
2025-09-03sched/fair: Task based throttle time accountingAaron Lu1-0/+1
2025-09-03sched/fair: Switch to task based throttle modelValentin Schneider1-1/+2
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider1-0/+3
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-2/+2
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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 ...Tejun 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/g...Linus Torvalds1-2/+2
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus 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...Tejun 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