summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic-v3-its.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-201-0/+1
|\
| * irqchip/gicv3-its: Sets IRQ_DOMAIN_FLAG_MSI_REMAPEric Auger2017-01-231-0/+1
* | irqchip/gic-v3-its: Zero command on allocationMarc Zyngier2017-02-081-0/+6
* | irqchip/gic-v3-its: Fix command buffer allocationRobert Richter2017-02-081-2/+3
* | irqchip/gic-v3-its: Rename MAPVI to MAPTIMarc Zyngier2017-02-081-14/+14
* | irqchip/gic-v3-its: Drop deprecated GITS_BASER_TYPE_CPUMarc Zyngier2017-02-081-1/+1
* | irqchip/gic-v3-its: Refactor command encodingMarc Zyngier2017-02-081-18/+16
* | irqchip/gic-v3-its: Enable cacheable attribute Read-allocate hintsShanker Donthineni2017-02-081-5/+5
|/
* irqchip/gic-v3-its: Specialise readq and writeq accessesVladimir Murzin2016-11-291-12/+12
* irqchip/gic-v3-its: Specialise flush_dcache operationVladimir Murzin2016-11-291-9/+8
* irqchip/gic-v3-its: Narrow down Entry Size when used as a dividerVladimir Murzin2016-11-291-3/+3
* irqchip/gic-v3-its: Change unsigned types for AArch32 compatibilityVladimir Murzin2016-11-291-14/+14
* irqchip/gic-v3-its: Fix 64bit GIC{R,ITS}_TYPER accessesMarc Zyngier2016-10-171-5/+5
* Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-111-0/+3
|\
| * iommu/dma: Add support for mapping MSIsRobin Murphy2016-09-161-0/+3
* | irqchip/gicv3-its: Probe ITS in the ACPI wayTomasz Nowicki2016-09-121-1/+60
* | irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPITomasz Nowicki2016-09-121-27/+38
* | irqchip/gicv3-its: Cleanup for ITS domain initializationTomasz Nowicki2016-09-121-23/+34
|/
* irqchip/gicv3-its: Disable the ITS before initializing itDavid Daney2016-08-191-1/+6
* irqchip/gicv3-its: Implement two-level(indirect) device table supportShanker Donthineni2016-06-131-17/+90
* irqchip/gicv3-its: Remove an unused argument 'node_name'Shanker Donthineni2016-06-131-2/+2
* irqchip/gicv3-its: Split its_alloc_tables() into two functionsShanker Donthineni2016-06-131-116/+126
* irqchip/gicv3-its: Add a new function for parsing device table BASERnShanker Donthineni2016-06-131-23/+26
* irqchip/gicv3-its: Introduce two helper functions for accessing BASERnShanker Donthineni2016-06-131-4/+20
* irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni2016-06-021-2/+47
* irqchip/gicv3-its: Don't allow devices whose ID is outside rangeShanker Donthineni2016-05-111-4/+38
* irqchip/gic-v3-its: Mark its_init() and its children as __initTomasz Nowicki2016-03-091-3/+4
* irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo2016-03-091-3/+0
* irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni2016-02-171-5/+6
* irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar2016-02-111-6/+1
* irqchip/gicv3-its: Fix memory leak in its_free_tables()Shanker Donthineni2016-02-041-6/+11
* irqchip/gic-v3-its: Recompute the number of pages on page size changeMarc Zyngier2016-01-261-2/+6
* irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier2015-10-131-8/+12
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-1/+1
* Merge branch 'linus' into irq/coreThomas Gleixner2015-10-131-0/+3
|\
| * irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlinedMarc Zyngier2015-10-021-0/+3
* | irqchip/gicv3-its: Workaround for Cavium ThunderX errata 22375, 24313Robert Richter2015-09-291-4/+33
* | irqchip/gicv3-its: Add HW revision detection and configurationRobert Richter2015-09-291-0/+16
* | irqchip/gicv3-its: Read typer register outside the loopRobert Richter2015-09-291-3/+2
* | irqchip/gicv3-its: Add range check for number of allocated pagesRobert Richter2015-09-291-1/+10
|/
* irqchip/gic-v3-its: Add missing cache flushesMarc Zyngier2015-09-151-1/+5
* irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier2015-07-301-16/+32
* irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier2015-07-301-22/+16
* irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier2015-07-301-1/+2
* irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier2015-07-301-83/+11
* Merge branch 'linus' into irq/coreThomas Gleixner2015-07-301-36/+75
|\
| * irqchip/gicv3-its: Fix mapping of LPIs to collectionsMarc Zyngier2015-07-171-36/+75
* | irqchip: Prepare for local stub header removalJoel Porquet2015-07-111-2/+1
|/
* irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian2015-05-201-1/+8
* irqchip: gicv3-its: Use non-cacheable accesses when no shareabilityMarc Zyngier2015-03-291-4/+43