summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel/iommu.c
AgeCommit message (Expand)AuthorFilesLines
14 hoursiommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modesLu Baolu1-1/+18
2025-07-24iommu/vt-d: Fix misplaced domain_attached assignmentBan ZuoXiang1-3/+3
2025-06-27iommu/vt-d: Restore context entry setup order for aliased devicesLu Baolu1-0/+11
2025-05-09iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai1-1/+3
2025-04-20iommu/vt-d: Fix possible circular locking dependencyLu Baolu1-0/+2
2025-03-07iommu/vt-d: Fix suspicious RCU usageLu Baolu1-0/+7
2025-03-07iommu/vt-d: Remove device comparison in context_setup_pass_through_cbJerry Snitselaar1-3/+0
2024-12-19iommu/vt-d: Remove cache tags before disabling ATSLu Baolu1-1/+3
2024-12-05iommu/vt-d: Fix checks and print in pgtable_walk()Zhenzhong Duan1-5/+6
2024-12-05iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes()Zhenzhong Duan1-9/+20
2024-10-15iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI devicesLu Baolu1-1/+3
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel1-284/+220
2024-09-02iommu/vt-d: Add qi_batch for dmar_domainLu Baolu1-0/+1
2024-09-02iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batchingTina Zhang1-3/+2
2024-09-02iommu/vt-d: Move PCI PASID enablement to probe pathLu Baolu1-14/+15
2024-09-02iommu/vt-d: Cleanup si_domainLu Baolu1-72/+19
2024-09-02iommu/vt-d: Add support for static identity domainLu Baolu1-4/+110
2024-09-02iommu/vt-d: Factor out helpers from domain_context_mapping_one()Lu Baolu1-41/+58
2024-09-02iommu/vt-d: Remove has_iotlb_device flagLu Baolu1-33/+1
2024-09-02iommu/vt-d: Always reserve a domain ID for identity setupLu Baolu1-3/+3
2024-09-02iommu/vt-d: Remove identity mappings from si_domainLu Baolu1-118/+4
2024-09-02iommu/vt-d: Require DMA domain if hardware not support passthroughLu Baolu1-0/+10
2024-08-30iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe1-0/+1
2024-08-26iommu/vt-d: Fix incorrect domain ID in context flush helperLu Baolu1-2/+6
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-59/+137
2024-07-12iommu/vt-d: Fix identity map bounds in si_domain_init()Jon Pan-Doh1-1/+1
2024-07-03iommu/vt-d: Refactor PCI PRI enabling/disabling callbacksLu Baolu1-5/+52
2024-07-03iommu/vt-d: Add helper to flush caches for context changeLu Baolu1-31/+1
2024-07-03iommu/vt-d: Add helper to allocate paging domainLu Baolu1-9/+81
2024-07-03iommu/vt-d: Remove control over Execute-Requested requestsLu Baolu1-2/+2
2024-07-03iommu/vt-d: Remove comment for def_domain_typeLu Baolu1-11/+0
2024-06-27iommu/vt-d: Fix missed device TLB cache tagLu Baolu1-10/+10
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-322/+61
2024-05-06iommu/vt-d: Decouple igfx_off from graphic identity mappingLu Baolu1-13/+6
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy1-7/+0
2024-04-26iommu/vt-d: Remove struct intel_svmLu Baolu1-10/+1
2024-04-26iommu/vt-d: Remove intel_svm_devLu Baolu1-5/+2
2024-04-26iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()Lu Baolu1-169/+2
2024-04-26iommu/vt-d: Use cache_tag_flush_range_np() in iotlb_sync_mapLu Baolu1-21/+1
2024-04-26iommu/vt-d: Use cache_tag_flush_range() in tlb_syncLu Baolu1-19/+2
2024-04-26iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_allLu Baolu1-19/+1
2024-04-26iommu/vt-d: Add cache tag invalidation helpersLu Baolu1-12/+0
2024-04-26iommu/vt-d: Add cache tag assignment interfaceLu Baolu1-2/+26
2024-04-26iommu/vt-d: Remove caching mode check before device TLB flushLu Baolu1-7/+2
2024-04-26iommu/vt-d: Use try_cmpxchg64{,_local}() in iommu.cUros Bizjak1-4/+5
2024-04-15iommu/vt-d: add wrapper functions for page allocationsPasha Tatashin1-31/+16
2024-04-12iommu: Pass domain to remove_dev_pasid() opYi Liu1-8/+3
2024-04-12iommu/vt-d: Fix WARN_ON in iommu probe pathLu Baolu1-4/+7
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-179/+158
2024-03-06iommu/vt-d: Remove scalabe mode in domain_context_clear_one()Lu Baolu1-14/+1