summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/arm64
AgeCommit message (Expand)AuthorLines
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Lorenzo Pieralisi-15/+44
2020-07-28ACPI/IORT: Remove useless PCI bus walkLorenzo Pieralisi-3/+0
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi-6/+6
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi-7/+7
2020-07-28ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NCLorenzo Pieralisi-2/+18
2020-05-26ACPI/IORT: Remove the unused __get_pci_rid()Zenghui Yu-9/+0
2020-05-20ACPI/IORT: Fix PMCG node single ID mapping handlingTuan Phan-0/+5
2020-05-18ACPI: IORT: Add comments for not calling acpi_put_table()Hanjun Guo-0/+4
2020-05-18ACPI: GTDT: Put GTDT table after parsingHanjun Guo-1/+3
2020-05-11ACPI: IORT: Add extra message "applying workaround" for off-by-1 issueHanjun Guo-0/+2
2020-05-04ACPI/IORT: work around num_ids ambiguityArd Biesheuvel-6/+34
2020-05-04Revert "ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()"Ard Biesheuvel-55/+2
2020-04-28ACPI/IORT: take _DMA methods into account for named componentsArd Biesheuvel-7/+4
2020-03-27ACPI/IORT: Remove direct access of dev->iommu_fwspecJoerg Roedel-2/+4
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+20
2020-01-17ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()Hanjun Guo-2/+55
2020-01-15ACPI/IORT: Parse SSID property of named component nodeJean-Philippe Brucker-0/+18
2019-12-23iommu/arm-smmu: Support SMMU module probing from the IORTArd Biesheuvel-2/+2
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne-13/+7
2019-08-05ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variableLorenzo Pieralisi-3/+3
2019-07-23ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()Lorenzo Pieralisi-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-9/+1
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-118/+120
2019-05-23ACPI/IORT: Fix build error when IOMMU_SUPPORT is disabledLorenzo Pieralisi-118/+120
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+11
2019-05-03Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon-24/+107
2019-04-23ACPI/IORT: Check ATS capability in root complex nodesJean-Philippe Brucker-0/+11
2019-04-16ACPI/IORT: Reject platform device creation on NUMA node mapping failureKefeng Wang-5/+14
2019-04-04perf/smmuv3: Enable HiSilicon Erratum 162001800 quirkShameer Kolothum-1/+15
2019-04-04ACPI/IORT: Add support for PMCGNeil Leeder-24/+93
2019-01-11ACPI/IORT: Fix rc_dma_get_range()Jean-Philippe Brucker-1/+2
2019-01-07ACPI/IORT: Fix build when CONFIG_IOMMU_API=nQian Cai-1/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+12
2018-12-20ACPI/IORT: Stub out ACS functions when CONFIG_PCI is not setSinan Kaya-7/+13
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel-11/+12
2018-12-17ACPI/IORT: Don't call iommu_ops->add_device directlyJoerg Roedel-2/+2
2018-12-17ACPI/IORT: Use device_iommu_mapped()Joerg Roedel-1/+1
2018-12-17ACPI/IORT: Use helper functions to access dev->iommu_fwspecJoerg Roedel-9/+10
2018-11-30ACPI/IORT: Fix iort_get_platform_device_domain() uninitialized pointer valueLorenzo Pieralisi-1/+1
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig-1/+1
2018-07-27ACPI/IORT: Don't set default coherent DMA maskRobin Murphy-11/+11
2018-07-27ACPI/IORT: Set bus DMA mask as appropriateRobin Murphy-0/+1
2018-07-27ACPI/IORT: Support address size limit for root complexesRobin Murphy-2/+23
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+108
2018-03-08ACPI/IORT: Remove obsolete ACPI_IORT_SMMU_V3_CAVIUM_CN99XX defineLorenzo Pieralisi-5/+0
2018-03-08ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guardLorenzo Pieralisi-7/+0
2018-02-14ACPI/IORT: Add msi address regions reservation helperShameer Kolothum-3/+108
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-59/+201