summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2017-07-31iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid()Pan Bian
2017-07-31iommu/vt-d: Don't over-free page table directoriesDavid Dillow
2016-03-09iommu/amd: Apply workaround for ATS write permission checkJay Cornwall
2016-03-09iommu/amd: Fix boot warning when device 00:00.0 is not iommu coveredSuravee Suthikulpanit
2016-02-23iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REGCQ Tang
2016-02-01iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon
2016-01-31iommu/vt-d: Fix ATSR handling for Root-Complex integrated endpointsDavid Woodhouse
2015-11-09iommu/amd: Don't clear DTE flags when modifying itJoerg Roedel
2015-11-09iommu/amd: Fix BUG when faulting a PROT_NONE VMAJay Cornwall
2015-11-09iommu/vt-d: fix range computation when making room for large pagesChristian Zander
2015-09-29iommu/vt-d: Really use upper context table when necessaryJoerg Roedel
2015-09-29iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding
2015-09-29iommu/io-pgtable-arm: Unmap and free table when overwriting with blockWill Deacon
2015-09-29iommu/fsl: Really fix init section(s) contentEmil Medve
2015-08-10iommu/vt-d: Fix VM domain ID leakAlex Williamson
2015-07-10iommu/amd: Handle large pages correctly in free_pagetableJoerg Roedel
2015-07-10iommu/arm-smmu: Fix broken ATOS checkWill Deacon
2015-06-12Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-06-12iommu/vt-d: Only enable extended context tables if PASID is supportedDavid Woodhouse
2015-06-08Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-06-02Revert "iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherent"Joerg Roedel
2015-05-11iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1Will Deacon
2015-05-11iommu/vt-d: Fix passthrough mode with translation-disabled devicesDavid Woodhouse
2015-05-05iommu/rockchip: Fix build without CONFIG_OFArnd Bergmann
2015-05-04iommu/amd: Fix bug in put_pasid_state_waitOded Gabbay
2015-04-26Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-04-20Merge tag 'iommu-updates-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-04-13Merge branch 'device-properties'Rafael J. Wysocki
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel
2015-04-02iommu/amd: Correctly encode huge pages in iommu page tablesJoerg Roedel
2015-04-02iommu/amd: Optimize amd_iommu_iova_to_phys for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Optimize alloc_new_range for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Optimize iommu_unmap_page for new fetch_pte interfaceJoerg Roedel
2015-04-02iommu/amd: Return the pte page-size in fetch_pteJoerg Roedel
2015-04-02iommu/amd: Add support for contiguous dma allocatorJoerg Roedel
2015-04-02iommu/amd: Don't allocate with __GFP_ZERO in alloc_coherentJoerg Roedel
2015-04-02iommu/amd: Ignore BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel
2015-04-02iommu/amd: Use BUS_NOTIFY_REMOVED_DEVICEJoerg Roedel
2015-03-31iommu/tegra: smmu: Compute PFN mask at runtimeThierry Reding
2015-03-31iommu/tegra: gart: Set aperture at domain initialization timeThierry Reding
2015-03-31iommu/tegra: Setup apertureThierry Reding
2015-03-31iommu: Remove domain_init and domain_free iommu_opsJoerg Roedel
2015-03-31iommu/fsl: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/rockchip: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/ipmmu-vmsa: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/shmobile: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/msm: Make use of domain_alloc and domain_freeJoerg Roedel
2015-03-31iommu/tegra-gart: Make use of domain_alloc and domain_freeJoerg Roedel