lkml.org 
[lkml]   [2019]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] scheduler changes for v5.2
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(-)

\
 
 \ /
  Last update: 2019-05-06 11:12    [W:0.058 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site