linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] scheduler changes for v5.2
@ 2019-05-06  9:11 Ingo Molnar
  2019-05-06 23:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2019-05-06  9:11 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Andrew Morton

Linus,

Please pull the latest sched-core-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-core-for-linus

   # HEAD: 08ae95f4fd3b38b257f5dc7e6507e071c27ba0d5 nohz_full: Allow the boot CPU to be nohz_full

The main changes in this cycle were:

 - Make nohz housekeeping processing more permissive and less intrusive 
   to isolated CPUs

 - Decouple CPU-bound workqueue acconting from the scheduler and move it 
   into the workqueue code.

 - Optimize topology building

 - Better handle quota and period overflows

 - Add more RCU annotations

 - Comment updates, misc cleanups

 Thanks,

	Ingo

------------------>
Colin Ian King (1):
      sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"

Joel Fernandes (Google) (4):
      sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
      sched_domain: Annotate RCU pointers properly
      rcuwait: Annotate task_struct with __rcu
      sched/core: Annotate perf_domain pointer with __rcu

Joel Savitz (1):
      sched/core: Fix typo in comment

Juri Lelli (2):
      cgroup/cpuset: Update stale generate_sched_domains() comments
      sched/topology: Update init_sched_domains() comment

Konstantin Khlebnikov (3):
      sched/rt: Check integer overflow at usec to nsec conversion
      sched/core: Handle overflow in cpu_shares_write_u64
      sched/core: Check quota and period overflow at usec to nsec conversion

Nicholas Piggin (6):
      sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs
      sched/core: Allow the remote scheduler tick to be started on CPU0
      power/suspend: Add function to disable secondaries for suspend
      kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze
      sched/isolation: Require a present CPU in housekeeping mask
      nohz_full: Allow the boot CPU to be nohz_full

Peter Zijlstra (2):
      sched/core: Remove ttwu_activate()
      sched/core: Unify p->on_rq updates

Thomas Gleixner (1):
      sched/core, workqueues: Distangle worker accounting from rq lock

Valentin Schneider (3):
      sched/topology: Fix build_sched_groups() comment
      sched/topology: Skip duplicate group rewrites in build_sched_groups()
      sched/fair: Remove unneeded prototype of capacity_of()

YueHaibing (2):
      sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static
      sched/core: Make some functions static


 arch/powerpc/Kconfig           |   4 ++
 include/linux/cpu.h            |  17 ++++++
 include/linux/rcuwait.h        |   2 +-
 include/linux/sched/topology.h |   4 +-
 kernel/cgroup/cpuset.c         |  11 ++--
 kernel/cpu.c                   |  10 +++-
 kernel/kexec_core.c            |   4 +-
 kernel/power/Kconfig           |   9 +++
 kernel/power/hibernate.c       |  12 ++--
 kernel/power/suspend.c         |   4 +-
 kernel/sched/core.c            | 127 +++++++++++++----------------------------
 kernel/sched/cpufreq.c         |   2 +-
 kernel/sched/debug.c           |   2 +-
 kernel/sched/fair.c            |  25 ++++----
 kernel/sched/isolation.c       |  18 ++++--
 kernel/sched/rt.c              |   5 ++
 kernel/sched/sched.h           |  18 +++---
 kernel/sched/topology.c        |  31 +++++-----
 kernel/time/tick-common.c      |  50 ++++++++++++++--
 kernel/time/tick-sched.c       |  34 +++++++----
 kernel/workqueue.c             |  54 ++++++++----------
 kernel/workqueue_internal.h    |   5 +-
 22 files changed, 255 insertions(+), 193 deletions(-)

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

* Re: [GIT PULL] scheduler changes for v5.2
  2019-05-06  9:11 [GIT PULL] scheduler changes for v5.2 Ingo Molnar
@ 2019-05-06 23:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-05-06 23:40 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Peter Zijlstra, Thomas Gleixner,
	Andrew Morton

The pull request you sent on Mon, 6 May 2019 11:11:53 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-core-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e00d4135751bfe786a9e26b5560b185ce3f9f963

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-05-06 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06  9:11 [GIT PULL] scheduler changes for v5.2 Ingo Molnar
2019-05-06 23:40 ` 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;
as well as URLs for NNTP newsgroup(s).