public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Scheduler changes for v6.9
@ 2024-03-11 12:17 Ingo Molnar
  2024-03-12  3:32 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-03-11 12:17 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Juri Lelli,
	Vincent Guittot, Dietmar Eggemann, Steven Rostedt, Ben Segall,
	Mel Gorman, Daniel Bristot de Oliveira, Valentin Schneider,
	Shrikanth Hegde

Linus,

Please pull the latest sched/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-core-2024-03-11

   # HEAD: 54de442747037485da1fc4eca9636287a61e97e3 sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC

Scheduler changes for v6.9:

 - Fix inconsistency in misfit task load-balancing

 - Fix CPU isolation bugs in the task-wakeup logic

 - Rework & unify the sched_use_asym_prio() and sched_asym_prefer() logic

 - Clean up & simplify ->avg_* accesses

 - Misc cleanups & fixes

 Thanks,

	Ingo

------------------>
Alex Shi (5):
      sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGS
      sched/fair: Remove unused parameter from sched_asym()
      sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()
      sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()
      sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC

David Vernet (3):
      sched/fair: Remove unnecessary goto in update_sd_lb_stats()
      sched/fair: Do strict inequality check for busiest misfit task group
      sched/fair: Simplify the update_sd_pick_busiest() logic

Keisuke Nishimura (2):
      sched/fair: Take the scheduling domain into account in select_idle_smt()
      sched/fair: Take the scheduling domain into account in select_idle_core()

Shrikanth Hegde (3):
      sched/core: Simplify code by removing duplicate #ifdefs
      sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dl
      sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irq


 arch/powerpc/kernel/smp.c      |   6 +--
 include/linux/sched/sd_flags.h |   4 +-
 include/linux/sched/topology.h |   6 +--
 kernel/sched/core.c            |   4 +-
 kernel/sched/fair.c            | 110 +++++++++++++++++------------------------
 kernel/sched/sched.h           |   2 +-
 kernel/sched/topology.c        |  35 ++++++-------
 7 files changed, 74 insertions(+), 93 deletions(-)

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

end of thread, other threads:[~2024-03-12  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 12:17 [GIT PULL] Scheduler changes for v6.9 Ingo Molnar
2024-03-12  3:32 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox