]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 19:28:10 +0000 (12:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 19:28:10 +0000 (12:28 -0700)
commit4c0232c64cd609b055bd1eba08cb0d879adfde57
tree74ce14c6d03d8e3df9b6e624e02c2401c24684fe
parent0f7f8502566616f02172f762301840117b4ec47a
parent143237d6f55d5e69a4ad6f9dc9317608a6b4c50b
Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm

Pull NMI backtrace update from Russell King:
 "These changes convert the x86 NMI handling to be a library
  implementation which other architectures can make use of.  Thomas
  Gleixner has reviewed and tested these changes, and wishes me to send
  these rather than taking them through the tip tree.

  The final patch in the set adds an initial implementation using this
  infrastructure to ARM, even though it doesn't send the IPI at "NMI"
  level.  Patches are in progress to add the ARM equivalent of NMI, but
  we still need the IRQ-level fallback for systems where the "NMI" isn't
  available due to secure firmware denying access to it"

* 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
  ARM: add basic support for on-demand backtrace of other CPUs
  nmi: x86: convert to generic nmi handler
  nmi: create generic NMI backtrace implementation
arch/arm/kernel/smp.c
include/linux/nmi.h
lib/Makefile