summary refs log tree commit diff stats
path: root/include/hw/intc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/loongarch: fdt adds Extend I/O Interrupt ControllerSong Gao2024-04-291-0/+1
* hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell2024-04-251-0/+7
* hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan2024-04-251-0/+4
* hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan2024-04-251-0/+1
* hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan2024-04-252-0/+4
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-241-66/+0
* hw/intc/grlib_irqmp: implements multicore irqClément Chigot2024-02-151-1/+1
* hw/sparc/grlib: split out the headers for each peripheralsClément Chigot2024-02-151-0/+41
* hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic headerPhilippe Mathieu-Daudé2024-01-261-1/+1
* hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao2024-01-111-3/+8
* hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao2024-01-112-2/+2
* hw/m68k/irqc: Pass CPU using QOM link propertyPhilippe Mathieu-Daudé2023-11-011-0/+1
* arm: spelling fixesMichael Tokarev2023-07-251-1/+1
* hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpersPhilippe Mathieu-Daudé2023-06-283-0/+21
* hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxesJiaxun Yang2023-06-051-1/+3
* hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2023-05-151-4/+6
* hw/loongarch/virt: Modify ipi as percpu deviceSong Gao2023-05-151-6/+4
* hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2023-03-081-2/+2
* hw/intc/i8259: Document i8259_init()Philippe Mathieu-Daudé2023-02-271-1/+9
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-271-0/+33
* target/arm: Declare CPU <-> NVIC helpers in 'hw/intc/armv7m_nvic.h'Philippe Mathieu-Daudé2023-02-161-0/+123
* hw/intc/armv7m_nvic: Use OBJECT_DECLARE_SIMPLE_TYPE() macroPhilippe Mathieu-Daudé2023-02-161-4/+1
* hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth2023-01-131-0/+10
* hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow2023-01-131-3/+3
* include: Include headers where neededMarkus Armbruster2023-01-084-0/+8
* Merge tag 'pull-loongarch-20230106' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2023-01-072-8/+7
|\
| * hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao2023-01-062-4/+3
| * hw/intc/loongarch_pch_pic: add irq number propertyTianrui Zhao2023-01-061-3/+2
| * hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao2023-01-061-1/+2
* | hw/intc: sifive_plic: Drop PLICMode_HBin Meng2023-01-061-1/+0
|/
* hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2022-09-071-0/+2
* hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR deviceBALATON Zoltan2022-08-311-4/+2
* hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang2022-07-051-3/+4
* hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo2022-07-041-0/+2
* hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)Xiaojuan Yang2022-06-061-0/+62
* hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)Xiaojuan Yang2022-06-061-0/+20
* hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)Xiaojuan Yang2022-06-061-0/+69
* hw/loongarch: Add LoongArch ipi interrupt support(IPI)Xiaojuan Yang2022-06-061-0/+52
* hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2022-05-191-0/+1
* hw/intc/arm_gicv3: Support configurable number of physical priority bitsPeter Maydell2022-05-191-5/+2
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-112-5/+5
* hw/intc: Vectored Interrupt Controller (VIC)Amir Gonnen2022-04-261-0/+64
* Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd...Richard Henderson2022-04-222-0/+32
|\
| * hw/intc/arm_gicv3_cpuif: Support vLPIsPeter Maydell2022-04-221-0/+3
| * hw/intc/arm_gicv3: Implement new GICv4 redistributor registersPeter Maydell2022-04-221-0/+3
| * hw/intc/arm_gicv3: Implement GICv4's new redistributor framePeter Maydell2022-04-221-0/+5
| * hw/intc/arm_gicv3_its: Implement VMOVPPeter Maydell2022-04-221-0/+9
| * hw/intc/arm_gicv3: Keep pointers to every connected ITSPeter Maydell2022-04-222-0/+11
| * hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4Peter Maydell2022-04-221-0/+1