summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)Author
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2021-02-02iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel
2021-01-28iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu
2021-01-27iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu
2021-01-27iommu: Delete iommu_dev_has_feature()John Garry
2021-01-27iommu: Delete iommu_domain_window_disable()John Garry
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon
2020-11-25iommu/io-pgtable: Add a domain attribute for pagetable configurationSai Prakash Ranjan
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversTom Murphy
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-01iommu/uapi: Handle data and argsz filled by usersJacob Pan
2020-10-01iommu/uapi: Rename uapi functionsJacob Pan
2020-09-17drm, iommu: Change type of pasid to u32Fenghua Yu
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy
2020-07-29Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel
2020-07-08iommu: Remove unused IOMMU_SYS_CACHE_ONLY flagWill Deacon
2020-06-30iommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORTMarek Szyprowski
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-02Merge branches 'arm/msm', 'arm/allwinner', 'arm/smmu', 'x86/vt-d', 'hyper-v',...Joerg Roedel
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya
2020-05-13iommu: add generic helper for mapping sgtable objectsMarek Szyprowski
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel
2020-05-05iommu: Export bus_iommu_probe() and make is safe for re-probingJoerg Roedel
2020-05-05iommu: Add probe_device() and release_device() call-backsJoerg Roedel
2020-05-05iommu: Add def_domain_type() callback in iommu_opsSai Praneeth Prakhya
2020-03-27iommu: Move fwspec->iommu_priv to struct dev_iommuJoerg Roedel
2020-03-27iommu: Introduce accessors for iommu private dataJoerg Roedel
2020-03-27iommu: Move iommu_fwspec to struct dev_iommuJoerg Roedel
2020-03-27iommu: Rename struct iommu_param to dev_iommuJoerg Roedel
2020-03-27iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_APIJoerg Roedel
2020-02-28iommu: Use C99 flexible array in fwspecRobin Murphy
2020-01-24Merge branches 'iommu/fixes', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2020-01-15iommu/arm-smmu-v3: Parse PASID devicetree property of platform devicesJean-Philippe Brucker
2020-01-10drivers/iommu: Initialise module 'owner' field in iommu_device_set_ops()Will Deacon
2019-12-23iommu: Implement generic_iommu_put_resv_regions()Thierry Reding
2019-12-23drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device()Will Deacon
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel
2019-11-07iommu/io-pgtable-arm: Rename IOMMU_QCOM_SYS_CACHE and improve docWill Deacon
2019-10-15iommu: Introduce guest PASID bind functionJacob Pan
2019-10-15iommu: Introduce cache_invalidate APIYi L Liu
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2019-08-23iommu: Add helpers to set/get default domain typeJoerg Roedel
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-24iommu: Introduce iommu_iotlb_gather_add_page()Will Deacon
2019-07-24iommu: Introduce struct iommu_iotlb_gather for batching TLB flushesWill Deacon
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel