aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/intel/iommu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-10iommu/vt-d: Cleanup intel_context_flush_present()Lu Baolu1-3/+2
2025-03-10iommu/vt-d: Move PRI enablement in probe pathLu Baolu1-0/+4
2025-03-10iommu/vt-d: Use virt_to_phys()Jason Gunthorpe1-19/+0
2024-11-22iommu: Add ops->domain_alloc_nested()Jason Gunthorpe1-2/+4
2024-11-08iommu/vt-d: Add set_dev_pasid callback for nested domainYi Liu1-0/+7
2024-11-08iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacementYi Liu1-0/+5
2024-11-08iommu/vt-d: Add iommu_domain_did() to get didYi Liu1-0/+16
2024-11-08iommu/vt-d: Consolidate the struct dev_pasid_info add/removeYi Liu1-0/+6
2024-11-05iommu/vt-d: Separate page request queue from SVMJoel Granados1-8/+6
2024-11-05iommu/vt-d: Drop s1_pgtbl from dmar_domainYi Liu1-2/+0
2024-11-05iommu/vt-d: Increase buffer size for device nameAndy Shevchenko1-1/+1
2024-11-05iommu/vt-d: Remove domain_update_iommu_cap()Lu Baolu1-1/+0
2024-11-05iommu/vt-d: Enhance compatibility check for paging domain attachLu Baolu1-2/+1
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel1-2/+126
2024-09-10iommu/vt-d: Clean up cpumask and hotplug for perfmonKan Liang1-2/+0
2024-09-02iommu/vt-d: Add qi_batch for dmar_domainLu Baolu1-0/+14
2024-09-02iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batchingTina Zhang1-0/+3
2024-09-02iommu/vt-d: Factor out invalidation descriptor compositionTina Zhang1-0/+109
2024-09-02iommu/vt-d: Remove has_iotlb_device flagLu Baolu1-2/+0
2024-08-26iommu/vt-d: Fix incorrect domain ID in context flush helperLu Baolu1-1/+1
2024-07-03iommu/vt-d: Refactor PCI PRI enabling/disabling callbacksLu Baolu1-0/+9
2024-07-03iommu/vt-d: Add helper to flush caches for context changeLu Baolu1-0/+4
2024-07-03iommu/vt-d: Remove control over Execute-Requested requestsLu Baolu1-4/+2
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into nextJoerg Roedel1-27/+61
2024-04-26iommu/vt-d: Remove struct intel_svmLu Baolu1-16/+10
2024-04-26iommu/vt-d: Remove intel_svm_devLu Baolu1-12/+3
2024-04-26iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbsLu Baolu1-0/+1
2024-04-26iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_userLu Baolu1-0/+6
2024-04-26iommu/vt-d: Add cache tag invalidation helpersLu Baolu1-0/+14
2024-04-26iommu/vt-d: Add cache tag assignment interfaceLu Baolu1-0/+31
2024-04-26iommu/vt-d: Remove private data use in fault messageJingqi Liu1-1/+0
2024-04-15iommu/vt-d: add wrapper functions for page allocationsPasha Tatashin1-2/+0
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-2/+12
2024-03-01iommu/vt-d: Use device rbtree in iopf reporting pathLu Baolu1-0/+2
2024-03-01iommu/vt-d: Use rbtree to track iommu probed devicesLu Baolu1-0/+8
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-02-16iommu: Make iopf_group_response() return voidLu Baolu1-2/+2
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu1-1/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg 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-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+14
2023-11-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds1-6/+58
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd', 'core' and 's390' into nextJoerg 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