All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Peter Zijlstra <peterz@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Juri Lelli <juri.lelli@redhat.com>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Dietmar Eggemann <dietmar.eggemann@arm.com>,
	Steven Rostedt <rostedt@goodmis.org>,
	Ben Segall <bsegall@google.com>, Mel Gorman <mgorman@suse.de>,
	Valentin Schneider <vschneid@redhat.com>,
	Shrikanth Hegde <sshegde@linux.ibm.com>
Subject: [GIT PULL] Scheduler changes for v6.11
Date: Tue, 16 Jul 2024 01:50:59 +0200	[thread overview]
Message-ID: <ZpW146UsrWo_leh0@gmail.com> (raw)


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-07-16

   # HEAD: db43a609d01e8bf9b812d45dc2945c65b57dd793 sched: Update MAINTAINERS and CREDITS

Scheduler changes for v6.11:

 - Update Daniel Bristot de Oliveira's entry in MAINTAINERS,
   and credit him in CREDITS.

 - Harmonize the lock-yielding behavior on dynamically selected
   preemption models with static ones.

 - Reorganize the code a bit: split out sched/syscalls.c to reduce
   the size of sched/core.c

 - Micro-optimize psi_group_change()

 - Fix set_load_weight() for SCHED_IDLE tasks

 - Misc cleanups & fixes

 Thanks,

	Ingo

------------------>
Christian Loehle (1):
      idle: Remove stale RCU comment

Ingo Molnar (5):
      sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c
      sched: Fix spelling in comments
      sched/core: Simplify prefetch_curr_exec_start()
      sched/core: Clean up kernel/sched/sched.h a bit
      sched/headers: Move struct pre-declarations to the beginning of the header

Peter Zijlstra (1):
      sched: Update MAINTAINERS and CREDITS

Sean Christopherson (2):
      sched/core: Move preempt_model_*() helpers from sched.h to preempt.h
      sched/core: Drop spinlocks on contention iff kernel is preemptible

Tejun Heo (1):
      sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasks

Tim Chen (1):
      sched/balance: Skip unnecessary updates to idle load balancer's flags

Tvrtko Ursulin (1):
      sched/psi: Optimise psi_group_change a bit


 CREDITS                                         |    3 +
 Documentation/admin-guide/kernel-parameters.txt |    4 +-
 MAINTAINERS                                     |    1 -
 include/linux/preempt.h                         |   41 +
 include/linux/sched.h                           |   41 -
 include/linux/spinlock.h                        |   14 +-
 kernel/sched/build_policy.c                     |    1 +
 kernel/sched/clock.c                            |    4 +-
 kernel/sched/core.c                             | 1874 +----------------------
 kernel/sched/core_sched.c                       |    2 +-
 kernel/sched/cputime.c                          |   14 +-
 kernel/sched/deadline.c                         |    8 +-
 kernel/sched/fair.c                             |   18 +-
 kernel/sched/idle.c                             |   12 +-
 kernel/sched/loadavg.c                          |    4 +-
 kernel/sched/pelt.c                             |    4 +-
 kernel/sched/psi.c                              |   60 +-
 kernel/sched/rt.c                               |   22 +-
 kernel/sched/sched.h                            |  434 ++++--
 kernel/sched/stats.h                            |    2 +-
 kernel/sched/syscalls.c                         | 1699 ++++++++++++++++++++
 kernel/sched/topology.c                         |   12 +-
 kernel/sched/wait_bit.c                         |    4 +-
 23 files changed, 2183 insertions(+), 2095 deletions(-)
 create mode 100644 kernel/sched/syscalls.c

             reply	other threads:[~2024-07-15 23:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15 23:50 Ingo Molnar [this message]
2024-07-17  0:49 ` [GIT PULL] Scheduler changes for v6.11 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZpW146UsrWo_leh0@gmail.com \
    --to=mingo@kernel.org \
    --cc=bsegall@google.com \
    --cc=dietmar.eggemann@arm.com \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mgorman@suse.de \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=sshegde@linux.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=vincent.guittot@linaro.org \
    --cc=vschneid@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.