summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-gic-v3-its.c
AgeCommit message (Expand)Author
2020-02-28irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALLZenghui Yu
2019-10-05irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier
2019-01-31irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier
2018-05-30irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd
2018-03-22irqchip/gic-v3-its: Ensure nr_ites >= nr_lpisArd Biesheuvel
2017-03-22irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065Shanker Donthineni
2016-10-17irqchip/gic-v3-its: Fix 64bit GIC{R,ITS}_TYPER accessesMarc Zyngier
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-09-16iommu/dma: Add support for mapping MSIsRobin Murphy
2016-09-12irqchip/gicv3-its: Probe ITS in the ACPI wayTomasz Nowicki
2016-09-12irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPITomasz Nowicki
2016-09-12irqchip/gicv3-its: Cleanup for ITS domain initializationTomasz Nowicki
2016-08-19irqchip/gicv3-its: Disable the ITS before initializing itDavid Daney
2016-06-13irqchip/gicv3-its: Implement two-level(indirect) device table supportShanker Donthineni
2016-06-13irqchip/gicv3-its: Remove an unused argument 'node_name'Shanker Donthineni
2016-06-13irqchip/gicv3-its: Split its_alloc_tables() into two functionsShanker Donthineni
2016-06-13irqchip/gicv3-its: Add a new function for parsing device table BASERnShanker Donthineni
2016-06-13irqchip/gicv3-its: Introduce two helper functions for accessing BASERnShanker Donthineni
2016-06-02irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni
2016-05-11irqchip/gicv3-its: Don't allow devices whose ID is outside rangeShanker Donthineni
2016-03-09irqchip/gic-v3-its: Mark its_init() and its children as __initTomasz Nowicki
2016-03-09irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo
2016-02-17irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni
2016-02-11irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar
2016-02-04irqchip/gicv3-its: Fix memory leak in its_free_tables()Shanker Donthineni
2016-01-26irqchip/gic-v3-its: Recompute the number of pages on page size changeMarc 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-13Merge branch 'linus' into irq/coreThomas Gleixner
2015-10-02irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlinedMarc Zyngier
2015-09-29irqchip/gicv3-its: Workaround for Cavium ThunderX errata 22375, 24313Robert Richter
2015-09-29irqchip/gicv3-its: Add HW revision detection and configurationRobert Richter
2015-09-29irqchip/gicv3-its: Read typer register outside the loopRobert Richter
2015-09-29irqchip/gicv3-its: Add range check for number of allocated pagesRobert Richter
2015-09-15irqchip/gic-v3-its: Add missing cache flushesMarc Zyngier
2015-07-30irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier
2015-07-30irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier
2015-07-30irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier
2015-07-30irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner
2015-07-17irqchip/gicv3-its: Fix mapping of LPIs to collectionsMarc Zyngier
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet
2015-05-20irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian
2015-03-29irqchip: gicv3-its: Use non-cacheable accesses when no shareabilityMarc Zyngier
2015-03-29irqchip: gicv3-its: Fix PROP/PEND and BASE/CBASE confusionMarc Zyngier
2015-03-29irqchip: gicv3-its: Fix device ID encodingAndre Przywara
2015-03-29irqchip: gicv3-its: Fix encoding of collection's target redistributorMarc Zyngier
2015-03-08irqchip: gicv3-its: Support safe initializationYun Wu
2015-03-08irqchip: gicv3-its: Define macros for GITS_CTLR fieldsYun Wu
2015-03-08irqchip: gicv3-its: Add limitation to page orderYun Wu