summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorFilesLines
2025-08-20iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modesLu Baolu2-1/+21
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 Baolu3-2/+14
2025-05-09iommu/vt-d: Apply quirk_iommu_igfx for 8086:0044 (QM57/QS57)Mingcong Bai1-1/+3
2025-04-20iommu/vt-d: Wire up irq_ack() to irq_move_irq() for posted MSIsSean Christopherson1-14/+15
2025-04-20iommu/vt-d: Fix possible circular locking dependencyLu Baolu1-0/+2
2025-04-20iommu/vt-d: Don't clobber posted vCPU IRTE when host IRQ affinity changesSean Christopherson1-10/+15
2025-04-20iommu/vt-d: Put IRTE back into posted MSI mode if vCPU posting is disabledSean Christopherson1-6/+13
2025-03-07iommu/vt-d: Fix suspicious RCU usageLu Baolu2-0/+8
2025-03-07iommu/vt-d: Remove device comparison in context_setup_pass_through_cbJerry Snitselaar1-3/+0
2024-12-19iommu/vt-d: Fix qi_batch NULL pointer with nested parent domainYi Liu1-7/+27
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-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+0
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-111/+2
2024-09-18Merge tag 'iommu-updates-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-454/+548
2024-09-17Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+5
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel7-454/+548
2024-09-10iommu/vt-d: Clean up cpumask and hotplug for perfmonKan Liang2-111/+2
2024-09-02iommu/vt-d: Introduce batched cache invalidationTina Zhang1-15/+107
2024-09-02iommu/vt-d: Add qi_batch for dmar_domainLu Baolu5-1/+27
2024-09-02iommu/vt-d: Refactor IOTLB and Dev-IOTLB flush for batchingTina Zhang3-67/+83
2024-09-02iommu/vt-d: Factor out invalidation descriptor compositionTina Zhang2-87/+115
2024-09-02iommu/vt-d: Unconditionally flush device TLB for pasid table updatesLu Baolu1-9/+3
2024-09-02iommu/vt-d: Move PCI PASID enablement to probe pathLu Baolu1-14/+15
2024-09-02iommu/vt-d: Fix potential lockup if qi_submit_sync called with 0 countSanjay K Kumar1-5/+11
2024-09-02iommu/vt-d: Cleanup si_domainLu Baolu1-72/+19
2024-09-02iommu/vt-d: Add support for static identity domainLu Baolu2-5/+111
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 Baolu3-37/+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 Baolu3-6/+11
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky1-1/+0
2024-08-07iommu/vt-d: Cleanup apic_printk()Thomas Gleixner1-6/+5
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-101/+249
2024-07-12iommu/vt-d: Fix identity map bounds in si_domain_init()Jon Pan-Doh1-1/+1
2024-07-10iommu/vt-d: Fix aligned pages in calculate_psi_aligned_address()Lu Baolu1-0/+1
2024-07-10iommu/vt-d: Limit max address mask to MAX_AGAW_PFN_WIDTHLu Baolu1-1/+1
2024-07-03iommu/vt-d: Refactor PCI PRI enabling/disabling callbacksLu Baolu3-7/+61
2024-07-03iommu/vt-d: Add helper to flush caches for context changeLu Baolu3-50/+92
2024-07-03iommu/vt-d: Add helper to allocate paging domainLu Baolu1-9/+81
2024-07-03iommu/vt-d: Downgrade warning for pre-enabled IRLu Baolu1-2/+2
2024-07-03iommu/vt-d: Remove control over Execute-Requested requestsLu Baolu4-17/+4
2024-07-03iommu/vt-d: Remove comment for def_domain_typeLu Baolu1-11/+0
2024-07-03iommu/vt-d: Handle volatile descriptor status readJacob Pan1-1/+1