Age | Commit message (Expand) | Author |
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-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 |
2017-12-21 | i8259: generalize statistics into common code | Peter Xu |
2017-12-21 | i8259: use DEBUG_IRQ_COUNT always | Peter Xu |
2017-12-21 | i8259: convert DPRINTFs into trace | Peter Xu |
2017-12-18 | misc: drop old i386 dependency | Philippe Mathieu-Daudé |
2017-12-15 | spapr: introduce a spapr_qirq() helper | Cédric Le Goater |
2017-12-15 | spapr: move the IRQ allocation routines under the machine | Cédric Le Goater |
2017-12-15 | ppc/xics: assign of the CPU 'intc' pointer under the core | Cédric Le Goater |
2017-12-15 | ppc/xics: introduce an icp_create() helper | Cédric Le Goater |
2017-12-15 | openpic: debug w/ info_report() | Michael Davidsaver |
2017-12-15 | ppc/xics: remove useless if condition | Cédric Le Goater |
2017-12-13 | nvic: Make systick banked | Peter Maydell |
2017-12-13 | nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion | Peter Maydell |
2017-12-13 | hw/intc/arm_gicv3_its: Implement full reset | Eric Auger |
2017-12-13 | hw/intc/arm_gicv3_its: Implement a minimalist reset | Eric Auger |
2017-12-13 | hw/intc/arm_gicv3_its: Don't call post_load on reset | Eric Auger |
2017-11-20 | nvic: Fix ARMv7M MPU_RBAR reads | Peter Maydell |
2017-11-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-11-14 | ioapic/tracing: Remove last DPRINTFs | Dr. David Alan Gilbert |
2017-11-14 | xics/kvm: synchonize state before 'info pic' | Greg Kurz |
2017-11-07 | hw/intc/arm_gicv3_its: Don't abort on table save failure | Eric Auger |
2017-11-07 | hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler() | Shanker Donthineni |
2017-10-21 | openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC) | Stafford Horne |
2017-10-12 | nvic: Fix miscalculation of offsets into ITNS array | Peter Maydell |
2017-10-12 | nvic: Add missing 'break' | Peter Maydell |
2017-10-06 | nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit | Peter Maydell |
2017-10-06 | nvic: Implement Security Attribution Unit registers | Peter Maydell |
2017-10-06 | target/arm: Add new-in-v8M SFSR and SFAR | Peter Maydell |
2017-10-06 | target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler mode | Peter Maydell |
2017-10-06 | nvic: Clear the vector arrays and prigroup on reset | Peter Maydell |
2017-09-27 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'... | Peter Maydell |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |