index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...
Tejun Heo
1
-0
/
+5
2025-06-17
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
Tejun Heo
1
-6
/
+6
2025-05-29
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-14
/
+1
2025-05-20
sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c
Andrea Righi
1
-5
/
+0
2025-05-14
sched_ext: Explain the temporary situation around scx_root dereferences
Tejun Heo
1
-0
/
+8
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
1
-109
/
+175
2025-05-14
sched_ext: Cleanup [__]scx_exit/error*()
Tejun Heo
1
-23
/
+25
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
1
-58
/
+74
2025-05-14
sched_ext: Clean up scx_root usages
Tejun Heo
1
-59
/
+98
2025-05-09
sched_ext: Remove bpf_scx_get_func_proto
Feng Yang
1
-14
/
+1
2025-05-07
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-0
/
+6
2025-05-07
sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator
Tejun Heo
1
-0
/
+6
2025-05-01
sched_ext: Avoid NULL scx_root deref in __scx_exit()
Andrea Righi
1
-4
/
+13
2025-05-01
sched_ext: Add RCU protection to scx_root in DSQ iterator
Andrea Righi
1
-1
/
+1
2025-04-29
sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
Tejun Heo
1
-6
/
+2
2025-04-29
sched_ext: Move disable machinery into scx_sched
Tejun Heo
1
-48
/
+25
2025-04-29
sched_ext: Move event_stats_cpu into scx_sched
Tejun Heo
1
-42
/
+58
2025-04-29
sched_ext: Factor out scx_read_events()
Tejun Heo
1
-19
/
+26
2025-04-29
sched_ext: Relocate scx_event_stats definition
Tejun Heo
1
-57
/
+57
2025-04-29
sched_ext: Move global_dsqs into scx_sched
Tejun Heo
1
-46
/
+49
2025-04-29
sched_ext: Move dsq_hash into scx_sched
Tejun Heo
1
-40
/
+82
2025-04-29
sched_ext: Factor out scx_alloc_and_add_sched()
Tejun Heo
1
-22
/
+36
2025-04-29
sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
Tejun Heo
1
-24
/
+18
2025-04-29
sched_ext: Use dynamic allocation for scx_sched
Tejun Heo
1
-66
/
+91
2025-04-29
sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
Tejun Heo
1
-1
/
+10
2025-04-29
sched_ext: Introduce scx_sched
Tejun Heo
1
-114
/
+129
2025-04-29
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-8
/
+2
2025-04-29
sched_ext: Fix rq lock state in hotplug ops
Andrea Righi
1
-2
/
+2
2025-04-25
sched_ext: Remove duplicate BTF_ID_FLAGS definitions
Andrea Righi
1
-6
/
+0
2025-04-24
sched_ext: Clarify CPU context for running/stopping callbacks
Andrea Righi
1
-0
/
+18
2025-04-22
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-62
/
+117
2025-04-22
sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()
Andrea Righi
1
-4
/
+23
2025-04-22
sched_ext: Track currently locked rq
Andrea Righi
1
-58
/
+94
2025-04-19
sched_ext: add helper for refill task with default slice
Honglei Wang
1
-12
/
+12
2025-04-19
sched_ext: change the variable name for slice refill event
Honglei Wang
1
-11
/
+11
2025-04-09
sched_ext: Make scx_has_op a bitmap
Tejun Heo
1
-12
/
+10
2025-04-09
sched_ext: Remove scx_ops_allow_queued_wakeup static_key
Tejun Heo
1
-5
/
+7
2025-04-09
sched_ext: Remove scx_ops_cpu_preempt static_key
Tejun Heo
1
-5
/
+8
2025-04-09
sched_ext: Remove scx_ops_enq_* static_keys
Tejun Heo
1
-17
/
+5
2025-04-09
sched_ext: Indentation updates
Tejun Heo
1
-10
/
+10
2025-04-08
sched_ext: Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-42
/
+7
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
1
-1
/
+4
2025-04-08
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
Tejun Heo
1
-40
/
+1
2025-04-08
sched_ext: Use kvzalloc for large exit_dump allocation
Breno Leitao
1
-2
/
+2
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
1
-0
/
+1
2025-04-07
sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()
Andrea Righi
1
-1
/
+1
2025-04-04
sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH
Tejun Heo
1
-4
/
+4
2025-04-04
sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...
Tejun Heo
1
-46
/
+46
2025-04-04
sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends
Tejun Heo
1
-92
/
+83
2025-04-04
sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends
Tejun Heo
1
-35
/
+34
[next]