summary refs log tree commit diff stats
path: root/hw/intc (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell2018-06-151-1/+5
* arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao2018-06-151-2/+16
* xics_kvm: use KVM helpersCédric Le Goater2018-06-121-38/+14
* arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2018-06-082-0/+117
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-041-2/+1
|\
| * ioapic: fix up includesMichael S. Tsirkin2018-06-011-2/+1
* | KVM: GIC: Fix memory leak due to calling kvm_init_irq_routing twiceShannon Zhao2018-05-312-2/+0
* | arm_gicv3_kvm: increase clroffset accordinglyShannon Zhao2018-05-311-0/+1
* | hw/intc/arm_gicv3: Fix APxR<n> register dispatchingJan Kiszka2018-05-311-6/+6
|/
* heathrow: remove obsolete heathow_init() functionMark Cave-Ayland2018-04-271-18/+5
* target/arm: Fetch GICv3 state directly from CPUARMStateAaron Lindsay2018-04-261-8/+2
* 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/+0
* openpic: move OpenPIC state and related definitions to openpic.hMark Cave-Ayland2018-03-061-157/+0
* 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/+16
* 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/+0
|\
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-2/+0
* | 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/+3
* | s390x/flic: simplify flic initializationDavid Hildenbrand2018-02-092-14/+5
|/
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-056-16/+10
* 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