]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm...
authorThomas Gleixner <tglx@linutronix.de>
Fri, 20 May 2022 16:48:54 +0000 (18:48 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 20 May 2022 16:48:54 +0000 (18:48 +0200)
commit1be3acc4164288c8724b5b338474efc72570588b
tree32c3dbbc27f1a79b74760a240f2768ea82f7e5cb
parent856ddbd7811ac6407caf8406fe3e731e8829e148
parent8900c760224eefd6a2e355c974e9295e04916357
Merge tag 'irqchip-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core

Pull irqchip updates from Marc Zyngier:

 - Add new infrastructure to stop gpiolib from rewriting irq_chip
   structures behind our back. Convert a few of them, but this will
   obviously be a long effort.

 - A bunch of GICv3 improvements, such as using MMIO-based invalidations
   when possible, and reducing the amount of polling we perform when
   reconfiguring interrupts.

 - Another set of GICv3 improvements for the Pseudo-NMI functionality,
   with a nice cleanup making it easy to reason about the various
   states we can be in when an NMI fires.

 - The usual bunch of misc fixes and minor improvements.

Link: https://lore.kernel.org/all/20220519165308.998315-1-maz@kernel.org
drivers/irqchip/irq-gic-v3-its.c
kernel/irq/affinity.c