summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-08-07sched/fair: Prefer fully idle cores for NOHZ balancingAndrea Righi
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo
2026-08-03sched_ext: Reject internal enq_flags in the dsq move kfuncsTejun Heo
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo
2026-08-03sched_ext: Initialize idle masks as busyAndrea Righi
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-03Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-08-02sched_ext: Set errno on ENABLING -> ENABLED transition failureLiang Luo
2026-08-02sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-docLiang Luo
2026-08-02Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-07-31Merge back cpufreq material for 7.3Rafael J. Wysocki
2026-07-30sched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco
2026-07-27sched_ext: Report scx_link_sched() failures inlineTejun Heo
2026-07-27sched_ext: Abort directly from the hardlockup handlerTejun Heo
2026-07-27sched_ext: Report NMI kicks with scx_error()Tejun Heo
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo
2026-07-25sched_ext: Use rcu_access_pointer() for the first_task comparisonTejun Heo
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo
2026-07-24sched_ext: Factor out scx_cpuperf_set()Tejun Heo
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo
2026-07-23sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-docLiang Luo
2026-07-23sched_ext: Repair kernel-doc commentsRandy Dunlap
2026-07-23Merge tag 'amd-pstate-v7.3-2026-07-22' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian
2026-07-22sched_ext: Mark waker CPU busy when selected in WAKE_SYNC caseKuba Piecuch
2026-07-22cpufreq: schedutil: Replace sprintf() with sysfs_emit() in sysfs showZhongqiu Han
2026-07-22cpufreq: schedutil: Publish util hooks only after all sg_cpu are initializedZhongqiu Han
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo
2026-07-21sched_ext: Skip the default CPU selection while bypassingTejun Heo
2026-07-21sched_ext: Blame the DSQ's owning scheduler for a runnable stallTejun Heo
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo