summary refs log tree commit diff stats
path: root/hw/intc/arm_gic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/arm_gic: reserved register addresses are RAZ/WIPeter Maydell2018-01-111-2/+3
* ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-111-0/+7
* hw/intc/arm_gic: modernise the DPRINTFAlex Bennée2017-03-091-4/+9
* arm: gic: Remove references to NVICMichael Davidsaver2017-02-281-26/+5
* nvic: set pending status for not active interruptsMarcin Krzeminski2016-11-071-2/+20
* hw/intc/gic: RAZ/WI non-sec access to sec interruptsJens Wiklander2016-06-061-6/+62
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* hw/intc/arm_gic: add tracepointsHollis Blanchard2016-05-161-0/+12
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2016-03-041-1/+44
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* arm_gic: Update ID registers based on revisionAlistair Francis2016-01-211-5/+30
* hw/arm_gic: Correctly restore nested irq priorityFrançois Baldassari2015-11-191-2/+2
* hw/intc/arm_gic: Remove the definition of NUM_CPUWei Huang2015-11-101-5/+3
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell2015-09-081-0/+2
* hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell2015-09-081-29/+74
* hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell2015-09-081-2/+112
* hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell2015-09-081-1/+27
* hw/arm/gic: Kill code duplicationPavel Fedin2015-08-131-45/+19
* arm_gic: gic_update should always update all coresJohan Karlsson2015-06-151-1/+1
* hw/intc/arm_gic: Add grouping support to gic_update()Peter Maydell2015-05-121-5/+22
* hw/intc/arm_gic: Change behavior of IAR writesFabian Aggeler2015-05-121-6/+16
* hw/intc/arm_gic: Change behavior of EOIR writesFabian Aggeler2015-05-121-2/+12
* hw/intc/arm_gic: Handle grouping for GICC_HPPIRFabian Aggeler2015-05-121-1/+27
* hw/intc/arm_gic: Restrict priority viewFabian Aggeler2015-05-121-5/+58
* hw/intc/arm_gic: Implement Non-secure view of RPRFabian Aggeler2015-05-121-1/+18
* hw/intc/arm_gic: Make ICCICR/GICC_CTLR bankedFabian Aggeler2015-05-121-4/+47
* hw/intc/arm_gic: Make ICCBPR/GICC_BPR bankedFabian Aggeler2015-05-121-5/+26
* hw/intc/arm_gic: Make ICDDCR/GICD_CTLR bankedFabian Aggeler2015-05-121-5/+23
* hw/intc/arm_gic: Add Interrupt Group RegistersFabian Aggeler2015-05-121-3/+47
* hw/intc/arm_gic: Switch to read/write callbacks with tx attributesPeter Maydell2015-05-121-54/+90
* hw/intc/arm_gic: Add Security Extensions propertyFabian Aggeler2015-05-121-1/+4
* hw/intc/arm_gic: Create outbound FIQ linesFabian Aggeler2015-05-121-0/+3
* Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-1/+2
* arm_gic: remove unused parameter.KONRAD Frederic2014-10-241-2/+2
* hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov2014-08-291-1/+2
* arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski2014-08-291-1/+1
* arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski2014-08-291-4/+6
* arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski2014-08-291-1/+1
* arm: Clean up fragile use of error_is_set() in realize() methodsMarkus Armbruster2014-05-051-2/+4
* hw/intc/arm_gic: Fix NVIC assertion failurePeter Maydell2014-02-201-1/+1
* arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall2014-02-081-0/+5
* arm_gic: Support setting/getting binary point regChristoffer Dall2014-02-081-3/+9
* arm_gic: Keep track of SGI sourcesChristoffer Dall2014-02-081-12/+86
* arm_gic: Fix GIC pending behaviorChristoffer Dall2014-02-081-17/+47
* arm_gic: Fix GICD_ICPENDR and GICD_ISPENDR writesChristoffer Dall2014-01-311-1/+5
* arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall2014-01-311-6/+11
* Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2014-01-091-1/+0
|\
| * sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0