aboutsummaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)Author
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2018-01-26xlnx-zynqmp-ipi: Initial version of the Xilinx IPI deviceAlistair Francis
2018-01-26xlnx-pmu-iomod-intc: Add the PMU Interrupt controllerAlistair Francis
2018-01-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell
2018-01-25hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1Luc MICHEL
2018-01-25hw/intc/arm_gic: Fix group priority computation for group 1 IRQsLuc MICHEL
2018-01-25hw/intc/arm_gic: Fix C_RPR value on idle priorityLuc MICHEL
2018-01-25hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ...Luc MICHEL
2018-01-24sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-16hw/intc/armv7m: Support byte and halfword accesses to CFSRPeter Maydell
2018-01-11hw/intc/arm_gic: reserved register addresses are RAZ/WIPeter Maydell
2018-01-11hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu
2017-12-21i8259: generalize statistics into common codePeter Xu
2017-12-21i8259: use DEBUG_IRQ_COUNT alwaysPeter Xu
2017-12-21i8259: convert DPRINTFs into tracePeter Xu
2017-12-18misc: drop old i386 dependencyPhilippe Mathieu-Daudé
2017-12-15spapr: introduce a spapr_qirq() helperCédric Le Goater
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater
2017-12-15ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater
2017-12-15ppc/xics: introduce an icp_create() helperCédric Le Goater
2017-12-15openpic: debug w/ info_report()Michael Davidsaver
2017-12-15ppc/xics: remove useless if conditionCédric Le Goater
2017-12-13nvic: Make systick bankedPeter Maydell
2017-12-13nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell
2017-12-13hw/intc/arm_gicv3_its: Implement full resetEric Auger
2017-12-13hw/intc/arm_gicv3_its: Implement a minimalist resetEric Auger
2017-12-13hw/intc/arm_gicv3_its: Don't call post_load on resetEric Auger
2017-11-20nvic: Fix ARMv7M MPU_RBAR readsPeter Maydell
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-11-14ioapic/tracing: Remove last DPRINTFsDr. David Alan Gilbert
2017-11-14xics/kvm: synchonize state before 'info pic'Greg Kurz
2017-11-07hw/intc/arm_gicv3_its: Don't abort on table save failureEric Auger
2017-11-07hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler()Shanker Donthineni
2017-10-21openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)Stafford Horne
2017-10-12nvic: Fix miscalculation of offsets into ITNS arrayPeter Maydell
2017-10-12nvic: Add missing 'break'Peter Maydell
2017-10-06nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bitPeter Maydell
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell
2017-10-06target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler modePeter Maydell
2017-10-06nvic: Clear the vector arrays and prigroup on resetPeter Maydell
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt