All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] sched: Misc cleanups
@ 2025-12-01  6:46 Ingo Molnar
  2025-12-01  6:46 ` [PATCH 1/6] sched/fair: Join two #ifdef CONFIG_CFS_BANDWIDTH blocks Ingo Molnar
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Ingo Molnar @ 2025-12-01  6:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Zijlstra, Juri Lelli, Dietmar Eggemann, Valentin Schneider,
	Vincent Guittot, Shrikanth Hegde, Linus Torvalds, Mel Gorman,
	Steven Rostedt, Thomas Gleixner, Ingo Molnar

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


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2025-12-15  7:59 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01  6:46 [PATCH 0/6] sched: Misc cleanups Ingo Molnar
2025-12-01  6:46 ` [PATCH 1/6] sched/fair: Join two #ifdef CONFIG_CFS_BANDWIDTH blocks Ingo Molnar
2025-12-04  5:53   ` Shrikanth Hegde
2025-12-06 10:48     ` Ingo Molnar
2025-12-14  7:46   ` [tip: sched/core] sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks tip-bot2 for Ingo Molnar
2025-12-15  7:59   ` tip-bot2 for Ingo Molnar
2025-12-01  6:46 ` [PATCH 2/6] sched/fair: Clean up comments in 'struct cfs_rq' Ingo Molnar
2025-12-14  7:46   ` [tip: sched/core] " tip-bot2 for Ingo Molnar
2025-12-15  7:59   ` tip-bot2 for Ingo Molnar
2025-12-01  6:46 ` [PATCH 3/6] sched/fair: Separate se->vlag from se->vprot Ingo Molnar
2025-12-01  8:06   ` [PATCH 3/6 v2] " Ingo Molnar
2025-12-14  7:46   ` [tip: sched/core] " tip-bot2 for Ingo Molnar
2025-12-15  7:59   ` tip-bot2 for Ingo Molnar
2025-12-01  6:46 ` [PATCH 4/6] sched/fair: Rename avg_vruntime() to cfs_avg_vruntime() Ingo Molnar
2025-12-02 10:24   ` Peter Zijlstra
2025-12-02 15:15     ` Ingo Molnar
2025-12-01  6:46 ` [PATCH 5/6] sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight Ingo Molnar
2025-12-02 10:27   ` Peter Zijlstra
2025-12-02 15:57     ` Ingo Molnar
2025-12-14  7:46   ` [tip: sched/core] " tip-bot2 for Ingo Molnar
2025-12-15  7:59   ` tip-bot2 for Ingo Molnar
2025-12-01  6:46 ` [PATCH 6/6] sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions Ingo Molnar
2025-12-02 10:35   ` Peter Zijlstra
2025-12-02 15:19     ` Ingo Molnar
2025-12-14  7:46   ` [tip: sched/core] " tip-bot2 for Ingo Molnar
2025-12-15  7:59   ` tip-bot2 for Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.