summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-4/+10
|\
| * PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-102-4/+10
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-0/+1
|\ \
| * | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-0/+1
| |/
* | iommu: rockchip: fix building without CONFIG_OFArnd Bergmann2018-05-031-1/+1
* | iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel2018-05-031-1/+1
* | iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du2018-05-031-1/+1
* | iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum2018-05-031-29/+25
* | iommu/rockchip: Make clock handling optionalHeiko Stuebner2018-05-031-1/+8
* | iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-031-1/+1
* | iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()Jagannathan Raman2018-05-031-1/+1
|/
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-1118-834/+868
|\
| *-------------. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-2916-699/+679
| |\ \ \ \ \ \ \ \
| | | | | | | | | * iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum2018-02-141-1/+7
| | | | | | | | | * iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam2018-02-133-24/+25
| | | | | | | | | * iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-132-4/+4
| | | | | | | | * | iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy2018-03-291-1/+1
| | | | | | | | * | iommu/arm-smmu-v3: Support 52-bit virtual addressRobin Murphy2018-03-271-1/+9
| | | | | | | | * | iommu/arm-smmu-v3: Support 52-bit physical addressRobin Murphy2018-03-271-15/+20
| | | | | | | | * | iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy2018-03-271-18/+49
| | | | | | | | * | iommu/arm-smmu-v3: Clean up queue definitionsRobin Murphy2018-03-271-73/+55
| | | | | | | | * | iommu/arm-smmu-v3: Clean up table definitionsRobin Murphy2018-03-271-90/+59
| | | | | | | | * | iommu/arm-smmu-v3: Clean up register definitionsRobin Murphy2018-03-271-97/+77
| | | | | | | | * | iommu/arm-smmu-v3: Clean up address maskingRobin Murphy2018-03-271-32/+21
| | | | | | | | * | iommu/arm-smmu-v3: limit reporting of MSI allocation failuresNate Watterson2018-03-271-1/+6
| | | | | | | | * | iommu/arm-smmu-v3: Warn about missing IRQsRobin Murphy2018-03-271-0/+6
| | | | | | | |/ /
| | | | | | * | / iommu/exynos: Use generic group callbackRobin Murphy2018-02-131-12/+1
| | | | | | | |/ | | | | | | |/|
| | | | | * | | iommu/mediatek: Fix protect memory settingYong Wu2018-03-212-5/+11
| | | | | * | | iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu2018-02-131-33/+21
| | | | | |/ /
| | | | * | / iommu/omap: Increase group ref in .device_group()Jeffy Chen2018-03-151-1/+1
| | | | | |/ | | | | |/|
| | | * | | iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen2018-03-291-2/+20
| | | * | | iommu/rockchip: Add runtime PM supportJeffy Chen2018-03-291-52/+129
| | | * | | iommu/rockchip: Fix error handling in initJeffy Chen2018-03-291-13/+2
| | | * | | iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen2018-03-291-95/+40
| | | * | | iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen2018-03-291-61/+24
| | | * | | iommu/rockchip: Control clocks needed to access the IOMMUTomasz Figa2018-03-291-3/+47
| | | * | | iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa2018-03-291-5/+7
| | | * | | iommu/rockchip: Use iopoll helpers to wait for hardwareTomasz Figa2018-03-291-36/+39
| | | * | | iommu/rockchip: Fix error handling in attachTomasz Figa2018-03-291-4/+4
| | | * | | iommu/rockchip: Request irqs in rk_iommu_probe()Jeffy Chen2018-03-291-29/+9
| | | * | | iommu/rockchip: Fix error handling in probeJeffy Chen2018-03-291-0/+2
| | | * | | iommu/rockchip: Prohibit unbind and removeJeffy Chen2018-03-291-20/+1
| | | * | | iommu/rockchip: Perform a reset on shutdownMarc Zyngier2018-03-151-0/+18
| | | |/ /
| | * | | iommu/vt-d:Remove unused variableShaokun Zhang2018-03-291-5/+1
| | * | | iommu/vt-d: Use real PASID for flush in caching modeLu Baolu2018-03-201-10/+6
| | * | | iommu/vt-d: Fix a potential memory leakLu Baolu2018-03-151-0/+1
| | * | | iommu/vt-d: Add __init for dmar_register_bus_notifier()Dmitry Safonov2018-02-131-1/+1
| | | |/ | | |/|
| * | | iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior2018-03-291-2/+2
| * | | iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior2018-03-291-7/+7
| * | | iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior2018-03-291-18/+45