[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251201064647.1851919-1-mingo@kernel.org>
Date: Mon, 1 Dec 2025 07:46:41 +0100
From: Ingo Molnar <mingo@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Peter Zijlstra <peterz@...radead.org>,
Juri Lelli <juri.lelli@...hat.com>,
Dietmar Eggemann <dietmar.eggemann@....com>,
Valentin Schneider <vschneid@...hat.com>,
Vincent Guittot <vincent.guittot@...aro.org>,
Shrikanth Hegde <sshegde@...ux.ibm.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Mel Gorman <mgorman@...e.de>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...nel.org>
Subject: [PATCH 0/6] sched: Misc cleanups
Misc details I noticed while working on the fair scheduling code.
Arguably sum_w_vruntime is a bit of a tongue-twister - any better ideas?
The latest version of this series can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/mingo/tip.git WIP.sched/misc
The commits are based on tip:sched/core.
Thanks,
Ingo
================
Ingo Molnar (6):
sched/fair: Join two #ifdef CONFIG_CFS_BANDWIDTH blocks
sched/fair: Clean up comments in 'struct cfs_rq'
sched/fair: Separate se->vlag from se->vprot
sched/fair: Rename avg_vruntime() to cfs_avg_vruntime()
sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight
sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions
include/linux/sched.h | 4 ++--
kernel/sched/debug.c | 4 ++--
kernel/sched/fair.c | 48 ++++++++++++++++++++++++------------------------
kernel/sched/sched.h | 28 +++++++++++++---------------
4 files changed, 41 insertions(+), 43 deletions(-)
--
2.51.0
Powered by blists - more mailing lists