summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2025-10-16sched: Match __task_rq_{,un}lock()Peter Zijlstra
2025-10-16sched: Add locking comments to sched_class methodsPeter Zijlstra
2025-10-16sched: Make __do_set_cpus_allowed() use the sched_change patternPeter Zijlstra
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra
2025-10-16sched: Fix do_set_cpus_allowed() lockingPeter Zijlstra
2025-10-16sched: Fix migrate_disable_switch() lockingPeter Zijlstra
2025-10-16sched: Move sched_class::prio_changed() into the change patternPeter Zijlstra
2025-10-16sched: Cleanup sched_delayed handling for class switchesPeter Zijlstra
2025-10-16sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change patternPeter Zijlstra
2025-10-16sched/deadline: Prepare for switched_from() changePeter Zijlstra
2025-10-16sched: Re-arrange the {EN,DE}QUEUE flagsPeter Zijlstra
2025-10-16sched: Employ sched_change guardsPeter Zijlstra
2025-10-16sched/fair: Only update stats for allowed CPUs when looking for dst groupAdam Li
2025-10-16sched: Create architecture specific sched domain distancesTim Chen
2025-10-16sched/deadline: only set free_cpus for online runqueuesDoug Berger
2025-10-16sched/fair: Forfeit vruntime on yieldFernand Sieber
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-14sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su
2025-10-14sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-14sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo
2025-10-13sched_ext: Exit early on hotplug events during attachAndrea Righi
2025-10-13sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis
2025-10-13sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo
2025-10-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-30Merge tag 'sched_ext-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo
2025-09-23sched_ext: Add the @sch parameter to ext_idle helpersTejun Heo
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo