aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-29iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa1-5/+7
2018-03-29iommu/rockchip: Use iopoll helpers to wait for hardwareTomasz Figa1-36/+39
2018-03-29iommu/rockchip: Fix error handling in attachTomasz Figa1-4/+4
2018-03-29iommu/rockchip: Request irqs in rk_iommu_probe()Jeffy Chen1-29/+9
2018-03-29iommu/rockchip: Fix error handling in probeJeffy Chen1-0/+2
2018-03-29iommu/rockchip: Prohibit unbind and removeJeffy Chen1-20/+1
2018-03-29iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior1-2/+2
2018-03-29iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior1-7/+7
2018-03-29iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior1-18/+45
2018-03-29iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior1-11/+12
2018-03-29iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior1-5/+5
2018-03-29iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior1-14/+20
2018-03-29iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior1-2/+3
2018-03-29iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior1-7/+5
2018-03-29iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2-19/+11
2018-03-29iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior1-0/+2
2018-03-29iommu/vt-d:Remove unused variableShaokun Zhang1-5/+1
2018-03-27iommu/arm-smmu-v3: Support 52-bit virtual addressRobin Murphy1-1/+9
2018-03-27iommu/arm-smmu-v3: Support 52-bit physical addressRobin Murphy1-15/+20
2018-03-27iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy1-18/+49
2018-03-27iommu/arm-smmu-v3: Clean up queue definitionsRobin Murphy1-73/+55
2018-03-27iommu/arm-smmu-v3: Clean up table definitionsRobin Murphy1-90/+59
2018-03-27iommu/arm-smmu-v3: Clean up register definitionsRobin Murphy1-97/+77
2018-03-27iommu/arm-smmu-v3: Clean up address maskingRobin Murphy1-32/+21
2018-03-27iommu/arm-smmu-v3: limit reporting of MSI allocation failuresNate Watterson1-1/+6
2018-03-27iommu/arm-smmu-v3: Warn about missing IRQsRobin Murphy1-0/+6
2018-03-21iommu/mediatek: Fix protect memory settingYong Wu2-5/+11
2018-03-20iommu/vt-d: Use real PASID for flush in caching modeLu Baolu1-10/+6
2018-03-20iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent()Christoph Hellwig2-46/+17
2018-03-20iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig2-47/+22
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig2-4/+6
2018-03-15iommu/omap: Increase group ref in .device_group()Jeffy Chen1-1/+1
2018-03-15iommu/amd: Use dev_err to send events to the system logGary R Hook1-27/+28
2018-03-15iommu/vt-d: Fix a potential memory leakLu Baolu1-0/+1
2018-03-15iommu/rockchip: Perform a reset on shutdownMarc Zyngier1-0/+18
2018-03-15iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit1-3/+16
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-17x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He1-2/+2
2018-02-15iommu/amd: Avoid locking get_irq_table() from atomic contextScott Wood1-7/+22
2018-02-14iommu/dma: Add HW MSI(GICv3 ITS) address regions reservationShameer Kolothum1-1/+7
2018-02-13iommu/io-pgtable: Use size_t return type for all foo_unmapVivek Gautam3-24/+25
2018-02-13iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2-4/+4
2018-02-13iommu/vt-d: Add __init for dmar_register_bus_notifier()Dmitry Safonov1-1/+1
2018-02-13iommu/mediatek: Move attach_device after iommu-group is ready for M4Uv1Yong Wu1-33/+21
2018-02-13iommu/exynos: Use generic group callbackRobin Murphy1-12/+1
2018-02-13iommu/amd: Don't use dev_data in irte_ga_set_affinity()Scott Wood1-3/+1
2018-02-13iommu/amd: Use raw locks on atomic context pathsScott Wood3-18/+18
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds13-66/+77
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-6/+9
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+120