summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
AgeCommit message (Expand)AuthorFilesLines
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu2-4/+3
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu1-17/+7
2024-01-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+88
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-532/+422
2024-01-11iommu/vt-d: Add iotlb flush for nested domainLu Baolu1-0/+88
2024-01-09Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel6-532/+422
2023-12-19iommu/vt-d: Move inline helpers to header filesLu Baolu4-405/+400
2023-12-19iommu/vt-d: Remove unused vcmd interfacesLu Baolu4-75/+0
2023-12-19iommu/vt-d: Remove unused parameter of intel_pasid_setup_pass_through()Lu Baolu3-5/+2
2023-12-19iommu/vt-d: Refactor device_to_iommu() to retrieve iommu directlyLu Baolu3-38/+13
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-2/+0
2023-12-12iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()Tina Zhang1-7/+7
2023-11-27iommu/vt-d: Set variable intel_dirty_ops to staticKunwu Chan1-2/+2
2023-11-27iommu/vt-d: Fix incorrect cache invalidation for mm notificationLu Baolu1-0/+26
2023-11-27iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan1-1/+1
2023-11-27iommu/vt-d: Make context clearing consistent with context mappingLu Baolu1-2/+2
2023-11-27iommu/vt-d: Disable PCI ATS in legacy passthrough modeLu Baolu1-1/+2
2023-11-27iommu/vt-d: Omit devTLB invalidation requests when TES=0Lu Baolu1-0/+18
2023-11-27iommu/vt-d: Support enforce_cache_coherency only for empty domainsLu Baolu2-1/+7
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-1/+1
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-47/+201
2023-11-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-16/+551
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel3-47/+201
2023-10-26Merge tag 'v6.6-rc7' into coreJoerg Roedel2-17/+1
2023-10-26iommu/vt-d: Use ops->blocked_domainJason Gunthorpe1-2/+1
2023-10-26iommu/vt-d: Update the definition of the blocking domainJason Gunthorpe1-2/+2
2023-10-26iommu/vt-d: Disallow read-only mappings to nest parent domainLu Baolu1-0/+6
2023-10-26iommu/vt-d: Add nested domain allocationLu Baolu3-20/+23
2023-10-26iommu/vt-d: Set the nested domain to a deviceYi Liu1-0/+54
2023-10-26iommu/vt-d: Make domain attach helpers to be externYi Liu2-9/+13
2023-10-26iommu/vt-d: Add helper to setup pasid nested translationLu Baolu2-0/+114
2023-10-26iommu/vt-d: Add helper for nested domain allocationLu Baolu3-1/+65
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 Liu2-1/+3
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-1/+6
2023-10-25Revert "iommu/vt-d: Remove unused function"Lu Baolu1-0/+9
2023-10-24iommu/vt-d: Access/Dirty bit support for SS domainsJoao Martins5-1/+232
2023-10-16iommu/vt-d: debugfs: Support dumping a specified page tableJingqi Liu1-34/+119
2023-10-16iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}Jingqi Liu3-5/+69
2023-10-16iommu/vt-d: debugfs: Dump entry pointing to huge pageJingqi Liu1-3/+8
2023-10-16iommu/vt-d: Remove unused functionJiapeng Chong1-9/+0
2023-10-10iommu/vt-d: Add domain_alloc_user opYi Liu1-0/+28
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle1-2/+3
2023-09-25iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui2-17/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-1/+1
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-154/+167
2023-08-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+19
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1