summaryrefslogtreecommitdiff
path: root/xen/arch/arm/gic-v2.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-02-06Arm/GICv2: don't needlessly use xzalloc_bytes()Jan Beulich
2019-02-07xen/arm: gic-v2: deactivate interrupts during initializationStefano Stabellini
2019-01-23xen/arm: gic: Make sure the number of interrupt lines is valid before using itJulien Grall
2018-11-12xen/arm: gic: Relax barrier when sending an SGIJulien Grall
2018-09-11xen: Fix inconsistent callers of panic()Andrew Cooper
2018-03-26ARM: GIC: Allow reading pending state of a hardware IRQAndre Przywara
2018-03-26ARM: GIC: Allow tweaking the active and pending state of an IRQAndre Przywara
2018-03-21xen/arm: gic: Read unconditionally the source from the LRsJulien Grall
2018-03-20ARM: GIC: extend LR read/write functions to cover EOI and sourceJulien Grall
2018-03-20xen/arm: GIC: Only set pirq in the LR when hw_status is setJulien Grall
2018-03-20xen/arm: gic: Split the field state in gic_lr in 2 fields active and pendingJulien Grall
2018-03-20xen/arm: gic: Use bool instead of uint8_t for the hw_status in gic_lrJulien Grall
2018-03-20xen/arm: vgic: Override the group in lr everytimeJulien Grall
2018-03-12ARM: GICv2: fix GICH_V2_LR definitionsAndre Przywara
2018-03-12ARM: GICv2: introduce gicv2_poke_irq()Andre Przywara
2018-02-08ARM: VGIC: rework gicv[23]_update_lr to not use pending_irqAndre Przywara
2017-10-10ARM: replace ACPI_MEMCPY with memcpyStefano Stabellini
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-15xen/arm: Use the newly introduced MFN <-> MADDR and GFN <-> MADDR helpersJulien Grall
2017-06-15xen/arm: Replace DIV_ROUND_UP(..., PAGE_SIZE) by PFN_UP(...)Julien Grall
2017-06-15xen/arm: gic-v2: Fix indentation in gicv2_map_hwdom_extra_mappingsJulien Grall
2017-06-14ARM: GICv3: forward pending LPIs to guestsAndre Przywara
2017-02-16xen/include: Remove explicit xen/config.h includesAndrew Cooper
2017-01-17xen/arm: Don't mix GFN and MFN when using iomem_deny_accessJulien Grall
2016-11-09Partially revert 21550029f709072aacf3b90edd574e7d3021b400Stefano Stabellini
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: Consolidate the IRQ affinity set in a single placeJulien Grall
2016-07-13xen: Use the typesafe mfn and gfn in map_mmio_regions...Julien Grall
2016-06-17xen/arm: gic-v2: Only create GICv2m node when there are GICv2m frame availableJulien Grall
2016-06-17xen/arm: gic-v2: Fix ARM32 build after "xen/arm: gicv2: Export GICv2m..."Julien 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-v2: Add ACPI boot support for GICv2Parth Dixit
2016-03-03arm/irq: Drop the DT prefix of the irq line typeShannon Zhao
2016-02-03arm/gic-v2: Refactor gicv2_init into generic and dt specific partsShannon Zhao
2015-12-16drop empty __cpuinit annotationAndrew Cooper
2015-10-23xen/arm: gic-v2: Automatically detect aliased GIC400Julien Grall
2015-10-23xen/arm: gic: Check the size of the CPU and vCPU interface retrieved from DTJulien Grall
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-{v2, hip04}: Remove hbase from the global stateJulien Grall
2015-07-03xen/arm: gic: Allow the base address to be 0Julien Grall
2015-07-03xen/arm: gic-{v2, hip04}: Use SZ_64K rather than our custom valueJulien Grall
2015-07-03xen/arm: gic-{v2, hip04}: Remove redundant check in {gicv2, hip04gic}_initJulien Grall
2015-07-03xen/arm: gic: Rename make_dt_node into make_hwdom_dt_nodeJulien Grall