]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 May 2017 20:34:34 +0000 (13:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 May 2017 20:34:34 +0000 (13:34 -0700)
commit58af61077565cdcf9571d48e2891464aae8b09d5
tree5632d414c32055b225dabb14044923b9f195f69c
parentd63d5eac56d39ba07f5e5b1291964a0c6876e6b3
parente09fba3ab8369e06b67b977560ecf27c32e8a1d7
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux

Pull arm64 fixes/cleanups from Catalin Marinas:

 - Avoid taking a mutex in the secondary CPU bring-up path when
   interrupts are disabled

 - Ignore perf exclude_hv when the kernel is running in Hyp mode

 - Remove redundant instruction in cmpxchg

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64/cpufeature: don't use mutex in bringup path
  arm64: perf: Ignore exclude_hv when kernel is running in HYP
  arm64: Remove redundant mov from LL/SC cmpxchg