summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)AuthorFilesLines
2025-11-20sched_ext: tools: Removing duplicate targets during non-cross compilationRong Tao1-0/+2
2025-11-12sched_ext: Add scx_cpu0 example schedulerTejun Heo3-1/+195
2025-10-29sched_ext/tools: Restore backward compat with v6.12 kernelsTejun Heo3-8/+90
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo3-11/+51
2025-10-25sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.hTejun Heo1-3/+5
2025-10-21sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibilityTejun Heo1-5/+5
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton2-0/+19
2025-10-13sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()Tejun Heo2-2/+24
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo2-4/+22
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo2-3/+75
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo1-0/+2
2025-10-13tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIsTejun Heo3-120/+12
2025-09-23tools/sched_ext: scx_qmap: Make debug output quieter by defaultTejun Heo2-39/+53
2025-09-23sched_ext: Make qmap dump operation non-destructiveTejun Heo1-1/+17
2025-09-04tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()Andrea Righi2-1/+18
2025-09-04sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle1-0/+1
2025-09-04sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle1-0/+1
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi13-60/+388
2025-06-21sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo1-0/+23
2025-04-19sched_ext: change the variable name for slice refill eventHonglei Wang1-2/+2
2025-04-14sched_ext: Improve cross-compilation support in Makefileyangsonghua1-6/+17
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo1-1/+1
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo1-1/+1
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi1-0/+2
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo1-2/+2
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo1-1/+1
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo1-4/+4
2025-04-02tools/sched_ext: Sync with scx repoTejun Heo5-29/+94
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min1-8/+8
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-2/+10
2025-02-27tools/sched_ext: Provide a compatible helper for scx_bpf_events()Andrea Righi2-1/+9
2025-02-25tools/sched_ext: Provide consistent access to scx flagsAndrea Righi1-6/+12
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi2-0/+5
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea Righi2-0/+36
2025-02-16sched_ext: idle: Per-node idle cpumasksAndrea Righi1-0/+3
2025-02-16sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODEAndrea Righi1-0/+3
2025-02-14tools/sched_ext: Sync with scx repoTejun Heo3-8/+38
2025-02-13sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou1-2/+10
2025-02-10tools/sched_ext: Update enum_defs.autogen.hChangwoo Min1-2/+3
2025-02-09tools/sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTEDChangwoo Min5-1/+174
2025-02-09tool/sched_ext: Event counter dumping updatesTejun Heo2-29/+8
2025-02-09Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo1-1/+1
2025-02-08sched_ext: Print an event, SCX_EV_ENQ_SLICE_DFL, in scx_qmap/centralChangwoo Min2-0/+4
2025-02-04sched_ext: Print core event count in scx_qmap schedulerChangwoo Min1-0/+19
2025-02-04sched_ext: Print core event count in scx_central schedulerChangwoo Min1-0/+21
2025-02-04sched_ext: Add scx_bpf_events() and scx_read_event() for BPF schedulersChangwoo Min1-0/+4
2025-02-02sched_ext: Fix incorrect time delta calculation in time_delta()Changwoo Min1-1/+1
2025-01-27tools/sched_ext: Add helper to check task migration stateAndrea Righi1-0/+11
2025-01-10sched_ext: Use time helpers in BPF schedulersChangwoo Min3-26/+11
2025-01-10sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now()Changwoo Min2-3/+3