aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-47/+16
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v', 'core' and 'x86/amd' into nextJoerg Roedel1-47/+16
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker1-30/+0
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya1-12/+0
2020-05-13iommu: add generic helper for mapping sgtable objectsMarek Szyprowski1-0/+16
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel1-1/+0
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel1-4/+0
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel1-0/+1
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel1-0/+9
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya1-0/+6
2020-03-27iommu: Move fwspec->iommu_priv to struct dev_iommuJoerg Roedel1-3/+4
2020-03-27iommu: Introduce accessors for iommu private dataJoerg Roedel1-0/+10
2020-03-27iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel1-4/+8
2020-03-27iommu: Rename struct iommu_param to dev_iommuJoerg Roedel1-2/+2
2020-03-27iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_APIJoerg Roedel1-0/+4
2020-02-28iommu: Use C99 flexible array in fwspecRobin Murphy1-1/+1
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-3/+16
2020-01-15iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesJean-Philippe Brucker1-0/+2
2020-01-10drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon1-2/+9
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding1-0/+2
2019-12-23drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon1-1/+3
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm/mediatek', 'arm/tegra', 'arm/smmu', 'x86/amd', 'x86/vt-d', 'virtio' and 'core' into nextJoerg Roedel1-5/+60
2019-11-07iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve docWill Deacon1-4/+4
2019-10-15iommu: Introduce guest PASID bind functionJacob Pan1-0/+22
2019-10-15iommu: Introduce cache_invalidate APIYi L Liu1-0/+14
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy1-1/+20
2019-08-23iommu: Add helpers to set/get default domain typeJoerg Roedel1-0/+16
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon1-3/+4
2019-07-24iommu: Introduce iommu_iotlb_gather_add_page()Will Deacon1-0/+31
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon1-4/+39
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon1-15/+0
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-ops' and 'core' into nextJoerg Roedel1-13/+94
2019-07-01Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-0/+6
2019-06-18iommu/io-pgtable-arm: Add support to use system cacheVivek Gautam1-0/+6
2019-06-12iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regionsEric Auger1-0/+6
2019-06-12iommu: Add recoverable fault reportingJean-Philippe Brucker1-0/+19
2019-06-12iommu: Introduce device fault report APIJacob Pan1-0/+29
2019-06-12iommu: Introduce device fault dataJacob Pan1-0/+39
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-27iommu: Add API to request DMA domain for deviceLu Baolu1-0/+6
2019-04-26Merge branch 'api-features' into arm/smmuJoerg Roedel1-0/+140
2019-04-23ACPI/IORT: Check ATS capability in root complex nodesJean-Philippe Brucker1-0/+4
2019-04-11iommu: Bind process address spaces to devicesJean-Philippe Brucker1-0/+70
2019-04-11iommu: Add APIs for multiple domains per deviceLu Baolu1-0/+70
2019-03-01Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt-d', 'x86/amd', 'hyper-v' and 'core' into nextJoerg Roedel1-1/+5
2019-02-26iommu: Document iommu_ops.is_attach_deferred()Geert Uytterhoeven1-0/+2
2019-02-26iommu: Document iommu_ops.iotlb_sync_map()Geert Uytterhoeven1-0/+1
2019-02-26iommu: Fix flush_tlb_all typoTom Murphy1-1/+1
2019-01-16iommu: Introduce iotlb_sync_map callbackDmitry Osipenko1-0/+1
2018-12-17iommu: Consolitate ->add/remove_device() callsJoerg Roedel1-0/+3