aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2024-11-19hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isrPeter Maydell
2024-11-19hw/intc/openpic: Avoid taking address of out-of-bounds array indexPeter Maydell
2024-11-04pnv/xive2: TIMA CI ops using alternative offsets or byte lengthsMichael Kowal
2024-11-04pnv/xive2: TIMA support for 8-byte OS context push for PHYPGlenn Miles
2024-11-04pnv/xive: Update PIPR when updating CPPRGlenn Miles
2024-11-04pnv/xive: Add special handling for pool targetsGlenn Miles
2024-11-04ppc/xive2: Support "Pull Thread Context to Odd Thread Reporting Line"Glenn Miles
2024-11-04ppc/xive2: Change context/ring specific functions to be genericMichael Kowal
2024-11-04ppc/xive2: Support "Pull Thread Context to Register" operationGlenn Miles
2024-11-04ppc/xive2: Allow 1-byte write of Target field in TIMAGlenn Miles
2024-11-04ppc/xive2: Dump the VP-group and crowd tables with 'info pic'Frederic Barrat
2024-11-04ppc/xive2: Dump more NVP state with 'info pic'Frederic Barrat
2024-11-04pnv/xive2: Support for "OS LGS Push" TIMA operationGlenn Miles
2024-11-04ppc/xive2: Support TIMA "Pull OS Context to Odd Thread Reporting Line"Frederic Barrat
2024-11-04pnv/xive2: Define OGEN field in the TIMAFrederic Barrat
2024-11-04pnv/xive: TIMA patch sets pre-req alignment and formatting changesMichael Kowal
2024-11-04ppc/xive: Fix ESB length overflow on 32-bit hostsNicholas Piggin
2024-11-04ppc/spapr: remove deprecated machine pseries-2.9Harsh Prateek Bora
2024-10-31Merge tag 'pull-riscv-to-apply-20241031-1' of https://github.com/alistair23/q...Peter Maydell
2024-10-30hw/intc/riscv_aplic: Check and update pending when write sourcecfgYong-Xuan Wang
2024-10-30hw/intc: Don't clear pending bits on IRQ loweringSergey Makarov
2024-10-30hw/intc: Make zeroth priority register read-onlySergey Makarov
2024-10-29target/arm: kvm: require KVM_CAP_DEVICE_CTRLPaolo Bonzini
2024-10-18hw/intc/openpic: Improve errors for out of bounds property valuesMarkus Armbruster
2024-10-15hw/intc/omap_intc: Remove now-unnecessary abstract base classPeter Maydell
2024-10-15hw/intc/arm_gicv3_cpuif: Add cast to match the documentationAlexandra Diupina
2024-10-15hw/intc/arm_gicv3: Add cast to match the documentationAlexandra Diupina
2024-10-15hw/intc/arm_gicv3: Add cast to match the documentationAlexandra Diupina
2024-10-02Merge tag 'pull-riscv-to-apply-20241002' of https://github.com/alistair23/qem...Peter Maydell
2024-10-02hw/intc: riscv-imsic: Fix interrupt state updates.Tomasz Jeznach
2024-10-01hw/intc: Remove omap2-intc devicePeter Maydell
2024-09-13hw/intc: Remove TYPE_ETRAX_FS_PIC devicePhilippe Mathieu-Daudé
2024-09-13hw/intc/loongson_ipi: Remove unused headersPhilippe Mathieu-Daudé
2024-09-13hw/intc/arm_gic: fix spurious level triggered interruptsJan Klötzke
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-08-06hw/intc/loongson_ipi: Restrict to MIPSBibo Mao
2024-08-06hw/intc/loongarch_ipi: Add loongarch IPI supportBibo Mao
2024-08-06hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao
2024-08-06hw/intc/loongson_ipi: Expose loongson_ipi_core_read/write helpersBibo Mao
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::cpu_by_arch_id handlerBibo Mao
2024-08-06hw/intc/loongson_ipi: Add LoongsonIPICommonClass::get_iocsr_as handlerBibo Mao
2024-08-06hw/intc/loongson_ipi: Pass LoongsonIPICommonState to send_ipi_data()Bibo Mao
2024-08-06hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao
2024-08-06hw/intc/loongson_ipi: Move IPICore::mmio_mem to LoongsonIPIStateBibo Mao
2024-08-06hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao
2024-08-06hw/intc/loongson_ipi: Extract loongson_ipi_common_realize()Bibo Mao
2024-08-06hw/intc/loongson_ipi: Rename LoongsonIPI -> LoongsonIPIStateBibo Mao
2024-07-26pnv/xive2: Dump more END state with 'info pic'Frederic Barrat
2024-07-26pnv/xive2: Refine TIMA 'info pic' outputFrederic Barrat
2024-07-26pnv/xive2: Move xive2_nvp_pic_print_info() to xive2.cFrederic Barrat