summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/iommu.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-21iommu/vt-d: Update iotlb in nested domain attachYi Liu1-0/+1
2024-02-21iommu/vt-d: Track nested domains in parentYi Liu1-0/+6
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-4/+175
2023-12-19iommu/vt-d: Move inline helpers to header filesLu Baolu1-0/+175
2023-12-19iommu/vt-d: Remove unused vcmd interfacesLu Baolu1-3/+0
2023-12-19iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directlyLu Baolu1-1/+0
2023-11-27iommu/vt-d: Support enforce_cache_coherency only for empty domainsLu Baolu1-0/+3
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+14
2023-11-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+58
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel1-0/+14
2023-10-26iommu/vt-d: Add nested domain allocationLu Baolu1-0/+1
2023-10-26iommu/vt-d: Make domain attach helpers to be externYi Liu1-0/+7
2023-10-26iommu/vt-d: Add helper for nested domain allocationLu Baolu1-0/+2
2023-10-26iommu/vt-d: Extend dmar_domain to support nested domainLu Baolu1-6/+30
2023-10-26iommu/vt-d: Enhance capability check for nested parent domain allocationYi Liu1-0/+2
2023-10-24iommu/vt-d: Access/Dirty bit support for SS domainsJoao Martins1-0/+16
2023-10-16iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}Jingqi Liu1-0/+14
2023-09-25iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui1-1/+1
2023-08-09iommu/vt-d: Add set_dev_pasid callback for dma domainLu Baolu1-0/+7
2023-08-09iommu/vt-d: Make prq draining code genericLu Baolu1-0/+2
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-19/+16
2023-04-13iommu/vt-d: Remove extern from function prototypesLu Baolu1-18/+18
2023-03-31iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplugKan Liang1-0/+2
2023-03-31iommu: Remove ioasid infrastructureJason Gunthorpe1-1/+0
2023-03-31iommu/vt-d: Remove virtual command interfaceJacob Pan1-2/+0
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-9/+106
2023-02-03iommu/vt-d: Add IOMMU perfmon overflow handler supportKan Liang1-1/+10
2023-02-03iommu/vt-d: Add IOMMU perfmon supportKan Liang1-0/+15
2023-02-03iommu/vt-d: Support Enhanced Command InterfaceKan Liang1-0/+33
2023-02-03iommu/vt-d: Retrieve IOMMU perfmon capability informationKan Liang1-1/+42
2023-02-03iommu/vt-d: Remove sva from intel_svm_devLu Baolu1-1/+0
2023-02-03iommu/vt-d: Remove users from intel_svm_devLu Baolu1-1/+0
2023-02-03iommu/vt-d: Remove unused fields in svm structuresLu Baolu1-4/+0
2023-02-03iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu1-0/+5
2023-01-25iommu/intel: Add a gfp parameter to alloc_pgtable_page()Jason Gunthorpe1-1/+1
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+5
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+12
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel1-16/+17
2022-12-06iommu/vt-d: Switch to MSI parent domainsThomas Gleixner1-1/+0
2022-12-02iommu/vt-d: Add a fix for devices need extra dtlb flushJacob Pan1-0/+4
2022-11-22iommu/vt-d: Use real field for indication of first levelLu Baolu1-10/+5
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu1-3/+0
2022-11-03iommu/vt-d: Add SVA domain supportLu Baolu1-0/+10
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu1-2/+1
2022-11-03iommu: Add max_pasids field in struct iommu_deviceLu Baolu1-2/+2
2022-09-26iommu/vt-d: Avoid unnecessary global DMA cache invalidationLu Baolu1-0/+1
2022-09-26iommu/vt-d: Avoid unnecessary global IRTE cache invalidationLu Baolu1-0/+1
2022-09-26iommu/vt-d: Rename cap_5lp_support to cap_fl5lp_supportYi Liu1-1/+1
2022-09-26iommu/vt-d: Decouple PASID & PRI enabling from SVALu Baolu1-1/+0