]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Feb 2017 20:18:01 +0000 (12:18 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Feb 2017 20:18:01 +0000 (12:18 -0800)
commitc1e927070af9325b7ff593826bcf5df2dd2433ad
tree9bcb859aec2cfce13a896c46f4b41d4abd881830
parent7eae14a1674a9e4b2c103c5d5692ff2742fca15c
parent5df19c0cdc0bacc6ecfa8b2c913960a810380722
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull irq fixes from Thomas Gleixner:

 - Prevent double activation of interrupt lines, which causes problems
   on certain interrupt controllers

 - Handle the fallout of the above because x86 (ab)uses the activation
   function to reconfigure interrupts under the hood.

* 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/irq: Make irq activate operations symmetric
  irqdomain: Avoid activating interrupts more than once