summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/arm64
Commit message (Expand)AuthorAgeFilesLines
* ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()Lorenzo Pieralisi2019-07-231-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-241-118/+120
|\
| * ACPI/IORT: Fix build error when IOMMU_SUPPORT is disabledLorenzo Pieralisi2019-05-231-118/+120
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-131-0/+11
|\
| * ACPI/IORT: Check ATS capability in root complex nodesJean-Philippe Brucker2019-04-231-0/+11
* | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon2019-05-031-24/+107
|\ \
| * | perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkShameer Kolothum2019-04-041-1/+15
| * | ACPI/IORT: Add support for PMCGNeil Leeder2019-04-041-24/+93
| |/
* / ACPI/IORT: Reject platform device creation on NUMA node mapping failureKefeng Wang2019-04-161-5/+14
|/
* ACPI/IORT: Fix rc_dma_get_range()Jean-Philippe Brucker2019-01-111-1/+2
* ACPI/IORT: Fix build when CONFIG_IOMMU_API=nQian Cai2019-01-071-1/+1
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-11/+12
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-11/+12
| |\ \
| | | * ACPI/IORT: Don't call iommu_ops->add_device directlyJoerg Roedel2018-12-171-2/+2
| | | * ACPI/IORT: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
| | | * ACPI/IORT: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-9/+10
| | |/
* | / ACPI/IORT: Stub out ACS functions when CONFIG_PCI is not setSinan Kaya2018-12-201-7/+13
|/ /
* / ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer valueLorenzo Pieralisi2018-11-301-1/+1
|/
* dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-1/+1
* ACPI/IORT: Don't set default coherent DMA maskRobin Murphy2018-07-271-11/+11
* ACPI/IORT: Set bus DMA mask as appropriateRobin Murphy2018-07-271-0/+1
* ACPI/IORT: Support address size limit for root complexesRobin Murphy2018-07-271-2/+23
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-121-3/+108
|\
| * ACPI/IORT: Add msi address regions reservation helperShameer Kolothum2018-02-141-3/+108
* | ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX defineLorenzo Pieralisi2018-03-081-5/+0Star
* | ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guardLorenzo Pieralisi2018-03-081-7/+0Star
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-152-59/+201
|\
| * ACPI/IORT: Enable SMMUv3/PMCG IORT MSI domain set-upLorenzo Pieralisi2017-10-161-0/+45
| * ACPI/IORT: Add SMMUv3 specific special index mapping handlingHanjun Guo2017-10-161-1/+38
| * ACPI/IORT: Enable special index ITS group mappings for IORT nodesHanjun Guo2017-10-161-4/+28
| * ACPI/IORT: Look up IORT node through struct fwnode_handle pointerHanjun Guo2017-10-161-1/+42
| * ACPI/IORT: Make platform devices initialization code SMMU agnosticLorenzo Pieralisi2017-10-161-33/+30Star
| * ACPI/IORT: Improve functions return type/storage class specifier indentationLorenzo Pieralisi2017-10-161-19/+17Star
| * ACPI/IORT: Remove leftover ACPI_IORT_SMMU_V3_PXM_VALID guardLorenzo Pieralisi2017-10-161-1/+1
| * acpi/arm64: pr_err() strings should end with newlinesArvind Yadav2017-10-161-1/+1
* | ACPI/IORT: Fix PCI ACS enablementLorenzo Pieralisi2017-10-041-0/+35
|/
* Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-051-2/+55
|\
| * ACPI/IORT: Add IORT named component memory address limitsLorenzo Pieralisi2017-08-071-17/+37
| * ACPI: Make acpi_dma_configure() DMA regions awareLorenzo Pieralisi2017-08-071-2/+35
* | ACPI/IORT: Fix build regression without IOMMUArnd Bergmann2017-08-101-1/+1
* | ACPI/IORT: numa: Add numa node mapping for smmuv3 devicesGanapatrao Kulkarni2017-08-081-1/+28
* | ACPI/IORT: Handle PCI aliases properly for IOMMUsRobin Murphy2017-08-081-52/+59
|/
* Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-121-20/+63
|\
| * Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2017-06-281-20/+63
| |\
| | * iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126Geetha Sowjanya2017-06-231-19/+44
| | * ACPI/IORT: Fixup SMMUv3 resource size for Cavium ThunderX2 SMMUv3 modelLinu Cherian2017-06-231-1/+14
| | * iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number defin...Robert Richter2017-06-231-0/+5