aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/arm64
AgeCommit message (Expand)AuthorFilesLines
2022-05-06ACPI: AGDI: Fix missing prototype warning for acpi_agdi_init()Gravatar Ilkka Koskinen 1-0/+1
2022-03-10ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset deviceGravatar Ilkka Koskinen 3-0/+127
2022-02-09ACPI/IORT: Check node revision for PMCG resourcesGravatar Robin Murphy 1-3/+11
2021-10-12acpi/arm64: fix next_platform_timer() section mismatch errorGravatar Jackie Liu 1-1/+1
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-113/+70
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Gravatar Joerg Roedel 3-113/+70
2021-06-25ACPI: Move IOMMU setup code out of IORTGravatar Jean-Philippe Brucker 1-66/+8
2021-06-25ACPI: arm64: Move DMA setup operations out of IORTGravatar Jean-Philippe Brucker 3-46/+59
2021-06-08ACPI/IORT: Enable stall support for platform devicesGravatar Jean-Philippe Brucker 1-1/+3
2021-05-17ACPI: IORT: Handle device properties with software node APIGravatar Heikki Krogerus 1-1/+1
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-4/+6
2021-04-23ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failureGravatar Marc Zyngier 1-4/+6
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsGravatar Jean-Philippe Brucker 1-6/+7
2021-01-27ACPI/IORT: Do not blindly trust DMA masks from firmwareGravatar Moritz Fischer 1-2/+12
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreGravatar Catalin Marinas 1-3/+5
2020-11-23ACPI/IORT: Fix doc warnings in iort.cGravatar Shiju Jose 1-3/+5
2020-11-20arm64: mm: Set ZONE_DMA size based on early IORT scanGravatar Ard Biesheuvel 1-0/+55
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+4
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-24ACPI: Do not create new NUMA domains from ACPI static tables that are not SRATGravatar Jonathan Cameron 1-1/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetGravatar Jim Quinlan 1-2/+4
2020-09-07ACPI/IORT: Remove the unused inline functionsGravatar Zenghui Yu 1-4/+0
2020-09-07ACPI/IORT: Drop the unused @ops of iort_add_device_replay()Gravatar Zenghui Yu 1-5/+3
2020-07-28ACPI/IORT: Add an input ID to acpi_dma_configure()Gravatar Lorenzo Pieralisi 1-15/+44
2020-07-28ACPI/IORT: Remove useless PCI bus walkGravatar Lorenzo Pieralisi 1-3/+0
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticGravatar Lorenzo Pieralisi 1-6/+6
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticGravatar Lorenzo Pieralisi 1-7/+7
2020-07-28ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NCGravatar Lorenzo Pieralisi 1-2/+18
2020-05-26ACPI/IORT: Remove the unused __get_pci_rid()Gravatar Zenghui Yu 1-9/+0
2020-05-20ACPI/IORT: Fix PMCG node single ID mapping handlingGravatar Tuan Phan 1-0/+5
2020-05-18ACPI: IORT: Add comments for not calling acpi_put_table()Gravatar Hanjun Guo 1-0/+4
2020-05-18ACPI: GTDT: Put GTDT table after parsingGravatar Hanjun Guo 1-1/+3
2020-05-11ACPI: IORT: Add extra message "applying workaround" for off-by-1 issueGravatar Hanjun Guo 1-0/+2
2020-05-04ACPI/IORT: work around num_ids ambiguityGravatar Ard Biesheuvel 1-6/+34
2020-05-04Revert "ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()"Gravatar Ard Biesheuvel 1-55/+2
2020-04-28ACPI/IORT: take _DMA methods into account for named componentsGravatar Ard Biesheuvel 1-7/+4
2020-03-27ACPI/IORT: Remove direct access of dev->iommu_fwspecGravatar Joerg Roedel 1-2/+4
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+20
2020-01-17ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()Gravatar Hanjun Guo 1-2/+55
2020-01-15ACPI/IORT: Parse SSID property of named component nodeGravatar Jean-Philippe Brucker 1-0/+18
2019-12-23iommu/arm-smmu: Support SMMU module probing from the IORTGravatar Ard Biesheuvel 1-2/+2
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitGravatar Nicolas Saenz Julienne 1-13/+7
2019-08-05ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variableGravatar Lorenzo Pieralisi 1-3/+3
2019-07-23ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id()Gravatar Lorenzo Pieralisi 1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-118/+120
2019-05-23ACPI/IORT: Fix build error when IOMMU_SUPPORT is disabledGravatar Lorenzo Pieralisi 1-118/+120
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2