lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0hXVuvKE84DThoH6Vdwn8j24phshyeQ8geGi9E3QZLwbQ@mail.gmail.com>
Date:	Wed, 4 Jun 2014 13:13:16 +0200
From:	"Rafael J. Wysocki" <rafael@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Final power management fixes for v3.15

Hi Linus,

Please pull from

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-3.15-final

to receive final power management fixes for v3.15 with
top-most commit bf8102228a8bf053051f311e5486042fe0542894

  intel_pstate: Improve initial busy calculation

on top of commit fad01e866afdbe01a1f3ec06a39c3a8b9e197014

  Linux 3.15-rc8

These are four stable-candidate intel_pstate fixes, including two
fixes for regressions introduced in 3.14.

Specifics:

 - Taking non-idle time into account when calculating core busy
   time was a mistake and led to a performance regression.  Since
   the problem it was supposed to address is now taken care of in
   a different way, we don't need to do it any more, so drop the
   non-idle time tracking from intel_pstate.  Dirk Brandewie.

 - Changing to fixed point math throughout the busy calculation
   introduced rounding errors that adversely affect the accuracy
   of intel_pstate's computations.  Fix from Dirk Brandewie.

 - The PID controller algorithm used by intel_pstate assumes that
   the time interval between two adjacent samples will always be the
   same which is not the case for deferable timers (used by
   intel_pstate) when the system is idle. This leads to inaccurate
   predictions and artificially increases convergence times for
   the minimum P-state.  Fix from Dirk Brandewie.

 - intel_pstate carries out computations using 32-bit variables
   that may overflow for large enough values of APERF/MPERF.  Switch
   to using 64-bit variables for computations, from Doug Smythies.

Thanks!


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

Dirk Brandewie (3):
      intel_pstate: Remove C0 tracking
      intel_pstate: Correct rounding in busy calculation
      intel_pstate: add sample time scaling

Doug Smythies (1):
      intel_pstate: Improve initial busy calculation

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

 drivers/cpufreq/intel_pstate.c | 52 +++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 21 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ