summaryrefslogtreecommitdiffstats
path: root/include/linux/iommu.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-22/+16
|\ \
| | * iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORTMarek Szyprowski2020-06-301-16/+16
| |/ |/|
| * iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon2020-07-081-6/+0
|/
* Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-081-47/+16
|\
| *---. Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel2020-06-021-47/+16
| |\ \ \
| | | | * iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker2020-05-291-30/+0
| | | |/ | | |/|
| | | * iommu: Remove functions that support private domainSai Praneeth Prakhya2020-05-151-12/+0
| | |/
| | * iommu: Unexport iommu_group_get_for_dev()Joerg Roedel2020-05-051-1/+0
| | * iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel2020-05-051-4/+0
| | * iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel2020-05-051-0/+1
| | * iommu: Add probe_device() and release_device() call-backsJoerg Roedel2020-05-051-0/+9
| | * iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya2020-05-051-0/+6
| |/
* / iommu: add generic helper for mapping sgtable objectsMarek Szyprowski2020-05-131-0/+16
|/
* iommu: Move fwspec->iommu_priv to struct dev_iommuJoerg Roedel2020-03-271-3/+4
* iommu: Introduce accessors for iommu private dataJoerg Roedel2020-03-271-0/+10
* iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel2020-03-271-4/+8
* iommu: Rename struct iommu_param to dev_iommuJoerg Roedel2020-03-271-2/+2
* iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_APIJoerg Roedel2020-03-271-0/+4
* iommu: Use C99 flexible array in fwspecRobin Murphy2020-02-281-1/+1
*-. Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2020-01-241-3/+16
|\ \
| | * iommu: Implement generic_iommu_put_resv_regions()Thierry Reding2019-12-231-0/+2
| |/ |/|
| * iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesJean-Philippe Brucker2020-01-151-0/+2
| * drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon2020-01-101-2/+9
| * drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon2019-12-231-1/+3
|/
*---. Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2019-11-121-5/+60
|\ \ \
| | | * iommu: Introduce guest PASID bind functionJacob Pan2019-10-151-0/+22
| | | * iommu: Introduce cache_invalidate APIYi L Liu2019-10-151-0/+14
| |_|/ |/| |
| | * iommu: Add gfp parameter to iommu_ops::mapTom Murphy2019-10-151-1/+20
| |/ |/|
| * iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve docWill Deacon2019-11-071-4/+4
|/
* iommu: Add helpers to set/get default domain typeJoerg Roedel2019-08-231-0/+16
* iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon2019-07-291-3/+4
* iommu: Introduce iommu_iotlb_gather_add_page()Will Deacon2019-07-241-0/+31
* iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon2019-07-241-4/+39
* iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon2019-07-241-15/+0
*-------. Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel2019-07-041-13/+94
|\ \ \ \ \
| | | | | * iommu: Add recoverable fault reportingJean-Philippe Brucker2019-06-121-0/+19
| | | | | * iommu: Introduce device fault report APIJacob Pan2019-06-121-0/+29
| | | | | * iommu: Introduce device fault dataJacob Pan2019-06-121-0/+39
| | |_|_|/ | |/| | |
| | * | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2019-07-011-0/+6
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | iommu/io-pgtable-arm: Add support to use system cacheVivek Gautam2019-06-181-0/+6
| | |/ / | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1
| |/ /
* | | iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regionsEric Auger2019-06-121-0/+6
* | | iommu: Add API to request DMA domain for deviceLu Baolu2019-05-271-0/+6
|/ /
* | Merge branch 'api-features' into arm/smmuJoerg Roedel2019-04-261-0/+140
|\ \
| * | iommu: Bind process address spaces to devicesJean-Philippe Brucker2019-04-111-0/+70
| * | iommu: Add APIs for multiple domains per deviceLu Baolu2019-04-111-0/+70
| |/
* / ACPI/IORT: Check ATS capability in root complex nodesJean-Philippe Brucker2019-04-231-0/+4
|/
*-. Merge branches 'iommu/fixes', 'arm/msm', 'arm/tegra', 'arm/mediatek', 'x86/vt...Joerg Roedel2019-03-011-1/+5
|\ \
| | * iommu: Document iommu_ops.is_attach_deferred()Geert Uytterhoeven2019-02-261-0/+2
| | * iommu: Document iommu_ops.iotlb_sync_map()Geert Uytterhoeven2019-02-261-0/+1