summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-092-2/+0Star
|\
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-2/+0Star
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell2018-02-094-12/+218
|\ \
| * | i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov2018-02-092-1/+126
| * | target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2018-02-092-8/+25
| * | target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell2018-02-092-3/+67
| |/
* | s390x/flic: cache the common flic class in a central functionDavid Hildenbrand2018-02-091-1/+12
* | s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand2018-02-091-5/+16
* | s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand2018-02-091-6/+17
* | s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand2018-02-091-2/+29
* | s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand2018-02-091-2/+29
* | s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand2018-02-091-10/+134
* | s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand2018-02-091-1/+2
* | s390x/flic: factor out injection of floating interruptsDavid Hildenbrand2018-02-092-5/+89
* | s390x/tcg: simplify lookup of flicDavid Hildenbrand2018-02-091-5/+3Star
* | s390x/flic: simplify flic initializationDavid Hildenbrand2018-02-092-14/+5Star
|/
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-056-16/+10Star
* xlnx-zynqmp-ipi: Initial version of the Xilinx IPI deviceAlistair Francis2018-01-262-0/+378
* xlnx-pmu-iomod-intc: Add the PMU Interrupt controllerAlistair Francis2018-01-262-0/+555
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell2018-01-251-4/+21
|\
| * hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1Luc MICHEL2018-01-251-3/+13
| * hw/intc/arm_gic: Fix group priority computation for group 1 IRQsLuc MICHEL2018-01-251-1/+2
| * hw/intc/arm_gic: Fix C_RPR value on idle priorityLuc MICHEL2018-01-251-0/+5
| * hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ...Luc MICHEL2018-01-251-0/+1
* | sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois2018-01-241-6/+11
|/
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* hw/intc/armv7m: Support byte and halfword accesses to CFSRPeter Maydell2018-01-161-16/+22
* hw/intc/arm_gic: reserved register addresses are RAZ/WIPeter Maydell2018-01-111-2/+3
* hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell2018-01-113-5/+29
* sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland2018-01-091-1/+0Star
* apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real2017-12-221-0/+12
* i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu2017-12-212-7/+7
* kvm-i8259: support "info pic" and "info irq"Peter Xu2017-12-211-0/+1
* i8259: generalize statistics into common codePeter Xu2017-12-212-36/+42
* i8259: use DEBUG_IRQ_COUNT alwaysPeter Xu2017-12-211-17/+1Star
* i8259: convert DPRINTFs into tracePeter Xu2017-12-212-15/+18
* misc: drop old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-12/+0Star
* spapr: move the IRQ allocation routines under the machineCédric Le Goater2017-12-142-118/+0Star
* ppc/xics: assign of the CPU 'intc' pointer under the coreCédric Le Goater2017-12-141-1/+0Star
* ppc/xics: introduce an icp_create() helperCédric Le Goater2017-12-141-0/+21
* openpic: debug w/ info_report()Michael Davidsaver2017-12-141-51/+51
* ppc/xics: remove useless if conditionCédric Le Goater2017-12-141-4/+2Star
* nvic: Make systick bankedPeter Maydell2017-12-131-13/+77
* nvic: Make nvic_sysreg_ns_ops work with any MemoryRegionPeter Maydell2017-12-131-3/+7
* hw/intc/arm_gicv3_its: Implement full resetEric Auger2017-12-131-1/+8
* hw/intc/arm_gicv3_its: Implement a minimalist resetEric Auger2017-12-131-0/+42
* hw/intc/arm_gicv3_its: Don't call post_load on resetEric Auger2017-12-132-6/+0Star
* nvic: Fix ARMv7M MPU_RBAR readsPeter Maydell2017-11-201-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-162-16/+6Star
|\