aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/ext.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-18sched_ext: Allow forcibly picking an scx taskAndrea Righi1-2/+16
2025-10-16sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo1-94/+37
2025-10-16sched_ext: Merge branch 'for-6.18-fixes' into for-6.19Tejun Heo1-6/+6
2025-10-16sched_ext: fix flag check for deferred callbacksEmil Tsalapatis1-1/+1
2025-10-16sched/ext: Fold balance_scx() into pick_task_scx()Peter Zijlstra1-66/+12
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes1-1/+1
2025-10-16sched: Detect per-class runqueue changesPeter Zijlstra1-0/+2
2025-10-16sched: Cleanup the sched_change NOCLOCK usagePeter Zijlstra1-3/+1
2025-10-16sched: Move sched_class::prio_changed() into the change patternPeter Zijlstra1-7/+1
2025-10-16sched: Cleanup sched_delayed handling for class switchesPeter Zijlstra1-6/+0
2025-10-16sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change patternPeter Zijlstra1-6/+16
2025-10-16sched: Employ sched_change guardsPeter Zijlstra1-21/+18
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton1-2/+56
2025-10-14sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi1-5/+5
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su1-1/+15
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo1-11/+34
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo1-21/+61
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo1-0/+30
2025-10-13sched_ext: Exit early on hotplug events during attachAndrea Righi1-2/+9
2025-10-13sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo1-10/+79
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis1-2/+27
2025-10-13sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo1-0/+2
2025-10-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo1-4/+4
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo1-1/+1
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo1-5/+5
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo1-22/+40
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo1-54/+72
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo1-7/+22
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo1-27/+40
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo1-7/+21
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo1-16/+27
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo1-0/+1
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo1-2/+1
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo1-1/+1
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi1-1/+1
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi1-1/+2
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi1-5/+1
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi1-2/+5
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle1-0/+9
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle1-0/+14
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle1-0/+23
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo1-52/+14
2025-09-03sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo1-9/+9
2025-09-03sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo1-1034/+0
2025-09-03sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo1-1/+1
2025-09-03sched_ext: Make explicit scx_task_iter_relock() calls unnecessaryTejun Heo1-20/+23
2025-08-11sched/ext: Fix invalid task state transitions on class switchAndrea Righi1-0/+4
2025-07-31Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-130/+120
2025-07-17sched_ext: Fix scx_bpf_reenqueue_local() referenceChristian Loehle1-1/+1
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao1-4/+8