summaryrefslogtreecommitdiffstats
path: root/hw/intc/arm_gic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* | hw: arm_gic: Introduce gic_set_priority functionChristoffer Dall2014-01-081-5/+10
* | arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall2014-01-081-6/+6
|/
* arm_gic: QOM cast cleanupAndreas Färber2013-07-291-2/+3
* intc/arm_gic: Build arm_gic only onceAndreas Färber2013-07-091-0/+1
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-2/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+5
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+723
OpenPOWER on IntegriCloud