summaryrefslogtreecommitdiff
path: root/hw/intc/arm_gic.c
AgeCommit message (Expand)Author
2016-06-06hw/intc/gic: RAZ/WI non-sec access to sec interruptsJens Wiklander
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-16hw/intc/arm_gic: add tracepointsHollis Blanchard
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis
2015-11-19hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari
2015-11-10hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-09-08hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell
2015-09-08hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell
2015-09-08hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell
2015-09-08hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin
2015-06-15arm_gic: gic_update should always update all coresJohan Karlsson
2015-05-12hw/intc/arm_gic: Add grouping support to gic_update()Peter Maydell
2015-05-12hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler
2015-05-12hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler
2015-05-12hw/intc/arm_gic: Handle grouping for GICC_HPPIRFabian Aggeler
2015-05-12hw/intc/arm_gic: Restrict priority viewFabian Aggeler
2015-05-12hw/intc/arm_gic: Implement Non-secure view of RPRFabian Aggeler
2015-05-12hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler
2015-05-12hw/intc/arm_gic: Make ICCBPR/GICC_BPR bankedFabian Aggeler
2015-05-12hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler
2015-05-12hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler
2015-05-12hw/intc/arm_gic: Switch to read/write callbacks with tx attributesPeter Maydell
2015-05-12hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler
2015-05-12hw/intc/arm_gic: Create outbound FIQ linesFabian Aggeler
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2014-10-24arm_gic: remove unused parameter.KONRAD Frederic
2014-08-29hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov
2014-08-29arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski
2014-08-29arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski
2014-08-29arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski
2014-05-05arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster
2014-02-20hw/intc/arm_gic: Fix NVIC assertion failurePeter Maydell
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall
2014-02-08arm_gic: Fix GIC pending behaviorChristoffer Dall
2014-01-31arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall
2014-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori
2014-01-08hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-07-29arm_gic: QOM cast cleanupAndreas Färber
2013-07-09intc/arm_gic: Build arm_gic only onceAndreas Färber