aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic-v2m.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-21PCI: Remove unused includes and superfluous struct declarationGravatar Krzysztof Wilczynski 1-0/+1
2019-08-07irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeGravatar Marc Zyngier 1-1/+1
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-17/+68
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-11irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mGravatar Zeev Zilberman 1-17/+68
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+7
2019-05-03irqchip/gicv2m: Don't map the MSI page in gicv2m_compose_msi_msg()Gravatar Julien Grall 1-1/+7
2019-04-04acpi: Create subtable parsing infrastructureGravatar Keith Busch 1-1/+1
2018-06-22irqchip/gic-v2m: Fix SPI release on error pathGravatar Marc Zyngier 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-02-16irqchip/gic-v2m: Add PCI Multi-MSI supportGravatar Marc Zyngier 1-24/+22
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessGravatar Marc Zyngier 1-1/+1
2016-09-16iommu/dma: Add support for mapping MSIsGravatar Robin Murphy 1-0/+3
2016-06-13irqchip/gic-v2m: Fix missing include of <linux/irqchip/arm-gic.h>Gravatar Ben Dooks 1-0/+1
2016-05-11irqchip/gic-v2m: Add workaround for Broadcom NS2 GICv2m erratumGravatar Ray Jui 1-2/+17
2016-02-19irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodGravatar Marc Zyngier 1-13/+1
2015-12-29irqchip/gicv2m: Miscellaneous fixes for v2m resources and SPI rangesGravatar Suravee Suthikulpanit 1-4/+4
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 1-22/+141
2015-12-21irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportGravatar Suravee Suthikulpanit 1-1/+109
2015-12-21irqchip/gic-v2m: Refactor to prepare for ACPI supportGravatar Suravee Suthikulpanit 1-21/+32
2015-12-16irqchip/gic-v2m: Fix of_node refcount on errorGravatar Marc Zyngier 1-1/+1
2015-10-15irqchip/gic-v2m: Add support for multiple MSI framesGravatar Marc Zyngier 1-46/+78
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeGravatar Marc Zyngier 1-2/+3
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeGravatar Marc Zyngier 1-7/+11
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessGravatar Marc Zyngier 1-1/+1
2015-10-09irqchip/gic-v2m: Add workaround for APM X-Gene GICv2m erratumGravatar Duc Dang 1-0/+22
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsGravatar Pavel Fedin 1-2/+2
2015-07-30irqchip/GICv2m: Add platform MSI supportGravatar Marc Zyngier 1-8/+25
2015-07-30irqchip/GICv2m: Get rid of struct msi_controllerGravatar Marc Zyngier 1-17/+10
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellGravatar Suravee Suthikulpanit 1-0/+333