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_idle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-03
sched_ext: idle: Skip cross-node search with !CONFIG_NUMA
Andrea Righi
1
-0
/
+8
2025-05-31
sched_ext: idle: Properly handle invalid prev_cpu during idle selection
Andrea Righi
1
-18
/
+11
2025-05-22
sched_ext: Call ops.update_idle() after updating builtin idle bits
Tejun Heo
1
-10
/
+15
2025-05-21
sched_ext: idle: Consolidate default idle CPU selection kfuncs
Andrea Righi
1
-85
/
+71
2025-05-20
sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked context
Andrea Righi
1
-10
/
+27
2025-05-20
sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()
Andrea Righi
1
-0
/
+10
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
1
-12
/
+12
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
1
-1
/
+1
2025-05-14
sched_ext: Clean up scx_root usages
Tejun Heo
1
-2
/
+2
2025-04-29
sched_ext: Introduce scx_sched
Tejun Heo
1
-1
/
+2
2025-04-22
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-1
/
+1
2025-04-22
sched_ext: Track currently locked rq
Andrea Righi
1
-1
/
+1
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
1
-0
/
+55
2025-04-07
sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()
Andrea Righi
1
-4
/
+44
2025-04-07
sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()
Andrea Righi
1
-9
/
+11
2025-04-07
sched_ext: idle: Extend topology optimizations to all tasks
Andrea Righi
1
-22
/
+51
2025-04-04
sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends
Tejun Heo
1
-10
/
+10
2025-03-26
sched_ext: initialize built-in idle state before ops.init()
Andrea Righi
1
-4
/
+4
2025-03-26
sched_ext: Remove a meaningless conditional goto in scx_select_cpu_dfl()
Tejun Heo
1
-2
/
+0
2025-03-26
sched_ext: idle: Fix return code of scx_select_cpu_dfl()
Andrea Righi
1
-1
/
+1
2025-03-14
sched_ext: idle: Refactor scx_select_cpu_dfl()
Andrea Righi
1
-22
/
+28
2025-03-14
sched_ext: idle: Honor idle flags in the built-in idle selection policy
Andrea Righi
1
-11
/
+30
2025-03-03
sched_ext: Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
1
-0
/
+3
2025-02-25
sched_ext: idle: Fix scx_bpf_pick_any_cpu_node() behavior
Andrea Righi
1
-3
/
+7
2025-02-18
sched_ext: idle: Introduce node-aware idle cpu kfunc helpers
Andrea Righi
1
-0
/
+182
2025-02-16
sched_ext: idle: Per-node idle cpumasks
Andrea Righi
1
-53
/
+230
2025-02-16
sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
Andrea Righi
1
-7
/
+22
2025-02-16
sched_ext: idle: Make idle static keys private
Andrea Righi
1
-13
/
+26
2025-01-28
sched_ext: Move built-in idle CPU selection policy to a separate file
Andrea Righi
1
-0
/
+752