zephyr/drivers/interrupt_controller
Tomasz Bursztyka 2efd874dcc drivers/interrupt_controller: Make IOAPIC VT-D aware when relevant
If VT-D's interrupt remapping is in place, all IOAPIC RTEs need to get
remapped as well (or then they will be simply blocked).

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2022-01-07 10:47:27 -05:00
..
CMakeLists.txt drivers: interrupt_controller: initial support for GD32 EXTI 2022-01-04 20:49:00 -05:00
intc_arcv2_irq_unit.c ARC: IRQ: drop excessive PM_DEVICE hooks 2021-10-05 07:48:47 -04:00
intc_cavs.c drivers: interrupt_controller: remove usage of device_pm_control_nop 2021-04-28 10:55:49 -04:00
intc_cavs.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_dw.c interrupt_controller: dw: use finalstatus instead of maskstatus 2022-01-05 15:01:45 -05:00
intc_dw.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
intc_esp32.c intr: esp32: conf log default level 2021-07-20 20:01:47 -04:00
intc_esp32c3.c interrupt-controller: intc_esp32c3: make logs optional 2021-10-02 14:33:24 -04:00
intc_exti_stm32.c drivers: gpio & interrupt_controller: Add stm32 u5 support 2021-07-29 07:28:32 -05:00
intc_gd32_exti.c drivers: interrupt_controller: initial support for GD32 EXTI 2022-01-04 20:49:00 -05:00
intc_gic.c intc: gic: Don't enable the interrupt routing to cores disable in DT 2021-04-27 13:32:55 -04:00
intc_gic_common_priv.h drivers: gicv3: fix getting rdist base address 2021-04-26 13:42:43 +02:00
intc_gicv3.c interrupt_controller: gicv3: add Interrupt Translation Service support 2021-09-28 19:45:29 -04:00
intc_gicv3_its.c interrupt_controller: gicv3_its: Implement Indirect Two-level table 2021-10-21 10:56:15 -04:00
intc_gicv3_priv.h interrupt_controller: gicv3: add Interrupt Translation Service support 2021-09-28 19:45:29 -04:00
intc_intel_vtd.c drivers/interrupt_controller: Expanding VT-D public API 2022-01-07 10:47:27 -05:00
intc_intel_vtd.h drivers/interrupt_controller: Expanding VT-D public API 2022-01-07 10:47:27 -05:00
intc_ioapic.c drivers/interrupt_controller: Make IOAPIC VT-D aware when relevant 2022-01-07 10:47:27 -05:00
intc_ioapic_priv.h drivers/interrupt_controller: Make IOAPIC VT-D aware when relevant 2022-01-07 10:47:27 -05:00
intc_irqmp.c intc: Add support for GRLIB IRQMP 2020-11-13 14:53:55 -08:00
intc_ite_it8xxx2.c ITE: soc: add cpu idle task 2021-10-08 13:01:06 +02:00
intc_ite_it8xxx2.h ITE: soc: add cpu idle task 2021-10-08 13:01:06 +02:00
intc_loapic.c device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
intc_loapic_spurious.S intc: loapic: mark data and functions as boot/pinned 2021-05-10 16:00:43 -05:00
intc_mchp_ecia_xec.c Microchip: MEC172x: eSPI driver 2021-10-26 09:27:20 -04:00
intc_miwu.c dts: npcx: replace series-prefix 'npcx7-' with famliy-prefix 'npcx-' 2021-06-04 16:14:48 -05:00
intc_nuclei_eclic.c drivers: interrupt-controller: add Nuclei ECLIC driver 2021-12-20 17:51:30 +01:00
intc_plic.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
intc_rv32m1_intmux.c drivers: interrupt_controller: remove usage of device_pm_control_nop 2021-04-28 10:55:49 -04:00
intc_sam0_eic.c drivers: interrupt_controller: remove usage of device_pm_control_nop 2021-04-28 10:55:49 -04:00
intc_sam0_eic_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_shared_irq.c drivers: interrupt_controller: intc_shared: cond. forward sense cell 2021-05-07 12:41:04 -05:00
intc_swerv_pic.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
intc_system_apic.c intc: system_apic: mark functions as boot/pinned 2021-05-10 16:00:43 -05:00
intc_vexriscv_litex.c drivers: gpio_litex: add support for litex_vexriscv GPIO interrupts 2021-06-04 16:24:52 -05:00
Kconfig drivers: interrupt_controller: initial support for GD32 EXTI 2022-01-04 20:49:00 -05:00
Kconfig.cavs intc: intc_cavs: Use DTS labels for device names 2020-04-22 04:59:22 -05:00
Kconfig.dw interrupt_controller: remove CONFIG_DW_ICTL_OFFSET 2021-10-06 19:43:48 -04:00
Kconfig.eclic drivers: interrupt-controller: add Nuclei ECLIC driver 2021-12-20 17:51:30 +01:00
Kconfig.esp32 esp32: drivers: interrupt_controller: make it common for xtensa socs 2021-08-27 17:34:41 -04:00
Kconfig.esp32c3 interrupt-controller: intc_esp32c3: make logs optional 2021-10-02 14:33:24 -04:00
Kconfig.gd32_exti drivers: interrupt_controller: initial support for GD32 EXTI 2022-01-04 20:49:00 -05:00
Kconfig.gic interrupt_controller: gicv3: add Interrupt Translation Service support 2021-09-28 19:45:29 -04:00
Kconfig.intel_vtd drivers/interrupt_controller: Enable xapic pass-through in intel vt-d 2022-01-07 10:47:27 -05:00
Kconfig.it8xxx2 drivers/interrupt: it8xxx2 driver interrupt-control 2020-12-16 08:47:36 -05:00
Kconfig.loapic drivers/interrupt_controller: Get the IOAPIC RTEs dynamically 2021-03-12 09:23:08 -05:00
Kconfig.multilevel kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.multilevel.aggregator_template license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.npcx driver: npcx7: fixed typo in Kconfig.npcx files. 2020-12-07 12:11:17 -05:00
Kconfig.rv32m1 boards: riscv: rv32m1: enable BT related configuration 2019-11-08 15:38:57 +01:00
Kconfig.sam0 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.shared_irq drivers: interrupt_controller: intc_shared: clients array size from dts 2021-05-07 12:41:04 -05:00
Kconfig.stm32 drivers: gpio & interrupt_controller: Add stm32 u5 support 2021-07-29 07:28:32 -05:00
Kconfig.xec Microchip: MEC172x Add aggregated interrupt driver 2021-07-26 12:24:52 -04:00