index
:
pub/scm/linux/kernel/git/rt/linux-stable-rt.git
master
Linux kernel fork
RT group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
sched_ext
/
scx_qmap.bpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
sched_ext: Check bpf_timer_start return values in scx_qmap
Wanwu Li
1
-3
/
+6
2026-08-17
sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3
Tejun Heo
1
-23
/
+13
2026-08-15
sched_ext: Make core-sched task ordering hierarchy-aware
Tejun Heo
1
-7
/
+16
2026-08-15
sched_ext: Fix inverted ops.core_sched_before() invocation
Tejun Heo
1
-1
/
+1
2026-08-12
sched_ext: Convert scx_bpf_cid_override() to __arena array arguments
Tejun Heo
1
-13
/
+3
2026-08-12
sched_ext: Convert sub-cap kfuncs to __arena cmask arguments
Tejun Heo
1
-10
/
+10
2026-08-03
sched_ext: scx_qmap - Add rescue support
Tejun Heo
1
-27
/
+58
2026-08-03
sched_ext: scx_qmap - Idle-check pinned tasks before direct dispatch
Tejun Heo
1
-4
/
+0
2026-07-24
sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERF
Tejun Heo
1
-6
/
+11
2026-07-19
sched_ext: Rename the cid-form cgroup ops to cpuctl_*
Tejun Heo
1
-11
/
+11
2026-07-19
tools/sched_ext: scx_qmap - Add init fault injection modes
Tejun Heo
1
-0
/
+15
2026-07-19
tools/sched_ext: scx_qmap - Consume cgroup weights through set_weight
Tejun Heo
1
-14
/
+66
2026-07-14
tools/sched_ext: scx_qmap: Fix stale API name in comment
Liang Luo
1
-1
/
+1
2026-07-13
tools/sched_ext: scx_qmap - Add sub-sched cap fault injection
Tejun Heo
1
-0
/
+40
2026-07-13
tools/sched_ext: scx_qmap - Expand hierarchical sub-scheduling
Tejun Heo
1
-58
/
+700
2026-07-13
sched_ext: Add shard boundaries to scx_bpf_cid_override()
Tejun Heo
1
-6
/
+10
2026-07-13
sched_ext: Add ops.init_cids() to finalize the cid layout before init
Tejun Heo
1
-17
/
+27
2026-06-03
tools/sched_ext: Order single-cid cmask helpers as (cid, mask)
Tejun Heo
1
-6
/
+6
2026-05-25
sched_ext: Convert ops.set_cmask() to arena-resident cmask
Tejun Heo
1
-2
/
+3
2026-05-13
tools/sched_ext: scx_qmap: Fix qa arena placement
Cheng-Yang Chou
1
-1
/
+1
2026-04-29
tools/sched_ext: scx_qmap: Port to cid-form struct_ops
Tejun Heo
1
-113
/
+128
2026-04-29
tools/sched_ext: scx_qmap: Add cmask-based idle tracking and cid-based idle pick
Tejun Heo
1
-16
/
+121
2026-04-29
tools/sched_ext: scx_qmap: Restart on hotplug instead of cpu_online/offline
Tejun Heo
1
-62
/
+0
2026-04-21
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
1
-4
/
+2
2026-04-21
tools/sched_ext: scx_qmap: Silence task_ctx lookup miss
Tejun Heo
1
-18
/
+6
2026-04-20
sched_ext: Documentation: clarify arena-backed doubly-linked lists in scx_qmap
Cheng-Yang Chou
1
-1
/
+1
2026-04-20
sched_ext: add p->scx.tid and SCX_OPS_TID_TO_TASK lookup
Tejun Heo
1
-6
/
+7
2026-04-16
sched_ext: scx_qmap: replace FIFO queue maps with arena-backed lists
Tejun Heo
1
-86
/
+141
2026-04-16
sched_ext: scx_qmap: move task_ctx into a BPF arena slab
Tejun Heo
1
-37
/
+144
2026-04-16
sched_ext: scx_qmap: move globals and cpu_ctx into a BPF arena map
Tejun Heo
1
-87
/
+63
2026-04-16
sched_ext: scx_qmap: rename tctx to taskc
Tejun Heo
1
-30
/
+30
2026-04-13
tools/sched_ext: Kick home CPU for stranded tasks in scx_qmap
Tejun Heo
1
-0
/
+40
2026-03-13
sched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flag
Tejun Heo
1
-39
/
+27
2026-03-13
sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()
Tejun Heo
1
-2
/
+2
2026-03-07
sched_ext: Implement scx_bpf_dsq_reenq() for user DSQs
Tejun Heo
1
-2
/
+55
2026-03-07
sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueue
Tejun Heo
1
-2
/
+9
2026-03-06
sched_ext: Add basic building blocks for nested sub-scheduler dispatching
Tejun Heo
1
-1
/
+36
2026-03-06
sched_ext: Introduce cgroup sub-sched support
Tejun Heo
1
-1
/
+8
2026-01-12
sched_ext: Add error logging for dsq creation failures
George Guo
1
-2
/
+6
2025-10-29
sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere
Tejun Heo
1
-10
/
+28
2025-10-13
tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIs
Tejun Heo
1
-9
/
+5
2025-09-23
tools/sched_ext: scx_qmap: Make debug output quieter by default
Tejun Heo
1
-34
/
+44
2025-09-23
sched_ext: Make qmap dump operation non-destructive
Tejun Heo
1
-1
/
+17
2025-06-20
sched_ext: Add support for cgroup bandwidth control interface
Tejun Heo
1
-0
/
+23
2025-04-18
sched_ext: change the variable name for slice refill event
Honglei Wang
1
-2
/
+2
2025-03-04
sched_ext: Change the event type from u64 to s64
Changwoo Min
1
-8
/
+8
2025-02-27
tools/sched_ext: Provide a compatible helper for scx_bpf_events()
Andrea Righi
1
-1
/
+1
2025-02-08
tools/sched_ext: Compatible testing of SCX_ENQ_CPU_SELECTED
Changwoo Min
1
-1
/
+1
2025-02-08
tool/sched_ext: Event counter dumping updates
Tejun Heo
1
-8
/
+8
2025-02-07
sched_ext: Print an event, SCX_EV_ENQ_SLICE_DFL, in scx_qmap/central
Changwoo Min
1
-0
/
+2
[next]