summaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext.c
AgeCommit message (Expand)AuthorLines
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao-4/+8
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo-0/+5
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo-6/+6
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-14/+1
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi-5/+0
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo-0/+8
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo-109/+175
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo-23/+25
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo-58/+74
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo-59/+98
2025-05-09sched_ext: Remove bpf_scx_get_func_protoFeng Yang-14/+1
2025-05-07Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-0/+6
2025-05-07sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo-0/+6
2025-04-30sched_ext: Avoid NULL scx_root deref in __scx_exit()Andrea Righi-4/+13
2025-04-30sched_ext: Add RCU protection to scx_root in DSQ iteratorAndrea Righi-1/+1
2025-04-29sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()Tejun Heo-6/+2
2025-04-29sched_ext: Move disable machinery into scx_schedTejun Heo-48/+25
2025-04-29sched_ext: Move event_stats_cpu into scx_schedTejun Heo-42/+58
2025-04-29sched_ext: Factor out scx_read_events()Tejun Heo-19/+26
2025-04-29sched_ext: Relocate scx_event_stats definitionTejun Heo-57/+57
2025-04-29sched_ext: Move global_dsqs into scx_schedTejun Heo-46/+49
2025-04-29sched_ext: Move dsq_hash into scx_schedTejun Heo-40/+82
2025-04-29sched_ext: Factor out scx_alloc_and_add_sched()Tejun Heo-22/+36
2025-04-29sched_ext: Inline create_dsq() into scx_bpf_create_dsq()Tejun Heo-24/+18
2025-04-29sched_ext: Use dynamic allocation for scx_schedTejun Heo-66/+91
2025-04-29sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()Tejun Heo-1/+10
2025-04-29sched_ext: Introduce scx_schedTejun Heo-114/+129
2025-04-29Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-8/+2
2025-04-29sched_ext: Fix rq lock state in hotplug opsAndrea Righi-2/+2
2025-04-25sched_ext: Remove duplicate BTF_ID_FLAGS definitionsAndrea Righi-6/+0
2025-04-23sched_ext: Clarify CPU context for running/stopping callbacksAndrea Righi-0/+18
2025-04-22Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-62/+117
2025-04-22sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()Andrea Righi-4/+23
2025-04-22sched_ext: Track currently locked rqAndrea Righi-58/+94
2025-04-18sched_ext: add helper for refill task with default sliceHonglei Wang-12/+12
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang-11/+11
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo-12/+10
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo-5/+7
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo-5/+8
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo-17/+5
2025-04-09sched_ext: Indentation updatesTejun Heo-10/+10
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-42/+7
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo-1/+4
2025-04-08sched_ext: Remove cpu.weight / cpu.idle unimplemented warningsTejun Heo-40/+1
2025-04-08sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao-2/+2
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi-0/+1
2025-04-07sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()Andrea Righi-1/+1
2025-04-04sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCHTejun Heo-4/+4
2025-04-04sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...Tejun Heo-46/+46
2025-04-04sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friendsTejun Heo-92/+83