summaryrefslogtreecommitdiffstats
path: root/hw/intc
Commit message (Expand)AuthorAgeFilesLines
* heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2018-04-271-18/+5Star
* target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay2018-04-261-8/+2Star
* hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accessesPeter Maydell2018-03-231-3/+3
* openpic_kvm: drop address_space_to_flatview callPaolo Bonzini2018-03-061-4/+0Star
* openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland2018-03-061-157/+0Star
* openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland2018-03-061-0/+1
* heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland2018-03-061-4/+6
* heathrow: convert to trace-eventsMark Cave-Ayland2018-03-062-21/+16Star
* heathrow: QOMify heathrow PICMark Cave-Ayland2018-03-061-56/+70
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-261-2/+2
* hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversionsPeter Maydell2018-02-151-4/+4
* hw/intc/armv7m_nvic: Implement SCRPeter Maydell2018-02-151-4/+8
* hw/intc/armv7m_nvic: Implement cache ID registersPeter Maydell2018-02-151-0/+16
* hw/intc/armv7m_nvic: Implement v8M CPPWR registerPeter Maydell2018-02-151-0/+14
* hw/intc/armv7m_nvic: Implement M profile cache maintenance opsPeter Maydell2018-02-151-0/+12
* hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handlingPeter Maydell2018-02-151-3/+3
* hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVICPeter Maydell2018-02-151-14/+16
* 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