Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1714381
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] Power management fixes for v4.13-rc6 |
| Date | 2017-08-17 23:10 +0200 |
| Message-ID | <ufAdc-1Xc-25@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-4.13-rc6
with top-most commit 8179962b84668d71586cd3efcb70e823f37a5702
Merge branches 'intel_pstate-fix' and 'cpufreq-x86-fix'
on top of commit ef954844c7ace62f773f4f23e28d2d915adc419f
Linux v4.13-rc5
to receive power management fixes for v4.13-rc6.
These fix two issues related to exposing the current CPU frequency
to user space on x86.
Specifics:
- Disable interrupts around reading IA32_APERF and IA32_MPERF in
aperfmperf_snapshot_khz() (introduced recently) to avoid excessive
delays between the reads that may result from intterrupt handling
(Doug Smythies).
- Fix the comutation of the CPU frequency to be reported through the
pstate_sample tracepoint in intel_pstate (Doug Smythies).
Thanks!
---------------
Doug Smythies (2):
cpufreq: intel_pstate: report correct CPU frequencies during trace
cpufreq: x86: Disable interrupts during MSRs reading
---------------
arch/x86/kernel/cpu/aperfmperf.c | 3 +++
drivers/cpufreq/intel_pstate.c | 3 +--
2 files changed, 4 insertions(+), 2 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] Power management fixes for v4.13-rc6 "Rafael J. Wysocki" <rafael@kernel.org> - 2017-08-17 23:10 +0200
csiph-web