aboutsummaryrefslogtreecommitdiff
path: root/include/hw/intc
AgeCommit message (Expand)Author
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-10-04hw/intc/arm_gicv3_its: Implement ITS base classPavel Fedin
2016-10-04intc: add an interface to gather statistics/informations on interrupt control...Hervé Poussineau
2016-07-14gic: provide defines for v2/v3 targetlist sizesAndrew Jones
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12hw/mips: implement Global Interrupt ControllerYongbok Kim
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structurePeter Maydell
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin
2016-03-16hw/intc: Add (new) ASPEED VIC device modelAndrew Jeffery
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann
2015-10-27arm_gic_kvm: Disable live migration if not supportedPavel Fedin
2015-09-24hw/intc: Implement GIC-500 base classShlomo Pongratz
2015-09-08hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter 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-08-13hw/arm/gic: Kill code duplicationPavel Fedin
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois
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: Add Security Extensions propertyFabian Aggeler
2015-05-12hw/intc/arm_gic: Create outbound FIQ linesFabian Aggeler
2014-02-26arm: vgic device control api supportChristoffer Dall
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-01-31arm_gic: Introduce define for GIC_NR_SGISChristoffer Dall
2014-01-08arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGERChristoffer Dall
2013-12-17hw/intc: add allwinner A10 interrupt controllerliguang
2013-11-05realview_gic: Prepare for QOM embeddingAndreas Färber
2013-11-05arm_gic: Extract headers hw/intc/arm_gic{,_common}.hAndreas Färber