summaryrefslogtreecommitdiff
path: root/drivers/iommu/tegra-smmu.c
AgeCommit message (Expand)Author
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel
2023-09-25iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()Jinjie Ruan
2023-09-25iommu/tegra-smmu: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu/tegra-smmu: Support DMA domains in tegraJason Gunthorpe
2023-09-25iommu/tegra-smmu: Implement an IDENTITY domainJason Gunthorpe
2023-08-21iommu: Explicitly include correct DT includesRob Herring
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-01-13iommu: Add set_platform_dma_ops callbacksLu Baolu
2022-09-07iommu/tegra-smmu: Clean up bus_set_iommu()Robin Murphy
2022-07-06iommu: Make .release_device optionalRobin Murphy
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2022-02-28iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_findMiaoqian Lin
2022-02-28iommu: Split struct iommu_opsLu Baolu
2022-02-14iommu: Remove trivial ops->capable implementationsRobin Murphy
2021-10-18iommu/tegra-smmu: Use devm_bitmap_zalloc when applicableChristophe JAILLET
2021-06-03memory: tegra: Consolidate register fieldsThierry Reding
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2021-03-18iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandlesDmitry Osipenko
2021-03-04iommu/tegra-smmu: Fix mc errors on tegra124-nyanNicolin Chen
2020-11-25iommu/tegra-smmu: Add PCI supportNicolin Chen
2020-11-25iommu/tegra-smmu: Rework tegra_smmu_probe_device()Nicolin Chen
2020-11-25iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_devNicolin Chen
2020-11-25iommu/tegra-smmu: Expand mutex protection rangeNicolin Chen
2020-11-25iommu/tegra-smmu: Unwrap tegra_smmu_group_getNicolin Chen
2020-09-24iommu/tegra-smmu: Allow to group clients in same swgroupNicolin Chen
2020-09-24iommu/tegra-smmu: Fix iova->phys translationNicolin Chen
2020-09-24iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASKNicolin Chen
2020-09-18iommu/tegra-smmu: Fix tlb_maskNicolin Chen
2020-09-04iommu/tegra-smmu: Add locking around mapping operationsDmitry Osipenko
2020-09-04iommu/tegra-smmu: Prune IOMMU group when it is releasedThierry Reding
2020-09-04iommu/tegra-smmu: Balance IOMMU group reference countThierry Reding
2020-09-04iommu/tegra-smmu: Set IOMMU group nameThierry Reding
2020-06-30iommu/tegra: Use dev_iommu_priv_get/set()Joerg Roedel
2020-05-05iommu/tegra: Convert to probe/release_device() call-backsJoerg Roedel
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2019-10-18iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding
2019-10-18iommu/tegra-smmu: Fix client enablement orderNavneet Kumar
2019-10-18iommu/tegra-smmu: Use non-secure register for flushingNavneet Kumar
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-11iommu/tegra-smmu: Respect IOMMU API read-write protectionsDmitry Osipenko
2019-04-11iommu/tegra-smmu: Properly release domain resourcesDmitry Osipenko
2019-04-11iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko
2019-01-16memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-12-17iommu/tegra: Use helper functions to access dev->iommu_fwspecJoerg Roedel