aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-12iommu/vt-d: Introduce is_downstream_to_pci_bridge helperEric Auger1-8/+29
2019-06-12iommu/vt-d: Duplicate iommu_resv_region objects per device listEric Auger1-17/+17
2019-06-12iommu: Fix a leak in iommu_insert_resv_regionEric Auger1-3/+5
2019-06-12iommu: Add recoverable fault reportingJean-Philippe Brucker1-2/+92
2019-06-12iommu: Introduce device fault report APIJacob Pan1-3/+143
2019-06-12iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy1-3/+12
2019-06-06iommu/virtio: Add event queueJean-Philippe Brucker1-9/+106
2019-06-06iommu/virtio: Add probe requestJean-Philippe Brucker1-6/+151
2019-06-06iommu: Add virtio-iommu driverJean-Philippe Brucker3-0/+928
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2-26/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner9-117/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2-26/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner3-42/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner4-52/+4
2019-06-03Merge tag 'v5.2-rc3' into x86/vt-dJoerg Roedel3-27/+3
2019-06-03iommu/ipmmu-vmsa: Add suspend/resume supportGeert Uytterhoeven1-1/+46
2019-06-03iommu/ipmmu-vmsa: Extract hardware context initializationGeert Uytterhoeven1-43/+48
2019-06-03iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific featuresGeert Uytterhoeven1-2/+3
2019-06-03iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsignedGeert Uytterhoeven1-3/+2
2019-06-03iommu/ipmmu-vmsa: Prepare to handle 40-bit error addressesGeert Uytterhoeven1-6/+9
2019-06-03iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfsGeert Uytterhoeven1-7/+17
2019-06-03iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor1-1/+1
2019-06-03iommu/vt-d: Fix a variable set but not usedQian Cai1-4/+0
2019-06-01drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner3-27/+3
2019-05-28iommu/amd: Add missed 'tag' to error msg in iommu_print_eventYueHaibing1-2/+2
2019-05-28iommu/vt-d: Remove static identity map codeLu Baolu1-143/+1
2019-05-28iommu/vt-d: Remove duplicated code for device hotplugLu Baolu1-34/+0
2019-05-28iommu/vt-d: Remove startup parameter from device_def_domain_type()Lu Baolu1-7/+7
2019-05-28iommu/vt-d: Cleanup get_valid_domain_for_dev()Lu Baolu1-10/+8
2019-05-28iommu/vt-d: Implement is_attach_deferred iommu ops entryLu Baolu1-0/+23
2019-05-28iommu/vt-d: Probe DMA-capable ACPI name space devicesLu Baolu1-0/+45
2019-05-28iommu/vt-d: Handle 32bit device with identity default domainLu Baolu1-33/+22
2019-05-28iommu/vt-d: Identify default domains replaced with privateLu Baolu1-1/+63
2019-05-28iommu/vt-d: Delegate the dma domain to upper layerLu Baolu1-55/+19
2019-05-28iommu/vt-d: Delegate the identity domain to upper layerLu Baolu1-32/+58
2019-05-28iommu/vt-d: Add device_def_domain_type() helperLu Baolu1-13/+27
2019-05-28iommu/vt-d: Enable DMA remapping after rmrr mappedLu Baolu1-6/+10
2019-05-28iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regionsLu Baolu1-0/+13
2019-05-27iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig1-12/+1
2019-05-27iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig2-8/+9
2019-05-27iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig1-35/+11
2019-05-27iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig1-28/+17
2019-05-27iommu/dma: Refactor iommu_dma_alloc, part 2Christoph Hellwig1-30/+35
2019-05-27iommu/dma: Cleanup variable naming in iommu_dma_allocRobin Murphy1-23/+22
2019-05-27iommu/dma: Split iommu_dma_freeRobin Murphy1-4/+8
2019-05-27iommu/dma: Merge the CMA and alloc_pages allocation pathsChristoph Hellwig1-20/+12
2019-05-27iommu/dma: Don't remap CMA unnecessarilyRobin Murphy1-7/+12
2019-05-27iommu/dma: Refactor iommu_dma_allocRobin Murphy1-30/+30