aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+5
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri1-4/+0
2026-08-07sched/fair: Allow load balancing between CPUs of identical capacityRicardo Neri1-1/+8
2026-08-07sched/fair: Skip misfit load accounting when the destination CPU cannot helpRicardo Neri1-4/+17
2026-08-07sched/fair: Check CPU capacity before comparing group types during load balanceRicardo Neri1-11/+11
2026-08-07sched/fair: Also gate overloaded status update for SD_ASYM_CPUCAPACITYRicardo Neri1-1/+3
2026-08-07sched/fair: Do not skip CPUs of similar capacity with busy SMT siblingsRicardo Neri1-3/+11
2026-08-07sched/fair: Prefer fully idle cores for NOHZ balancingAndrea Righi1-11/+44
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov2-6/+6
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig1-1/+0
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo5-11/+141
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo6-33/+558
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo2-24/+143
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo2-70/+118
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo3-6/+10
2026-08-03sched_ext: Reject internal enq_flags in the dsq move kfuncsTejun Heo1-8/+13
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo2-30/+30
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo2-90/+90
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo3-8/+8
2026-08-03sched_ext: Initialize idle masks as busyAndrea Righi1-8/+8
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds2-10/+41
2026-08-03Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-16/+59
2026-08-02sched_ext: Set errno on ENABLING -> ENABLED transition failureLiang Luo1-0/+1
2026-08-02sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-docLiang Luo1-2/+2
2026-08-02Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2026-07-31Merge back cpufreq material for 7.3Rafael J. Wysocki1-3/+5
2026-07-30sched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco1-1/+2
2026-07-27sched_ext: Report scx_link_sched() failures inlineTejun Heo1-20/+9
2026-07-27sched_ext: Abort directly from the hardlockup handlerTejun Heo1-26/+9
2026-07-27sched_ext: Report NMI kicks with scx_error()Tejun Heo2-6/+1
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo3-40/+64
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo3-45/+79
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo5-40/+46
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/linux/kernel/git/superm1/linuxRafael 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