Age | Commit message (Expand) | Author |
2018-04-27 | heathrow: remove obsolete heathow_init() function | Mark Cave-Ayland |
2018-04-26 | target/arm: Fetch GICv3 state directly from CPUARMState | Aaron Lindsay |
2018-03-23 | hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accesses | Peter Maydell |
2018-03-06 | openpic_kvm: drop address_space_to_flatview call | Paolo Bonzini |
2018-03-06 | openpic: move OpenPIC state and related definitions to openpic.h | Mark Cave-Ayland |
2018-03-06 | openpic: move KVM-specific declarations into separate openpic_kvm.h file | Mark Cave-Ayland |
2018-03-06 | heathrow: change heathrow_pic_init() to return the heathrow device | Mark Cave-Ayland |
2018-03-06 | heathrow: convert to trace-events | Mark Cave-Ayland |
2018-03-06 | heathrow: QOMify heathrow PIC | Mark Cave-Ayland |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski |
2018-02-15 | hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversions | Peter Maydell |
2018-02-15 | hw/intc/armv7m_nvic: Implement SCR | Peter Maydell |
2018-02-15 | hw/intc/armv7m_nvic: Implement cache ID registers | Peter Maydell |
2018-02-15 | hw/intc/armv7m_nvic: Implement v8M CPPWR register | Peter Maydell |
2018-02-15 | hw/intc/armv7m_nvic: Implement M profile cache maintenance ops | Peter Maydell |
2018-02-15 | hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handling | Peter Maydell |
2018-02-15 | hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC | Peter Maydell |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell |
2018-02-09 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'... | Peter Maydell |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | i.MX: Add code to emulate GPCv2 IP block | Andrey Smirnov |
2018-02-09 | target/arm: Split "get pending exception info" from "acknowledge it" | Peter Maydell |
2018-02-09 | target/arm: Add armv7m_nvic_set_pending_derived() | Peter Maydell |
2018-02-09 | s390x/flic: cache the common flic class in a central function | David Hildenbrand |
2018-02-09 | s390x/kvm: cache the kvm flic in a central function | David Hildenbrand |
2018-02-09 | s390x/tcg: cache the qemu flic in a central function | David Hildenbrand |
2018-02-09 | s390x/flic: optimize CPU wakeup for TCG | David Hildenbrand |
2018-02-09 | s390x/flic: implement qemu_s390_clear_io_flic() | David Hildenbrand |
2018-02-09 | s390x/flic: make floating interrupts on TCG actually floating | David Hildenbrand |
2018-02-09 | s390x/flic: no need to call s390_io_interrupt() from flic | David Hildenbrand |
2018-02-09 | s390x/flic: factor out injection of floating interrupts | David Hildenbrand |
2018-02-09 | s390x/tcg: simplify lookup of flic | David Hildenbrand |
2018-02-09 | s390x/flic: simplify flic initialization | David Hildenbrand |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2018-01-26 | xlnx-zynqmp-ipi: Initial version of the Xilinx IPI device | Alistair Francis |
2018-01-26 | xlnx-pmu-iomod-intc: Add the PMU Interrupt controller | Alistair Francis |
2018-01-25 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180125'... | Peter Maydell |
2018-01-25 | hw/intc/arm_gic: Fix the NS view of C_BPR when C_CTRL.CBPR is 1 | Luc MICHEL |
2018-01-25 | hw/intc/arm_gic: Fix group priority computation for group 1 IRQs | Luc MICHEL |
2018-01-25 | hw/intc/arm_gic: Fix C_RPR value on idle priority | Luc MICHEL |
2018-01-25 | hw/intc/arm_gic: Prevent the GIC from signaling an IRQ when it's "active and ... | Luc MICHEL |
2018-01-24 | sparc/leon3 irqmp: fix IRQ software ack | Jean-Christophe Dubois |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-16 | hw/intc/armv7m: Support byte and halfword accesses to CFSR | Peter Maydell |
2018-01-11 | hw/intc/arm_gic: reserved register addresses are RAZ/WI | Peter Maydell |
2018-01-11 | hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI | Peter Maydell |
2018-01-09 | sun4m: remove include/hw/sparc/sun4m.h and all references to it | Mark Cave-Ayland |
2017-12-22 | apic: add function to apic that will be used by hvf | Sergio Andres Gomez Del Real |
2017-12-21 | i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper | Peter Xu |
2017-12-21 | kvm-i8259: support "info pic" and "info irq" | Peter Xu |