summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic-v3-its.c
AgeCommit message (Expand)Author
2020-02-09irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier
2020-02-08irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu
2020-02-08irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu
2020-02-08irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu
2020-02-08irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu
2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu
2020-02-08irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZEZenghui Yu
2020-02-03irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALLZenghui Yu
2020-01-22irqchip/gic-v4.1: Allow direct invalidation of VLPIsMarc Zyngier
2020-01-22irqchip/gic-v4.1: Suppress per-VLPI doorbellMarc Zyngier
2020-01-22irqchip/gic-v4.1: Add VPE INVALL callbackMarc Zyngier
2020-01-22irqchip/gic-v4.1: Add VPE eviction callbackMarc Zyngier
2020-01-22irqchip/gic-v4.1: Add VPE residency callbackMarc Zyngier
2020-01-22irqchip/gic-v4.1: Add mask/unmask doorbell callbacksMarc Zyngier
2020-01-22irqchip/gic-v4.1: Plumb skeletal VPE irqchipMarc Zyngier
2020-01-22irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVPMarc Zyngier
2020-01-22irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is setMarc Zyngier
2020-01-22irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPPMarc Zyngier
2020-01-22irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier
2020-01-22irqchip/gic-v3: Add GICv4.1 VPEID size discoveryMarc Zyngier
2020-01-22irqchip/gic-v3-its: Fix get_vlpi_map() breakage with doorbellsMarc Zyngier
2019-11-10irqchip/gic-v3-its: Make vlpi_lock a spinlockMarc Zyngier
2019-11-10irqchip/gic-v3-its: Lock VLPI map array before translating itMarc Zyngier
2019-11-10irqchip/gic-v3-its: Synchronise INT/CLEAR commands targetting a VLPI using VSYNCMarc Zyngier
2019-11-10irqchip/gic-v3-its: Synchronise INV command targetting a VLPI using VSYNCMarc Zyngier
2019-11-10irqchip/gic-v3-its: Add its_vlpi_map helpersMarc Zyngier
2019-11-10irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy insteadMarc Zyngier
2019-11-10irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy insteadMarc Zyngier
2019-11-10irqchip/gic-v3-its: Make is_v4 use a TYPER copyMarc Zyngier
2019-11-10irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interfaceMarc Zyngier
2019-11-10irqchip/gic-v3-its: Factor out wait_for_syncr primitiveMarc Zyngier
2019-11-10irqchip/gic-v3-its: Free collection mapping on device teardownMarc Zyngier
2019-11-10irqchip/gic-v3-its: Fix u64 to __le64 warningsBen Dooks (Codethink)
2019-10-24irqchip/gic-v3-its: Use the exact ITSList for VMOVPZenghui Yu
2019-09-05irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier
2019-08-20irqchip/gic-v3-its: Remove the redundant set_bit for lpi_mapZenghui Yu
2019-08-07irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnodeMarc Zyngier
2019-08-01Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner
2019-07-26irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table failNianyao Tang
2019-07-10irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches
2019-06-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-05irqchip/gic-v3-its: Fix command queue pointer comparison bugHeyi Guo
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03irqchip/gic-v3-its: Don't map the MSI page in its_irq_compose_msi_msg()Julien Grall
2019-04-29irqchip/gic-v3-its: Make free_lpi_range a little cheaperRasmus Villemoes
2019-04-29irqchip/gic-v3-its: Drop redundant initialization in mk_lpi_rangeRasmus Villemoes
2019-04-29irqchip/gic-v3-its: Move allocation outside mutexRasmus Villemoes
2019-04-29irqchip/gic-v3-its: Fix typo in a comment in its_msi_prepare()Julien Grall
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch