summaryrefslogtreecommitdiff
path: root/kernel/sched/ext.c
AgeCommit message (Expand)Author
2025-03-26sched_ext: initialize built-in idle state before ops.init()Andrea Righi
2025-03-26sched_ext: create_dsq: Return -EEXIST on duplicate requestJake Hillion
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar
2025-03-14sched_ext: idle: Refactor scx_select_cpu_dfl()Andrea Righi
2025-03-14sched_ext: idle: Honor idle flags in the built-in idle selection policyAndrea Righi
2025-03-13sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()Andrea Righi
2025-03-04sched_ext: Add trace point to track sched_ext core eventsChangwoo Min
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-03-03sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi
2025-02-16sched_ext: idle: Make idle static keys privateAndrea Righi
2025-02-14sched_ext: Provides a sysfs 'events' to expose core event countersChangwoo Min
2025-02-13sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUPTejun Heo
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou
2025-02-10Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-02-10sched_ext: Fix incorrect assumption about migration disabled tasks in task_ca...Tejun Heo
2025-02-10sched_ext: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing
2025-02-08sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLEDTejun Heo
2025-02-08sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spotTejun Heo
2025-02-08Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-02-08sched_ext: Fix migration disabled handling in targeted dispatchesTejun Heo
2025-02-08sched_ext: Implement auto local dispatching of migration disabled tasksTejun Heo
2025-02-07sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFLChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_DURATIONChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_DISPATCHChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATEChangwoo Min
2025-02-04sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITINGChangwoo Min
2025-02-02sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LASTChangwoo Min
2025-02-02sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINEChangwoo Min
2025-02-02sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACKChangwoo Min
2025-02-02sched_ext: Implement event counter infrastructureChangwoo Min
2025-01-27sched_ext: Move built-in idle CPU selection policy to a separate fileAndrea Righi
2025-01-27sched_ext: Fix lock imbalance in dispatch_to_local_dsq()Andrea Righi
2025-01-27sched_ext: Fix incorrect autogroup migration detectionTejun Heo
2025-01-24sched_ext: Include task weight in the error state dumpAndrea Righi
2025-01-24sched_ext: Fixes typos in commentsAtul Kumar Pant
2025-01-23Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-13sched_ext: fix kernel-doc warningsRandy Dunlap
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi
2025-01-10sched_ext: Implement scx_bpf_now()Changwoo Min
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-08sched_ext: switch class when preempted by higher priority schedulerHonglei Wang
2025-01-08sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min
2025-01-08sched_ext: keep running prev when prev->scx.slice != 0Henry Huang