Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Sep 2019 18:09:42 +0000 (11:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Sep 2019 18:09:42 +0000 (11:09 -0700)
commit5fb181cba01088924a68441753843e5acfd012ff
treed6ba117bb3502ec62f5ab5bcba2fae9eb502ff6a
parent5358e6e77490024aa13fc4e3ca94d7d1aad330d0
parent0f4cd769c410e2285a4e9873a684d90423f03090
Merge branch 'perf-urgent-for-linus' of git://git./linux/kernel/git/tip/tip

Pull perf fixes from Thomas Gleixner:
 "Two fixes for perf x86 hardware implementations:

   - Restrict the period on Nehalem machines to prevent perf from
     hogging the CPU

   - Prevent the AMD IBS driver from overwriting the hardwre controlled
     and pre-seeded reserved bits (0-6) in the count register which
     caused a sample bias for dispatched micro-ops"

* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops
  perf/x86/intel: Restrict period on Nehalem