index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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
2026-05-04
sched_ext: idle: Recheck prev_cpu after narrowing allowed mask
David Carlier
1
-6
/
+6
2026-04-24
sched_ext: Refuse cross-task select_cpu_from_kfunc calls
Tejun Heo
1
-2
/
+17
2026-04-20
sched_ext: Deny SCX kfuncs to non-SCX struct_ops programs
Cheng-Yang Chou
1
-0
/
+1
2026-04-10
sched_ext: Remove runtime kfunc mask enforcement
Cheng-Yang Chou
1
-3
/
+1
2026-04-10
sched_ext: Add verifier-time kfunc context filter
Tejun Heo
1
-0
/
+1
2026-04-10
sched_ext: Decouple kfunc unlocked-context check from kf_mask
Tejun Heo
1
-22
/
+17
2026-04-10
sched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlocked
Tejun Heo
1
-0
/
+4
2026-04-10
sched_ext: Drop TRACING access to select_cpu kfuncs
Tejun Heo
1
-4
/
+21
2026-04-03
Merge branch 'for-7.0-fixes' into for-7.1
Tejun Heo
1
-12
/
+19
2026-04-02
sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCU
Changwoo Min
1
-12
/
+19
2026-03-30
Merge branch 'for-7.0-fixes' into for-7.1
Tejun Heo
1
-1
/
+1
2026-03-22
sched_ext: Guard cpu_smt_mask() with CONFIG_SCHED_SMT
Andrea Righi
1
-0
/
+2
2026-03-21
sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()
Cheng-Yang Chou
1
-1
/
+1
2026-03-21
sched_ext: idle: Prioritize idle SMT sibling
Andrea Righi
1
-4
/
+22
2026-03-17
sched_ext: Fix typos in comments
zhidao su
1
-1
/
+1
2026-03-06
sched_ext: Move bypass state into scx_sched
Tejun Heo
1
-1
/
+2
2026-03-06
sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
Tejun Heo
1
-0
/
+11
2026-03-06
sched_ext: Introduce scx_prog_sched()
Tejun Heo
1
-36
/
+54
2026-03-03
Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+2
2026-02-25
sched_ext: Fix out-of-bounds access in scx_idle_init_masks()
David Carlier
1
-2
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-10-13
sched_ext: Wrap kfunc args in struct to prepare for aux__prog
Tejun Heo
1
-6
/
+37
2025-09-23
sched_ext: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
1
-1
/
+27
2025-09-23
sched_ext: Drop scx_kf_exit() and scx_kf_error()
Tejun Heo
1
-9
/
+16
2025-09-23
sched_ext: Drop kf_cpu_valid()
Tejun Heo
1
-4
/
+8
2025-09-23
sched_ext: Add the @sch parameter to ext_idle helpers
Tejun Heo
1
-15
/
+94
2025-09-22
sched_ext: idle: Handle migration-disabled tasks in BPF code
Andrea Righi
1
-1
/
+27
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-36
/
+9
2025-07-17
sched_ext: idle: Handle migration-disabled tasks in idle selection
Andrea Righi
1
-1
/
+1
2025-06-16
sched_ext: Return NULL in llc_span
Cheng-Yang Chou
1
-1
/
+1
2025-06-13
sched_ext: Always use SMP versions in kernel/sched/ext_idle.c
Cheng-Yang Chou
1
-34
/
+1
2025-06-09
sched_ext: idle: Make local functions static in ext_idle.c
Andrea Righi
1
-7
/
+17
2025-06-09
sched_ext: idle: Remove unnecessary ifdef in scx_bpf_cpu_node()
Andrea Righi
1
-4
/
+0
2025-06-03
sched_ext: idle: Skip cross-node search with !CONFIG_NUMA
Andrea Righi
1
-0
/
+8
2025-05-30
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
[next]