summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic-v2m.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06irqchip/gic-v2m: Mark a few functions __initThomas Gleixner1-5/+5
2022-12-06irqchip/gic-v2m: Include arm-gic-common.hThomas Gleixner1-0/+1
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy1-1/+1
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2021-12-16irqchip/gic-v2m: Add const to of_device_idXiang wangx1-1/+1
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner1-1/+0
2021-07-26irqchip/gic-v2m: Switch to bitmap_zalloc()Andy Shevchenko1-3/+2
2021-06-11irqchip/gic-v2m: Remove unnecessary oom messageZhen Lei1-3/+1
2021-03-22irq: Fix typos in commentsIngo Molnar1-1/+1
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski1-0/+1
2019-08-07irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier1-1/+1
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+68
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-11irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman1-17/+68
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+7
2019-05-03irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()Julien Grall1-1/+7
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-1/+1
2018-06-22irqchip/gic-v2m: Fix SPI release on error pathMarc Zyngier1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-16irqchip/gic-v2m: Add PCI Multi-MSI supportMarc Zyngier1-24/+22
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier1-1/+1
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy1-0/+3
2016-06-13irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>Ben Dooks1-0/+1
2016-05-11irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratumRay Jui1-2/+17
2016-02-19irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier1-13/+1
2015-12-29irqchip/gicv2m: Miscellaneous fixes for v2m resources and SPI rangesSuravee Suthikulpanit1-4/+4
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner1-22/+141
2015-12-21irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit1-1/+109
2015-12-21irqchip/gic-v2m: Refactor to prepare for ACPI supportSuravee Suthikulpanit1-21/+32
2015-12-16irqchip/gic-v2m: Fix of_node refcount on errorMarc Zyngier1-1/+1
2015-10-15irqchip/gic-v2m: Add support for multiple MSI framesMarc Zyngier1-46/+78
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier1-2/+3
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-7/+11
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+1
2015-10-09irqchip/gic-v2m: Add workaround for APM X-Gene GICv2m erratumDuc Dang1-0/+22
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin1-2/+2
2015-07-30irqchip/GICv2m: Add platform MSI supportMarc Zyngier1-8/+25
2015-07-30irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier1-17/+10
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit1-0/+333