summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner
2019-06-03Merge tag 'v5.2-rc3' into x86/vt-dJoerg Roedel
2019-06-03iommu/ipmmu-vmsa: Add suspend/resume supportGeert Uytterhoeven
2019-06-03iommu/ipmmu-vmsa: Extract hardware context initializationGeert Uytterhoeven
2019-06-03iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific featuresGeert Uytterhoeven
2019-06-03iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsignedGeert Uytterhoeven
2019-06-03iommu/ipmmu-vmsa: Prepare to handle 40-bit error addressesGeert Uytterhoeven
2019-06-03iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfsGeert Uytterhoeven
2019-06-03iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor
2019-06-03iommu/vt-d: Fix a variable set but not usedQian Cai
2019-06-01drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-28iommu/amd: Add missed 'tag' to error msg in iommu_print_eventYueHaibing
2019-05-28iommu/vt-d: Remove static identity map codeLu Baolu
2019-05-28iommu/vt-d: Remove duplicated code for device hotplugLu Baolu
2019-05-28iommu/vt-d: Remove startup parameter from device_def_domain_type()Lu Baolu
2019-05-28iommu/vt-d: Cleanup get_valid_domain_for_dev()Lu Baolu
2019-05-28iommu/vt-d: Implement is_attach_deferred iommu ops entryLu Baolu
2019-05-28iommu/vt-d: Probe DMA-capable ACPI name space devicesLu Baolu
2019-05-28iommu/vt-d: Handle 32bit device with identity default domainLu Baolu
2019-05-28iommu/vt-d: Identify default domains replaced with privateLu Baolu
2019-05-28iommu/vt-d: Delegate the dma domain to upper layerLu Baolu
2019-05-28iommu/vt-d: Delegate the identity domain to upper layerLu Baolu
2019-05-28iommu/vt-d: Add device_def_domain_type() helperLu Baolu
2019-05-28iommu/vt-d: Enable DMA remapping after rmrr mappedLu Baolu
2019-05-28iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regionsLu Baolu
2019-05-27iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig
2019-05-27iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig
2019-05-27iommu/dma: Refactor iommu_dma_alloc, part 2Christoph Hellwig
2019-05-27iommu/dma: Cleanup variable naming in iommu_dma_allocRobin Murphy
2019-05-27iommu/dma: Split iommu_dma_freeRobin Murphy
2019-05-27iommu/dma: Merge the CMA and alloc_pages allocation pathsChristoph Hellwig
2019-05-27iommu/dma: Don't remap CMA unnecessarilyRobin Murphy
2019-05-27iommu/dma: Refactor iommu_dma_allocRobin Murphy
2019-05-27iommu/dma: Refactor iommu_dma_freeRobin Murphy
2019-05-27iommu/dma: Remove __iommu_dma_freeChristoph Hellwig
2019-05-27iommu/dma: Refactor the page array remapping allocatorChristoph Hellwig
2019-05-27iommu/dma: Factor out remapped pages lookupRobin Murphy
2019-05-27iommu/dma: Squash __iommu_dma_{map,unmap}_page helpersRobin Murphy
2019-05-27iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}Robin Murphy
2019-05-27iommu/dma: Move __iommu_dma_mapChristoph Hellwig
2019-05-27iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig
2019-05-27iommu/dma: Use for_each_sg in iommu_dma_allocChristoph Hellwig