index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext.c
Age
Commit message (
Expand
)
Author
2025-07-16
sched/ext: Prevent update_locked_rq() calls with NULL rq
Breno Leitao
2025-06-17
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...
Tejun Heo
2025-06-17
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
Tejun Heo
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-05-20
sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c
Andrea Righi
2025-05-14
sched_ext: Explain the temporary situation around scx_root dereferences
Tejun Heo
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2025-05-14
sched_ext: Cleanup [__]scx_exit/error*()
Tejun Heo
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
2025-05-14
sched_ext: Clean up scx_root usages
Tejun Heo
2025-05-09
sched_ext: Remove bpf_scx_get_func_proto
Feng Yang
2025-05-07
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2025-05-07
sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator
Tejun Heo
2025-04-30
sched_ext: Avoid NULL scx_root deref in __scx_exit()
Andrea Righi
2025-04-30
sched_ext: Add RCU protection to scx_root in DSQ iterator
Andrea Righi
2025-04-29
sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
Tejun Heo
2025-04-29
sched_ext: Move disable machinery into scx_sched
Tejun Heo
2025-04-29
sched_ext: Move event_stats_cpu into scx_sched
Tejun Heo
2025-04-29
sched_ext: Factor out scx_read_events()
Tejun Heo
2025-04-29
sched_ext: Relocate scx_event_stats definition
Tejun Heo
2025-04-29
sched_ext: Move global_dsqs into scx_sched
Tejun Heo
2025-04-29
sched_ext: Move dsq_hash into scx_sched
Tejun Heo
2025-04-29
sched_ext: Factor out scx_alloc_and_add_sched()
Tejun Heo
2025-04-29
sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
Tejun Heo
2025-04-29
sched_ext: Use dynamic allocation for scx_sched
Tejun Heo
2025-04-29
sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
Tejun Heo
2025-04-29
sched_ext: Introduce scx_sched
Tejun Heo
2025-04-29
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2025-04-29
sched_ext: Fix rq lock state in hotplug ops
Andrea Righi
2025-04-25
sched_ext: Remove duplicate BTF_ID_FLAGS definitions
Andrea Righi
2025-04-23
sched_ext: Clarify CPU context for running/stopping callbacks
Andrea Righi
2025-04-22
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2025-04-22
sched_ext: Fix missing rq lock in scx_bpf_cpuperf_set()
Andrea Righi
2025-04-22
sched_ext: Track currently locked rq
Andrea Righi
2025-04-18
sched_ext: add helper for refill task with default slice
Honglei Wang
2025-04-18
sched_ext: change the variable name for slice refill event
Honglei Wang
2025-04-09
sched_ext: Make scx_has_op a bitmap
Tejun Heo
2025-04-09
sched_ext: Remove scx_ops_allow_queued_wakeup static_key
Tejun Heo
2025-04-09
sched_ext: Remove scx_ops_cpu_preempt static_key
Tejun Heo
2025-04-09
sched_ext: Remove scx_ops_enq_* static_keys
Tejun Heo
2025-04-09
sched_ext: Indentation updates
Tejun Heo
2025-04-08
sched_ext: Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
2025-04-08
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
Tejun Heo
2025-04-08
sched_ext: Use kvzalloc for large exit_dump allocation
Breno Leitao
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
2025-04-07
sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()
Andrea Righi
2025-04-04
sched_ext: Drop "ops" from SCX_OPS_TASK_ITER_BATCH
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_{init|exit|enable|disable}[_task]() and fr...
Tejun Heo
2025-04-04
sched_ext: Drop "ops" from scx_ops_exit(), scx_ops_error() and friends
Tejun Heo
[next]