[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240301110951.3707367-1-mingo@kernel.org>
Date: Fri, 1 Mar 2024 12:09:44 +0100
From: Ingo Molnar <mingo@...nel.org>
To: linux-kernel@...r.kernel.org
Cc: Peter Zijlstra <peterz@...radead.org>,
Vincent Guittot <vincent.guittot@...aro.org>,
Dietmar Eggemann <dietmar.eggemann@....com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Valentin Schneider <vschneid@...hat.com>
Subject: [PATCH 0/7] sched/balancing: Misc updates & cleanups
Improve a handful of things I noticed while looking through the
scheduler balancing code. No change in functionality intended.
Ingo Molnar (7):
sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'atomic_t sched_balance_running' flag
sched/balancing: Change 'enum cpu_idle_type' to have more natural definitions
sched/balancing: Change comment formatting to not overlap Git conflict marker lines
sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICK
sched/balancing: Update run_rebalance_domains() comments
sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 'struct sd_lb_stats'
sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_stats'
include/linux/sched/idle.h | 3 +-
kernel/sched/fair.c | 104 +++++++++++++++++++++++++++++++++++++----------------------------
2 files changed, 60 insertions(+), 47 deletions(-)
--
2.40.1
Powered by blists - more mailing lists