summaryrefslogtreecommitdiff
path: root/xen/arch/arm/gic.c
AgeCommit message (Expand)Author
2020-11-19xen/arm: gic: acpi: Use the correct length for the GICC structureJulien Grall
2020-11-19xen/arm: gic: acpi: Guard helpers to build the MADT with CONFIG_ACPIJulien Grall
2020-01-21xen/arm: gic: Remove pointless assertion against enum gic_sgiJulien Grall
2019-06-10xen/arm: gic: Defer the decision to unmask interrupts to do_{LPI, IRQ}()Andrii Anisov
2018-11-12xen/arm: gic: Relax barrier when sending an SGIJulien Grall
2018-11-09xen/arm: gic: Remove duplicated comment in do_sgiJulien Grall
2018-11-09xen/arm: gic: Ensure ordering between read of INTACK and shared dataJulien Grall
2018-11-09xen/arm: gic: Ensure we have an ISB between ack and do_IRQ()Julien Grall
2018-09-11xen: Fix inconsistent callers of panic()Andrew Cooper
2018-06-05xen/arm: Release maintenance interrupt when CPU is hot-unpluggedMirela Simonovic
2018-03-16xen/arm: Restrict when a physical IRQ can be routed/removed from/to a domainJulien Grall
2018-02-08ARM: VGIC: factor out vgic_connect_hw_irq()Andre Przywara
2018-02-08ARM: VGIC: split up gic_dump_info() to cover virtual part separatelyAndre Przywara
2018-02-08ARM: VGIC: split gic.c to observe hardware/virtual GIC separationAndre Przywara
2018-02-08ARM: VGIC: drop unneeded gic_restore_pending_irqs()Andre Przywara
2017-12-08ARM: VGIC: move gic_remove_irq_from_queues()Andre Przywara
2017-10-10ARM: Update Formula to compute MADT size using new callbacks in gic_hw_operat...Manish Jaggi
2017-09-15arm/{v,}gic: switch to plain boolWei Liu
2017-06-20arm: vgic: Don't update the LR when the IRQ is not enabledJulien Grall
2017-06-14ARM: GICv3: handle unmapped LPIsAndre Przywara
2017-06-14ARM: GICv3: forward pending LPIs to guestsAndre Przywara
2017-06-14ARM: GIC: Add checks for NULL pointer pending_irq'sAndre Przywara
2017-06-14ARM: vGIC: introduce gic_remove_irq_from_queues()Andre Przywara
2017-06-14ARM: vGIC: rework gic_remove_from_queues()Andre Przywara
2017-04-06vgic: refuse irq migration when one is already in progressStefano Stabellini
2017-04-06arm: remove irq from inflight, then change physical affinityStefano Stabellini
2017-02-16xen/include: Remove explicit xen/config.h includesAndrew Cooper
2016-12-09missing vgic_unlock_rank in gic_remove_irq_from_guestStefano Stabellini
2016-07-27xen/arm: Allow DOM0 to set the IRQ typeJulien Grall
2016-07-27xen/arm: gic: Document how gic_set_irq_type should be calledJulien Grall
2016-07-27xen/arm: gic: set_type: Pass the type in parameter rather than in desc->arch....Julien Grall
2016-07-27xen/arm: gic: split set_irq_propertiesJulien Grall
2016-07-27xen/arm: gic: Do not configure affinity during routingJulien Grall
2016-07-27xen/arm: gic: Consolidate the IRQ affinity set in a single placeJulien Grall
2016-06-17xen/arm: gicv2: Export GICv2m register frames to Dom0 by device treeWei Chen
2016-03-30arm/gic: Add a new callback to deny Dom0 access to GIC regionsShannon Zhao
2016-03-30arm/gic: Add a new callback for creating MADT table for Dom0Shannon Zhao
2016-03-03arm/gic: Add ACPI support for GIC preinitShannon Zhao
2016-03-03arm/irq: Drop the DT prefix of the irq line typeShannon Zhao
2015-12-16drop empty __cpuinit annotationAndrew Cooper
2015-10-01xen/arm: gic: Make it clear the GIC node is passed to make_hwdom_dt_nodeJulien Grall
2015-07-03xen/arm: Merge gicv_setup with vgic_domain_initJulien Grall
2015-07-03xen/arm: gic: Rename make_dt_node into make_hwdom_dt_nodeJulien Grall
2015-05-21xen/arm: Drop support of platform where GICH_LR_HW is not working correctlyJulien Grall
2015-05-21xen/arm: gic: Typo in comment in gic_remove_irq_from_guestJulien Grall
2015-05-08xen/arm: Release IRQ routed to a domain when it's destroyingJulien Grall
2015-04-02xen/arm: gic_route_irq_to_guest: Honor the priority given in parameterJulien Grall
2015-04-02xen/arm: gic: Add sanity checks gic_route_irq_to_guestJulien Grall
2015-04-02xen/arm: Allow virq != irqJulien Grall
2015-04-02xen/arm: vgic: Introduce a function to initialize pending_irqJulien Grall