]> 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)
commit213f8ef7aef21b4d128dcb90028dec607764a1cd
tree4b6d5484b15a9a9ca8ff64f7444705600d0cbb68
parenta988202fdd233316b71e80491704b35a3bed3c2a
parent7c951f60c00ec6c123fd551ca064d4c2727487ab
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