summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-02Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel
2018-03-29iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy
2018-03-29iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen
2018-03-29iommu/rockchip: Add runtime PM supportJeffy Chen
2018-03-29iommu/rockchip: Fix error handling in initJeffy Chen
2018-03-29iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen
2018-03-29iommu/rockchip: Use IOMMU device for dma mapping operationsJeffy Chen
2018-03-29iommu/rockchip: Control clocks needed to access the IOMMUTomasz Figa
2018-03-29iommu/rockchip: Fix TLB flush of secondary IOMMUsTomasz Figa
2018-03-29iommu/rockchip: Use iopoll helpers to wait for hardwareTomasz Figa
2018-03-29iommu/rockchip: Fix error handling in attachTomasz Figa
2018-03-29iommu/rockchip: Request irqs in rk_iommu_probe()Jeffy Chen
2018-03-29iommu/rockchip: Fix error handling in probeJeffy Chen
2018-03-29iommu/rockchip: Prohibit unbind and removeJeffy Chen
2018-03-29iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior
2018-03-29iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior
2018-03-29iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior
2018-03-29iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior
2018-03-29iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior
2018-03-29iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior
2018-03-29iommu/vt-d:Remove unused variableShaokun Zhang
2018-03-27iommu/arm-smmu-v3: Support 52-bit virtual addressRobin Murphy
2018-03-27iommu/arm-smmu-v3: Support 52-bit physical addressRobin Murphy
2018-03-27iommu/io-pgtable-arm: Support 52-bit physical addressRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up queue definitionsRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up table definitionsRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up register definitionsRobin Murphy
2018-03-27iommu/arm-smmu-v3: Clean up address maskingRobin Murphy
2018-03-27iommu/arm-smmu-v3: limit reporting of MSI allocation failuresNate Watterson
2018-03-27iommu/arm-smmu-v3: Warn about missing IRQsRobin Murphy
2018-03-21iommu/mediatek: Fix protect memory settingYong Wu
2018-03-20iommu/vt-d: Use real PASID for flush in caching modeLu Baolu
2018-03-20iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,f...Christoph Hellwig
2018-03-20iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()Christoph Hellwig
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig
2018-03-15iommu/omap: Increase group ref in .device_group()Jeffy Chen
2018-03-15iommu/amd: Use dev_err to send events to the system logGary R Hook
2018-03-15iommu/vt-d: Fix a potential memory leakLu Baolu
2018-03-15iommu/rockchip: Perform a reset on shutdownMarc Zyngier
2018-03-15iommu/amd: Add support for fast IOTLB flushingSuravee Suthikulpanit
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-02-17x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He