summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic-v2m.c
AgeCommit message (Expand)Author
2023-04-08irqchip: Use of_property_read_bool() for boolean propertiesRob Herring
2023-02-13irqchip/gic-v2m: Use irq_domain_create_hierarchy()Johan Hovold
2022-12-06irqchip/gic-v2m: Mark a few functions __initThomas Gleixner
2022-12-06irqchip/gic-v2m: Include arm-gic-common.hThomas Gleixner
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-16irqchip/gic-v2m: Add const to of_device_idXiang wangx
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner
2021-07-26irqchip/gic-v2m: Switch to bitmap_zalloc()Andy Shevchenko
2021-06-11irqchip/gic-v2m: Remove unnecessary oom messageZhen Lei
2021-03-22irq: Fix typos in commentsIngo Molnar
2019-11-21PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski
2019-08-07irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()Julien Grall
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch
2018-06-22irqchip/gic-v2m: Fix SPI release on error pathMarc Zyngier
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-16irqchip/gic-v2m: Add PCI Multi-MSI supportMarc Zyngier
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy
2016-06-13irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>Ben Dooks
2016-05-11irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratumRay Jui
2016-02-19irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier
2015-12-29irqchip/gicv2m: Miscellaneous fixes for v2m resources and SPI rangesSuravee Suthikulpanit
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner
2015-12-21irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit
2015-12-21irqchip/gic-v2m: Refactor to prepare for ACPI supportSuravee Suthikulpanit
2015-12-16irqchip/gic-v2m: Fix of_node refcount on errorMarc Zyngier
2015-10-15irqchip/gic-v2m: Add support for multiple MSI framesMarc Zyngier
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-10-09irqchip/gic-v2m: Add workaround for APM X-Gene GICv2m erratumDuc Dang
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin
2015-07-30irqchip/GICv2m: Add platform MSI supportMarc Zyngier
2015-07-30irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit