index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
2026-07-25
sched_ext: Use rcu_access_pointer() for the first_task comparison
Tejun Heo
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
2026-07-24
sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERF
Tejun Heo
2026-07-24
sched_ext: Factor out scx_cpuperf_set()
Tejun Heo
2026-07-24
sched_ext: Count kicks denied for lacking baseline cid access
Tejun Heo
2026-07-24
sched_ext: Gate local DSQ reenq on baseline cid access
Tejun Heo
2026-07-23
sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-doc
Liang Luo
2026-07-23
sched_ext: Repair kernel-doc comments
Randy Dunlap
2026-07-23
Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/l...
Rafael J. Wysocki
2026-07-22
sched_ext: Fix stale errno in scx_sub_enable_workfn()
Cui Jian
2026-07-22
sched_ext: Mark waker CPU busy when selected in WAKE_SYNC case
Kuba Piecuch
2026-07-22
cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs show
Zhongqiu Han
2026-07-22
cpufreq: schedutil: Publish util hooks only after all sg_cpu are initialized
Zhongqiu Han
2026-07-21
sched_ext: Build the cid tables privately and publish them with RCU
Tejun Heo
2026-07-21
sched_ext: Drop unused scx_cpumask_to_cmask()
Tejun Heo
2026-07-21
sched_ext: Skip the default CPU selection while bypassing
Tejun Heo
2026-07-21
sched_ext: Blame the DSQ's owning scheduler for a runnable stall
Tejun Heo
2026-07-19
sched_ext: Rename the cid-form cgroup ops to cpuctl_*
Tejun Heo
2026-07-19
sched_ext: Hand over cgroups at sub-scheduler enable/disable
Tejun Heo
2026-07-19
sched_ext: Deliver cgroup ops to each task_group's sched
Tejun Heo
2026-07-19
sched_ext: Re-home tasks on cgroup migration
Tejun Heo
2026-07-19
sched_ext: Relocate scx_cgroup_enabled
Tejun Heo
2026-07-19
sched_ext: Factor out scx_rehome_task() and scx_punt_task()
Tejun Heo
2026-07-17
Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2026-07-17
sched_ext: Don't enable non-ext tasks in the sub-sched task loops
Tejun Heo
2026-07-17
sched_ext: Skip sub-disable teardown for never-linked sub-schedulers
Tejun Heo
2026-07-17
sched_ext: Take cgroup_lock() first in scx_cgroup_lock()
Tejun Heo
2026-07-17
sched_ext: Reject setting disallow from init_task outside the enable path
Tejun Heo
2026-07-15
sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths
Tejun Heo
2026-07-15
sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHED
Tejun Heo
2026-07-15
sched_ext: Move scx_dispatch_sched() to a new inlines.h
Tejun Heo
2026-07-15
sched_ext: Remove queued ecaps syncs directly on sched teardown
Tejun Heo
2026-07-15
cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply()
Zhongqiu Han
2026-07-15
cpufreq: intel_pstate: Adjust the .adjust_perf() driver callback
Rafael J. Wysocki
2026-07-15
sched/psi: Shut down rtpoll_timer in psi_cgroup_free()
Tejun Heo
2026-07-15
sched/psi: Create the psimon kthread outside of cgroup_mutex
Tejun Heo
2026-07-13
sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
Tejun Heo
2026-07-13
sched_ext: Replay ecaps notifications suppressed by bypass
Tejun Heo
2026-07-13
sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
Tejun Heo
2026-07-13
sched_ext: Authorize remote-move inserts against the placing scheduler
Tejun Heo
2026-07-13
sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
Tejun Heo
2026-07-13
sched_ext: Add the SCX_CAP_ENQ cap
Tejun Heo
2026-07-13
sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
Tejun Heo
2026-07-13
sched_ext: Track the cpu a task is runnable on
Tejun Heo
2026-07-13
sched_ext: Route task slice writes through set_task_slice()
Tejun Heo
2026-07-13
sched_ext: Assign a unique id to each scheduler instance
Tejun Heo
2026-07-13
sched_ext: Add the SCX_CAP_ENQ_IMMED cap
Tejun Heo
2026-07-13
sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restore
Tejun Heo
2026-07-13
sched_ext: Add reject DSQ for cap-rejected dispatches
Tejun Heo
[prev]
[next]