aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/ipmmu-vmsa.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-25iommu/ipmmu-vmsa: Convert to generic_single_device_group()Gravatar Jason Gunthorpe 1-17/+5
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Gravatar Jason Gunthorpe 1-5/+2
2023-09-25iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAINGravatar Jason Gunthorpe 1-0/+43
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Gravatar Joerg Roedel 1-10/+11
2023-08-21iommu: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-08-07iommu/ipmmu-vmsa: Allow PCIe devicesGravatar Yoshihiro Shimoda 1-0/+5
2023-08-07iommu/ipmmu-vmsa: Convert to read_poll_timeout_atomic()Gravatar Geert Uytterhoeven 1-9/+6
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Gravatar Joerg Roedel 1-8/+15
2023-03-31iommu/ipmmu-vmsa: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-03-22iommu/ipmmu-vmsa: Call arm_iommu_release_mapping() in release pathGravatar Lu Baolu 1-2/+12
2023-03-22iommu: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2023-03-22iommu/ipmmu-vmsa: remove R-Car H3 ES1.* handlingGravatar Wolfram Sang 1-1/+0
2023-01-13iommu/ipmmu-vmsa: Remove ipmmu_utlb_disable()Gravatar Joerg Roedel 1-12/+0
2023-01-13iommu: Remove detach_dev callbacksGravatar Lu Baolu 1-16/+0
2022-11-19iommu/ipmmu-vmsa: Update to {map,unmap}_pagesGravatar Robin Murphy 1-9/+9
2022-11-01iommu: Use EINVAL for incompatible device/domain in ->attach_devGravatar Nicolin Chen 1-2/+0
2022-09-07iommu/ipmmu-vmsa: Clean up bus_set_iommu()Gravatar Robin Murphy 1-34/+1
2022-06-22iommu/ipmmu-vmsa: Fix compatible for rcar-gen4Gravatar Yoshihiro Shimoda 1-1/+1
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Gravatar Joerg Roedel 1-12/+20
2022-02-28iommu: Split struct iommu_opsGravatar Lu Baolu 1-8/+10
2022-02-14iommu/ipmmu-vmsa: Add support for R-Car Gen4Gravatar Yoshihiro Shimoda 1-3/+7
2022-02-14iommu/ipmmu-vmsa: Check for error num after setting maskGravatar Jiasheng Jiang 1-1/+3
2021-09-28iommu/ipmmu-vmsa: Hook up r8a77980 DT matching codeGravatar Nikita Yushchenko 1-0/+3
2021-09-28iommu/ipmmu-vmsa: Add support for r8a779a0Gravatar Yoshihiro Shimoda 1-4/+25
2021-08-18iommu/ipmmu-vmsa: Drop IOVA cookie managementGravatar Robin Murphy 1-24/+4
2021-06-08iommu: Drop unnecessary of_iommu.h includesGravatar Rob Herring 1-1/+0
2021-04-16iommu: Streamline registration interfaceGravatar Robin Murphy 1-5/+1
2021-01-29iommu/ipmmu-vmsa: Allow SDHI devicesGravatar Yoshihiro Shimoda 1-0/+4
2021-01-29iommu/ipmmu-vmsa: Refactor ipmmu_of_xlate()Gravatar Yoshihiro Shimoda 1-31/+18
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafGravatar Robin Murphy 1-1/+0
2020-08-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+12
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Gravatar Joerg Roedel 1-2/+12
2020-07-24iommu: Add gfp parameter to io_pgtable_ops->map()Gravatar Baolin Wang 1-1/+1
2020-07-22iommu/ipmmu-vmsa: Add an entry for r8a77961 in soc_rcar_gen3[]Gravatar Lad Prabhakar 1-0/+1
2020-07-22iommu/ipmmu-vmsa: Hook up R8A774E1 DT matching codeGravatar Marian-Cristian Rotariu 1-0/+5
2020-06-30iommu/renesas: Add support for r8a77961Gravatar Yoshihiro Shimoda 1-1/+5
2020-05-13iommu/renesas: Fix unused-function warningGravatar Arnd Bergmann 1-5/+2
2020-05-05iommu/renesas: Convert to probe/release_device() call-backsGravatar Joerg Roedel 1-40/+20
2020-03-27iommu/renesas: Use accessor functions for iommu private dataGravatar Joerg Roedel 1-5/+2
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingGravatar Robin Murphy 1-1/+1
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Gravatar Joerg Roedel 1-127/+96
2019-11-11iommu/ipmmu-vmsa: Add utlb_offset_baseGravatar Yoshihiro Shimoda 1-1/+4
2019-11-11iommu/ipmmu-vmsa: Add helper functions for "uTLB" registersGravatar Yoshihiro Shimoda 1-5/+21
2019-11-11iommu/ipmmu-vmsa: Calculate context registers' offset instead of a macroGravatar Yoshihiro Shimoda 1-3/+8
2019-11-11iommu/ipmmu-vmsa: Add helper functions for MMU "context" registersGravatar Yoshihiro Shimoda 1-9/+23
2019-11-11iommu/ipmmu-vmsa: tidyup register definitionsGravatar Yoshihiro Shimoda 1-28/+30
2019-11-11iommu/ipmmu-vmsa: Remove all unused register definitionsGravatar Yoshihiro Shimoda 1-76/+0
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingGravatar Robin Murphy 1-1/+1
2019-10-30iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failureGravatar YueHaibing 1-3/+1