summaryrefslogtreecommitdiff
path: root/hw/intc
AgeCommit message (Expand)AuthorFilesLines
2018-04-27heathrow: remove obsolete heathow_init() functionMark Cave-Ayland1-18/+5
2018-04-26target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay1-8/+2
2018-03-23hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accessesPeter Maydell1-3/+3
2018-03-06openpic_kvm: drop address_space_to_flatview callPaolo Bonzini1-4/+0
2018-03-06openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland1-157/+0
2018-03-06openpic: move KVM-specific declarations into separate openpic_kvm.h fileMark Cave-Ayland1-0/+1
2018-03-06heathrow: change heathrow_pic_init() to return the heathrow deviceMark Cave-Ayland1-4/+6
2018-03-06heathrow: convert to trace-eventsMark Cave-Ayland2-21/+16
2018-03-06heathrow: QOMify heathrow PICMark Cave-Ayland1-56/+70
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski1-2/+2
2018-02-15hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversionsPeter Maydell1-4/+4
2018-02-15hw/intc/armv7m_nvic: Implement SCRPeter Maydell1-4/+8
2018-02-15hw/intc/armv7m_nvic: Implement cache ID registersPeter Maydell1-0/+16
2018-02-15hw/intc/armv7m_nvic: Implement v8M CPPWR registerPeter Maydell1-0/+14
2018-02-15hw/intc/armv7m_nvic: Implement M profile cache maintenance opsPeter Maydell1-0/+12
2018-02-15hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handlingPeter Maydell1-3/+3
2018-02-15hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVICPeter Maydell1-14/+16
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2-2/+0
2018-02-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell4-12/+218
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-2/+0
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov2-1/+126
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell2-8/+25
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell2-3/+67
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand1-1/+12
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand1-5/+16
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand1-6/+17
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand1-2/+29
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand1-2/+29
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand1-10/+134
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand1-1/+2
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand2-5/+89
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand1-5/+3
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand2-14/+5
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé6-16/+10
2018-01-26xlnx-zynqmp-ipi: Initial version of the Xilinx IPI deviceAlistair Francis2-0/+378
2018-01-26xlnx-pmu-iomod-intc: Add the PMU Interrupt controllerAlistair Francis2-0/+555
2018-01-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'...Peter Maydell1-4/+21
2018-01-25hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1Luc MICHEL1-3/+13
2018-01-25hw/intc/arm_gic: Fix group priority computation for group 1 IRQsLuc MICHEL1-1/+2
2018-01-25hw/intc/arm_gic: Fix C_RPR value on idle priorityLuc MICHEL1-0/+5
2018-01-25hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ...Luc MICHEL1-0/+1
2018-01-24sparc/leon3 irqmp: fix IRQ software ackJean-Christophe Dubois1-6/+11
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-1/+1
2018-01-16hw/intc/armv7m: Support byte and halfword accesses to CFSRPeter Maydell1-16/+22
2018-01-11hw/intc/arm_gic: reserved register addresses are RAZ/WIPeter Maydell1-2/+3
2018-01-11hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell3-5/+29
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland1-1/+0
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real1-0/+12
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu2-7/+7
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu1-0/+1