linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux PM <linux-pm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Power management fixes for v5.8-rc3
Date: Fri, 26 Jun 2020 17:38:50 +0200	[thread overview]
Message-ID: <CAJZ5v0gV3VCoJxuSZcngA2H1Nwqz2mHLtJAd2NoQE3ht9FVTHg@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.8-rc3

with top-most commit 0e3fb2a128d81bc5baee76dddcc8ddbc8ccae95c

 Merge branches 'pm-cpufreq' and 'pm-cpuidle'

on top of commit 48778464bb7d346b47157d21ffde2af6b2d39110

 Linux 5.8-rc2

to receive power management fixes for 5.8-rc3.

These fix a recent regression that broke suspend-to-idle on some
x86 systems, fix the intel_pstate driver to correctly let the
platform firmware control CPU performance in some cases and
add __init annotations to a couple of functions.

Specifics:

 - Make sure that the _TIF_POLLING_NRFLAG is clear before entering
   the last phase of suspend-to-idle to avoid wakeup issues on some
   x86 systems (Chen Yu, Rafael Wysocki).

 - Cover one more case in which the intel_pstate driver should let
   the platform firmware control the CPU frequency and refuse to
   load (Srinivas Pandruvada).

 - Add __init annotations to 2 functions in the power management
   core (Christophe JAILLET).

Thanks!


---------------

Chen Yu (1):
      PM: s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idle

Christophe JAILLET (1):
      PM: sleep: core: mark 2 functions as __init to save some memory

Rafael J. Wysocki (1):
      cpuidle: Rearrange s2idle-specific idle state entry code

Srinivas Pandruvada (1):
      cpufreq: intel_pstate: Add one more OOB control bit

---------------

 drivers/base/power/trace.c     |  4 ++--
 drivers/cpufreq/intel_pstate.c |  7 +++++--
 drivers/cpuidle/cpuidle.c      |  5 +++--
 kernel/sched/idle.c            | 15 +++++++++++----
 4 files changed, 21 insertions(+), 10 deletions(-)

             reply	other threads:[~2020-06-26 15:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-26 15:38 Rafael J. Wysocki [this message]
2020-06-26 19:40 ` [GIT PULL] Power management fixes for v5.8-rc3 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=CAJZ5v0gV3VCoJxuSZcngA2H1Nwqz2mHLtJAd2NoQE3ht9FVTHg@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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 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).