aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi1-5/+1
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/git/tj/sched_extLinus 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
2025-06-25sched_ext: Drop kfuncs marked for removal in 6.15Jake Hillion1-69/+2
2025-06-24sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai1-0/+35
2025-06-23kernel/sched/ext.c: fix typo "occured" -> "occurred" in commentsKe Ma1-2/+2
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo1-3/+63
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo1-16/+16
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo1-6/+11
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sched_create_group()Tejun Heo1-0/+5
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo1-6/+6
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.cCheng-Yang Chou1-25/+1
2025-06-09sched_ext: Make scx_locked_rq() inlineAndrea Righi1-11/+2
2025-06-09sched_ext: Make scx_rq_bypassing() inlineAndrea Righi1-5/+0
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-14/+1
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi1-5/+0
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo1-0/+8
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo1-109/+175
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo1-23/+25
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo1-58/+74
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo1-59/+98
2025-05-09sched_ext: Remove bpf_scx_get_func_protoFeng Yang1-14/+1
2025-05-07Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-0/+6
2025-05-07sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo1-0/+6
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi1-4/+13
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi1-1/+1
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo1-6/+2
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo1-48/+25
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo1-42/+58
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo1-19/+26
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo1-57/+57
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo1-46/+49
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo1-40/+82
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo1-22/+36
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo1-24/+18
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo1-66/+91
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo1-1/+10
2025-04-29sched_ext: Introduce scx_schedTejun Heo1-114/+129
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-8/+2
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi1-2/+2
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi1-6/+0
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi1-0/+18
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-62/+117
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi1-4/+23
2025-04-22sched_ext: Track currently locked rqAndrea Righi1-58/+94
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang1-12/+12
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang1-11/+11
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo1-12/+10