summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)Author
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
2025-01-10sched_ext: Add time helpers for BPF schedulersChangwoo Min
2025-01-10sched_ext: Add scx_bpf_now() for BPF schedulerChangwoo Min
2024-12-12tools/sched_ext: Receive updates from SCX repoTejun Heo
2024-12-04sched_ext: fix application of sizeof to pointerguanjing
2024-12-03sched_ext: Add __weak to fix the build errorsHonglei Wang
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...Tejun Heo
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo
2024-11-05sched_ext: Update scx_show_state.py to match scx_ops_bypass_depth's new typeTejun Heo
2024-10-25sched_ext: Make cast_mask() inlineTejun Heo
2024-10-07sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo
2024-10-02sched_ext: Add __weak markers to BPF helper function decalarationsVishal Chourasia
2024-09-26scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo
2024-09-25tools/sched_ext: Receive misc updates from SCX repoTejun Heo
2024-09-25sched_ext: Add __COMPAT helpers for features added during v6.12 devel cycleTejun Heo
2024-09-23sched_ext: Provide a sysfs enable_seq counterAndrea Righi
2024-09-09scx_qmap: Implement highpri boostingTejun Heo
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo
2024-09-04sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo
2024-09-04sched_ext: Add cgroup supportTejun Heo
2024-09-03sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo
2024-08-27scx_central: Fix smatch checker warningTejun Heo
2024-07-12sched_ext/scx_qmap: Pick idle CPU for direct dispatch on !wakeup enqueuesTejun Heo
2024-07-08sched_ext/scx_qmap: Add an example usage of DSQ iteratorTejun Heo
2024-07-08sched_ext: Implement DSQ iteratorTejun Heo
2024-07-08sched/ext: Add BPF function to fetch rqHongyan Xia