]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Feb 2016 15:52:00 +0000 (07:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Feb 2016 15:52:00 +0000 (07:52 -0800)
commit5cf9ef7479a30519bc8bdd97dbbe7d87e86d87b4
tree4b6d5484b15a9a9ca8ff64f7444705600d0cbb68
parentdd9e3f623440c8a883b9ca9f5c77a45040e79cad
parent8339fbf6357cdabae93b87a9951fee14f8d086e7
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fixes from Thomas Gleixner:
 "A rather largish series of 12 patches addressing a maze of race
  conditions in the perf core code from Peter Zijlstra"

* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf: Robustify task_function_call()
  perf: Fix scaling vs. perf_install_in_context()
  perf: Fix scaling vs. perf_event_enable()
  perf: Fix scaling vs. perf_event_enable_on_exec()
  perf: Fix ctx time tracking by introducing EVENT_TIME
  perf: Cure event->pending_disable race
  perf: Fix race between event install and jump_labels
  perf: Fix cloning
  perf: Only update context time when active
  perf: Allow perf_release() with !event->ctx
  perf: Do not double free
  perf: Close install vs. exit race