summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic-v2m.c
Commit message (Expand)AuthorAgeFilesLines
* irqchip: Use of_property_read_bool() for boolean propertiesRob Herring2023-04-081-1/+1
* irqchip/gic-v2m: Use irq_domain_create_hierarchy()Johan Hovold2023-02-131-3/+2
* irqchip/gic-v2m: Mark a few functions __initThomas Gleixner2022-12-061-5/+5
* irqchip/gic-v2m: Include arm-gic-common.hThomas Gleixner2022-12-061-0/+1
* iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy2022-09-071-1/+1
* Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-1/+0
|\
| * PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner2021-12-091-1/+0
* | irqchip/gic-v2m: Add const to of_device_idXiang wangx2021-12-161-1/+1
|/
* irqchip/gic-v2m: Switch to bitmap_zalloc()Andy Shevchenko2021-07-261-3/+2
* irqchip/gic-v2m: Remove unnecessary oom messageZhen Lei2021-06-111-3/+1
* irq: Fix typos in commentsIngo Molnar2021-03-221-1/+1
* PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-211-0/+1
* irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-17/+68
|\
| * irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman2019-06-111-17/+68
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-191-1/+7
|\
| * irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()Julien Grall2019-05-031-1/+7
* | acpi: Create subtable parsing infrastructureKeith Busch2019-04-041-1/+1
|/
* irqchip/gic-v2m: Fix SPI release on error pathMarc Zyngier2018-06-221-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* irqchip/gic-v2m: Add PCI Multi-MSI supportMarc Zyngier2018-02-161-24/+22
* irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-221-1/+1
* iommu/dma: Add support for mapping MSIsRobin Murphy2016-09-161-0/+3
* irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>Ben Dooks2016-06-131-0/+1
* irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratumRay Jui2016-05-111-2/+17
* irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier2016-02-191-13/+1
* irqchip/gicv2m: Miscellaneous fixes for v2m resources and SPI rangesSuravee Suthikulpanit2015-12-291-4/+4
* Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-291-22/+141
|\
| * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit2015-12-211-1/+109
| * irqchip/gic-v2m: Refactor to prepare for ACPI supportSuravee Suthikulpanit2015-12-211-21/+32
* | irqchip/gic-v2m: Fix of_node refcount on errorMarc Zyngier2015-12-161-1/+1
|/
* irqchip/gic-v2m: Add support for multiple MSI framesMarc Zyngier2015-10-151-46/+78
* irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-131-2/+3
* irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier2015-10-131-7/+11
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-1/+1
* irqchip/gic-v2m: Add workaround for APM X-Gene GICv2m erratumDuc Dang2015-10-091-0/+22
* irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin2015-09-151-2/+2
* irqchip/GICv2m: Add platform MSI supportMarc Zyngier2015-07-301-8/+25
* irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier2015-07-301-17/+10
* irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit2014-11-261-0/+333