linux/kernel/irq
Marc Zyngier 5556797662 genirq/irqdomain: Allow partial trimming of irq_data hierarchy
It appears that some HW is ugly enough that not all the interrupts
connected to a particular interrupt controller end up with the same
hierarchy depth (some of them are terminated early). This leaves
the irqchip hacker with only two choices, both equally bad:

- create discrete domain chains, one for each "hierarchy depth",
  which is very hard to maintain

- create fake hierarchy levels for the shallow paths, leading
  to all kind of problems (what are the safe hwirq values for these
  fake levels?)

Implement the ability to cut short a single interrupt hierarchy
from a level marked as being disconnected by using the new
irq_domain_disconnect_hierarchy() helper.

The irqdomain allocation code will then perform the trimming

Signed-off-by: Marc Zyngier <maz@kernel.org>
2020-10-10 12:12:10 +01:00
..
affinity.c
autoprobe.c
chip.c irqchip updates for Linux 5.9 2020-08-03 14:33:23 +02:00
cpuhotplug.c
debug.h
debugfs.c genirq/debugfs: Add missing irqchip flags 2020-07-27 16:20:40 +02:00
devres.c
dummychip.c
generic-chip.c
handle.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
internals.h genirq: Provide interrupt injection mechanism 2020-03-08 11:06:42 +01:00
ipi.c
irq_sim.c genirq/irq_sim: Simplify the API 2020-05-18 10:30:21 +01:00
irqdesc.c genirq: Add protection against unsafe usage of generic_handle_irq() 2020-03-08 11:06:40 +01:00
irqdomain.c genirq/irqdomain: Allow partial trimming of irq_data hierarchy 2020-10-10 12:12:10 +01:00
Kconfig genirq: Remove preflow handler support 2020-07-04 10:02:06 +02:00
Makefile
manage.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
matrix.c genirq/matrix: Deal with the sillyness of for_each_cpu() on UP 2020-08-30 19:17:28 +02:00
migration.c
msi.c
pm.c genirq/PM: Always unlock IRQ descriptor in rearm_wake_irq() 2020-08-12 11:04:05 +02:00
proc.c genirq/proc: Reject invalid affinity masks (again) 2020-02-14 09:43:17 +01:00
resend.c treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() 2020-07-30 11:15:58 -07:00
settings.h
spurious.c
timings.c