summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)Author
2025-11-20sched_ext: tools: Removing duplicate targets during non-cross compilationRong Tao
2025-11-12sched_ext: Add scx_cpu0 example schedulerTejun Heo
2025-10-29sched_ext/tools: Restore backward compat with v6.12 kernelsTejun Heo
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo
2025-10-24sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.hTejun Heo
2025-10-21sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibilityTejun Heo
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-13sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()Tejun Heo
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo
2025-10-13tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIsTejun Heo
2025-09-23tools/sched_ext: scx_qmap: Make debug output quieter by defaultTejun Heo
2025-09-23sched_ext: Make qmap dump operation non-destructiveTejun Heo
2025-09-03tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()Andrea Righi
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang
2025-04-14sched_ext: Improve cross-compilation support in Makefileyangsonghua
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo
2025-04-02tools/sched_ext: Sync with scx repoTejun Heo
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-02-27tools/sched_ext: Provide a compatible helper for scx_bpf_events()Andrea Righi
2025-02-25tools/sched_ext: Provide consistent access to scx flagsAndrea Righi
2025-02-24sched_ext: idle: Introduce scx_bpf_nr_node_ids()Andrea Righi
2025-02-18sched_ext: idle: Introduce node-aware idle cpu kfunc helpersAndrea 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-14tools/sched_ext: Sync with scx repoTejun Heo
2025-02-13sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou
2025-02-10tools/sched_ext: Update enum_defs.autogen.hChangwoo Min
2025-02-08tools/sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTEDChangwoo Min
2025-02-08tool/sched_ext: Event counter dumping updatesTejun Heo
2025-02-08Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo
2025-02-07sched_ext: Print an event, SCX_EV_ENQ_SLICE_DFL, in scx_qmap/centralChangwoo Min
2025-02-04sched_ext: Print core event count in scx_qmap schedulerChangwoo Min
2025-02-04sched_ext: Print core event count in scx_central schedulerChangwoo Min
2025-02-04sched_ext: Add scx_bpf_events() and scx_read_event() for BPF schedulersChangwoo Min
2025-02-02sched_ext: Fix incorrect time delta calculation in time_delta()Changwoo Min
2025-01-27tools/sched_ext: Add helper to check task migration stateAndrea Righi
2025-01-10sched_ext: Use time helpers in BPF schedulersChangwoo Min
2025-01-10sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now()Changwoo Min