summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu-1/+1
2025-10-14sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)-0/+2
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-49/+17
2025-09-30Merge tag 'sched_ext-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+0
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong-49/+14
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo-1/+1
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...Tejun Heo-1/+1
2025-09-09sched/core: Avoid direct access to hrtimer clockbaseThomas Weißschuh-1/+1
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo-2/+0
2025-09-03sched/fair: Add related data structure for task based throttleValentin Schneider-0/+3
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster-2/+2
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+24
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-3/+10
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-352/+517
2025-07-29Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-28sched: Adapt sched tracepoints for RV task modelGabriele Monaco-3/+10
2025-07-14sched: Start blocked_on chain processing in find_proxy_task()Peter Zijlstra-23/+123
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider-0/+25
2025-07-14sched: Add an initial sketch of the find_proxy_task() functionJohn Stultz-5/+112
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz-0/+29
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra-10/+10
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli-0/+2
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu-7/+2
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra-0/+5
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh-1/+1
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan-4/+4
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo-5/+24
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo-2/+2
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo-106/+99
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file readsTejun Heo-18/+40
2025-06-18sched/core: Relocate tg_get_cfs_*() and cpu_cfs_*_read_*()Tejun Heo-67/+67
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo-2/+2
2025-06-13sched/smp: Use the SMP version of idle_thread_set_boot_cpu()Ingo Molnar-2/+0
2025-06-13sched/smp: Use the SMP version of sched_exec()Ingo Molnar-4/+0
2025-06-13sched/smp: Use the SMP version of wake_up_new_task()Ingo Molnar-2/+0
2025-06-13sched/smp: Use the SMP version of __task_needs_rq_lock()Ingo Molnar-2/+0
2025-06-13sched/smp: Use the SMP version of try_to_wake_up()Ingo Molnar-4/+0
2025-06-13sched/smp: Always define rq->hrtick_csdIngo Molnar-23/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar-91/+15
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/core.cIngo Molnar-93/+93
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+7
2025-05-31sched/numa: add statistics of numa balance taskChen Yu-2/+7
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-65/+83
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan-7/+10
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra-42/+8
2025-04-30sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasksJohn Stultz-0/+6
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný-12/+24
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný-1/+5