aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/ext.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo1-1/+4
2025-04-08sched_ext: Remove cpu.weight / cpu.idle unimplemented warningsTejun Heo1-40/+1
2025-04-08sched_ext: Use kvzalloc for large exit_dump allocationBreno Leitao1-2/+2
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi1-0/+1
2025-04-07sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()Andrea Righi1-1/+1
2025-04-04sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCHTejun Heo1-4/+4
2025-04-04sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...Tejun Heo1-46/+46
2025-04-04sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friendsTejun Heo1-92/+83
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo1-35/+34
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo1-22/+21
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo1-44/+37
2025-03-26sched_ext: initialize built-in idle state before ops.init()Andrea Righi1-2/+2
2025-03-26sched_ext: create_dsq: Return -EEXIST on duplicate requestJake Hillion1-2/+2
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar1-1/+1
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi1-4/+5
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi1-1/+1
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi1-1/+5
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min1-0/+2
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min1-10/+10
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-7/+10
2025-03-03sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi1-0/+3
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo1-4/+7
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi1-0/+11
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi1-0/+1
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi1-2/+19
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi1-7/+2
2025-02-14sched_ext: Provides a sysfs 'events' to expose core event countersChangwoo Min1-1/+26
2025-02-13sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo1-6/+26
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou1-3/+3
2025-02-10Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-8/+21
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo1-8/+21
2025-02-10sched_ext: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing1-4/+5
2025-02-08sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLEDTejun Heo1-1/+12
2025-02-08sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spotTejun Heo1-5/+7
2025-02-08Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-4/+36
2025-02-08sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo1-4/+13
2025-02-08sched_ext: Implement auto local dispatching of migration disabled tasksTejun Heo1-0/+23
2025-02-07sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFLChangwoo Min1-1/+15
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_DURATIONChangwoo Min1-0/+12
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_DISPATCHChangwoo Min1-2/+17
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATEChangwoo Min1-0/+8
2025-02-04sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITINGChangwoo Min1-1/+11
2025-02-02sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LASTChangwoo Min1-0/+9
2025-02-02sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINEChangwoo Min1-0/+9
2025-02-02sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACKChangwoo Min1-0/+13
2025-02-02sched_ext: Implement event counter infrastructureChangwoo Min1-0/+103
2025-01-27sched_ext: Move built-in idle CPU selection policy to a separate fileAndrea Righi1-724/+15
2025-01-27sched_ext: Fix lock imbalance in dispatch_to_local_dsq()Andrea Righi1-4/+10
2025-01-27sched_ext: Fix incorrect autogroup migration detectionTejun Heo1-14/+1