summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2026-07-25sched_ext: Use rcu_access_pointer() for the first_task comparisonTejun Heo1-1/+1
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo4-21/+50
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo3-10/+26
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo2-10/+41
2026-07-24sched_ext: Factor out scx_cpuperf_set()Tejun Heo1-33/+45
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo2-6/+22
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo2-1/+20
2026-07-23sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-docLiang Luo1-3/+3
2026-07-23sched_ext: Repair kernel-doc commentsRandy Dunlap1-3/+6
2026-07-23Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki2-59/+141
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian1-0/+2
2026-07-22sched_ext: Mark waker CPU busy when selected in WAKE_SYNC caseKuba Piecuch1-1/+3
2026-07-22cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs showZhongqiu Han1-1/+1
2026-07-22cpufreq: schedutil: Publish util hooks only after all sg_cpu are initializedZhongqiu Han1-0/+11
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo5-139/+273
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo2-22/+0
2026-07-21sched_ext: Skip the default CPU selection while bypassingTejun Heo1-2/+13
2026-07-21sched_ext: Blame the DSQ's owning scheduler for a runnable stallTejun Heo1-0/+11
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo2-31/+30
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo3-13/+237
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo2-47/+144
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo3-15/+152
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo2-6/+13
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo1-28/+56
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo2-9/+49
2026-07-17sched_ext: Don't enable non-ext tasks in the sub-sched task loopsTejun Heo1-5/+16
2026-07-17sched_ext: Skip sub-disable teardown for never-linked sub-schedulersTejun Heo1-2/+12
2026-07-17sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo1-2/+7
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo1-0/+3
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo5-4/+65
2026-07-15sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHEDTejun Heo2-10/+12
2026-07-15sched_ext: Move scx_dispatch_sched() to a new inlines.hTejun Heo5-110/+128
2026-07-15sched_ext: Remove queued ecaps syncs directly on sched teardownTejun Heo2-26/+43
2026-07-15cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply()Zhongqiu Han1-1/+1
2026-07-15cpufreq: intel_pstate: Adjust the .adjust_perf() driver callbackRafael J. Wysocki1-1/+3
2026-07-15sched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo1-0/+6
2026-07-15sched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo1-16/+53
2026-07-13sched_ext: Add scx_bpf_sub_kill() to evict a child sub-schedulerTejun Heo3-12/+84
2026-07-13sched_ext: Replay ecaps notifications suppressed by bypassTejun Heo3-1/+40
2026-07-13sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed schedsTejun Heo6-29/+133
2026-07-13sched_ext: Authorize remote-move inserts against the placing schedulerTejun Heo3-15/+25
2026-07-13sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPTTejun Heo4-15/+77
2026-07-13sched_ext: Add the SCX_CAP_ENQ capTejun Heo3-5/+22
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo3-12/+218
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo1-0/+9
2026-07-13sched_ext: Route task slice writes through set_task_slice()Tejun Heo1-13/+19
2026-07-13sched_ext: Assign a unique id to each scheduler instanceTejun Heo2-0/+7
2026-07-13sched_ext: Add the SCX_CAP_ENQ_IMMED capTejun Heo4-6/+19
2026-07-13sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restoreTejun Heo3-2/+9
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo5-9/+231