aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu1-2/+30
2018-07-05Revert "iommu/intel-iommu: Enable CONFIG_DMA_DIRECT_OPS=y and clean up intel_{alloc,free}_coherent()"Christoph Hellwig2-17/+46
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-7/+7
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-4/+4
2018-06-11Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()"Linus Torvalds2-22/+47
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+2
2018-06-08Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds11-115/+122
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+10
2018-06-06irq_remapping: Use apic_ack_irq()Thomas Gleixner4-9/+2
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2018-05-29Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel11-115/+122
2018-05-29iommu/io-pgtable-arm: Make allocations NUMA-awareRobin Murphy1-4/+9
2018-05-15iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner1-12/+10
2018-05-15iommu/amd: Fix grammar of commentsAnna-Maria Gleixner1-4/+4
2018-05-15iommu: Clean up the comments for iommu_group_allocLu Baolu1-1/+0
2018-05-15iommu/vt-d: Remove unnecessary parenthesesLu Baolu1-1/+1
2018-05-15iommu/vt-d: Clean up pasid quirk for pre-production devicesLu Baolu1-30/+2
2018-05-15iommu/vt-d: Clean up unused variable in find_or_alloc_domainLu Baolu1-3/+1
2018-05-15iommu/vt-d: Fix iotlb psi missing for mappingsPeter Xu1-9/+34
2018-05-15iommu/vt-d: Introduce __mapping_notify_one()Peter Xu1-12/+14
2018-05-15iommu: Remove extra NULL check when call strtobool()Andy Shevchenko1-2/+4
2018-05-10PCI: Add "pci=noats" boot parameterGil Kupfer2-4/+10
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig1-0/+1
2018-05-03iommu: rockchip: fix building without CONFIG_OFArnd Bergmann1-1/+1
2018-05-03iommu/amd: Update logging information for new event typeGary R Hook2-1/+10
2018-05-03iommu/amd: Update the PASID information printed to the system logGary R Hook1-18/+13
2018-05-03iommu/vt-d: Use WARN_ON_ONCE instead of BUG_ON in qi_flush_dev_iotlb()Joerg Roedel1-1/+1
2018-05-03iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du1-1/+1
2018-05-03iommu/dma: Move PCI window region reservation back into dma specific path.Shameer Kolothum1-29/+25
2018-05-03iommu/rockchip: Make clock handling optionalHeiko Stuebner1-1/+8
2018-05-03iommu/amd: Hide unused iommu_table_lockArnd Bergmann1-1/+1
2018-05-03iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()Jagannathan Raman1-1/+1
2018-05-03iommu/tegra: gart: Fix gart_iommu_unmap()Dmitry Osipenko1-1/+1
2018-05-03iommu/tegra: gart: Add debugging facilityDmitry Osipenko1-0/+13
2018-05-03iommu/io-pgtable-arm: Use for_each_set_bit to simplify codeYueHaibing2-8/+2
2018-05-03iommu/qcom: Simplify getting .drvdataWolfram Sang1-4/+2
2018-05-03iommu: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-3/+2
2018-05-03iommu/vt-d: Ratelimit each dmar fault printingDmitry Safonov1-5/+3
2018-04-11Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds18-834/+868
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap2-1/+1
2018-04-02Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-97/+45
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-03-29Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/exynos', 'arm/renesas', 'arm/smmu' and 'core' into nextJoerg Roedel16-699/+679
2018-03-29iommu/io-pgtable-arm: Avoid warning with 32-bit phys_addr_tRobin Murphy1-1/+1
2018-03-29iommu/rockchip: Support sharing IOMMU between mastersJeffy Chen1-2/+20
2018-03-29iommu/rockchip: Add runtime PM supportJeffy Chen1-52/+129
2018-03-29iommu/rockchip: Fix error handling in initJeffy Chen1-13/+2
2018-03-29iommu/rockchip: Use OF_IOMMU to attach devices automaticallyJeffy Chen1-95/+40