index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext.c
Age
Commit message (
Expand
)
Author
2025-10-16
sched_ext: fix flag check for deferred callbacks
Emil Tsalapatis
2025-10-14
sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loads
Andrea Righi
2025-10-13
sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()
Tejun Heo
2025-10-13
sched_ext: defer queue_balance_callback() until after ops.dispatch
Emil Tsalapatis
2025-10-13
sched_ext: Sync error_irq_work before freeing scx_sched
Tejun Heo
2025-10-13
sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU
Tejun Heo
2025-09-23
Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"
Tejun Heo
2025-09-23
sched_ext: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
2025-09-23
sched_ext: Misc updates around scx_sched instance pointer
Tejun Heo
2025-09-23
sched_ext: Drop scx_kf_exit() and scx_kf_error()
Tejun Heo
2025-09-23
sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()
Tejun Heo
2025-09-23
sched_ext: Drop kf_cpu_valid()
Tejun Heo
2025-09-23
sched_ext: Add the @sch parameter to __bstr_format()
Tejun Heo
2025-09-23
sched_ext: Separate out scx_kick_cpu() and add @sch to it
Tejun Heo
2025-09-23
sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()
Tejun Heo
2025-09-23
sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()
Tejun Heo
2025-09-23
sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()
Tejun Heo
2025-09-23
sched_ext: Verify RCU protection in scx_bpf_cpu_curr()
Andrea Righi
2025-09-18
sched_ext: Add migration-disabled counter to error state dump
Andrea Righi
2025-09-16
Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"
Andrea Righi
2025-09-04
sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warning
Andrea Righi
2025-09-03
sched_ext: deprecation warn for scx_bpf_cpu_rq()
Christian Loehle
2025-09-03
sched_ext: Introduce scx_bpf_cpu_curr()
Christian Loehle
2025-09-03
sched_ext: Introduce scx_bpf_locked_rq()
Christian Loehle
2025-09-03
sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operations
Tejun Heo
2025-09-03
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
2025-09-03
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo
2025-09-03
sched_ext: Keep bypass on between enable failure and scx_disable_workfn()
Tejun Heo
2025-09-03
sched_ext: Make explicit scx_task_iter_relock() calls unnecessary
Tejun Heo
2025-08-11
sched/ext: Fix invalid task state transitions on class switch
Andrea Righi
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-17
sched_ext: Fix scx_bpf_reenqueue_local() reference
Christian Loehle
2025-07-16
sched/ext: Prevent update_locked_rq() calls with NULL rq
Breno Leitao
2025-06-25
sched_ext: Drop kfuncs marked for removal in 6.15
Jake Hillion
2025-06-24
sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic
David Dai
2025-06-23
kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
Ke Ma
2025-06-20
sched_ext: Add support for cgroup bandwidth control interface
Tejun Heo
2025-06-20
sched_ext, sched/core: Factor out struct scx_task_group
Tejun Heo
2025-06-20
sched_ext: Merge branch 'for-6.16-fixes' into for-6.17
Tejun Heo
2025-06-17
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...
Tejun Heo
2025-06-17
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
Tejun Heo
2025-06-13
sched_ext: Always use SMP versions in kernel/sched/ext.c
Cheng-Yang Chou
2025-06-09
sched_ext: Make scx_locked_rq() inline
Andrea Righi
2025-06-09
sched_ext: Make scx_rq_bypassing() inline
Andrea Righi
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-05-20
sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c
Andrea Righi
2025-05-14
sched_ext: Explain the temporary situation around scx_root dereferences
Tejun Heo
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2025-05-14
sched_ext: Cleanup [__]scx_exit/error*()
Tejun Heo
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
[next]