aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-120/+106
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Gravatar Joerg Roedel 6-120/+106
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepGravatar Jason Gunthorpe 1-2/+0
2023-12-11iommu/amd/pgtbl_v2: Invalidate updated page ranges onlyGravatar Vasant Hegde 2-16/+22
2023-12-11iommu/amd: Make domain_flush_pages as global functionGravatar Vasant Hegde 3-12/+17
2023-12-11iommu/amd: Consolidate amd_iommu_domain_flush_complete() callGravatar Vasant Hegde 2-12/+10
2023-12-11iommu/amd: Refactor device iotlb invalidation codeGravatar Vasant Hegde 1-21/+12
2023-12-11iommu/amd: Refactor IOMMU tlb invalidation codeGravatar Vasant Hegde 1-22/+14
2023-12-11iommu/amd: Add support to invalidate multiple guest pagesGravatar Vasant Hegde 1-18/+13
2023-12-11iommu/amd: Remove redundant passing of PDE bitGravatar Vasant Hegde 1-14/+13
2023-12-11iommu/amd: Remove redundant domain flush from attach_device()Gravatar Vasant Hegde 1-9/+0
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Gravatar Vasant Hegde 4-11/+10
2023-12-11iommu/amd: Do not flush IRTE when only updating isRun and destination fieldsGravatar Suravee Suthikulpanit 1-4/+16
2023-11-27iommu/amd: Set variable amd_dirty_ops to staticGravatar Kunwu Chan 1-2/+2
2023-11-21x86/apic: Drop apic::delivery_modeGravatar Andrew Cooper 1-2/+2
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-1463/+332
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Gravatar Joerg Roedel 8-1463/+332
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opGravatar Yi Liu 1-3/+6
2023-10-24iommu/amd: Access/Dirty bit support in IOPTEsGravatar Joao Martins 4-1/+182
2023-10-24iommu/amd: Add domain_alloc_user based domain allocationGravatar Joao Martins 1-3/+41
2023-10-16iommu/amd: Remove DMA_FQ type from domain allocation pathGravatar Vasant Hegde 1-1/+0
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSGravatar Vasant Hegde 2-7/+0
2023-10-06iommu/amd: Remove amd_iommu_device_info()Gravatar Vasant Hegde 2-42/+8
2023-10-06iommu/amd: Remove PPR supportGravatar Vasant Hegde 3-59/+1
2023-10-06iommu/amd: Remove iommu_v2 moduleGravatar Vasant Hegde 5-1051/+0
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnGravatar Niklas Schnelle 1-2/+3
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsGravatar Vasant Hegde 2-10/+2
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyGravatar Vasant Hegde 3-89/+120
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesGravatar Vasant Hegde 2-19/+30
2023-09-25iommu/amd: Introduce iommu_dev_data.pprGravatar Suravee Suthikulpanit 2-6/+5
2023-09-25iommu/amd: Rename ats related variablesGravatar Vasant Hegde 2-19/+17
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresGravatar Suravee Suthikulpanit 4-14/+8
2023-09-25iommu/amd: Consolidate feature detection and reporting logicGravatar Suravee Suthikulpanit 4-60/+54
2023-09-25iommu/amd: Miscellaneous clean up when free domainGravatar Suravee Suthikulpanit 2-26/+26
2023-09-25iommu/amd: Do not set amd_iommu_pgtable in pass-through modeGravatar Vasant Hegde 1-3/+0
2023-09-25iommu/amd: Introduce helper functions for managing GCR3 tableGravatar Suravee Suthikulpanit 1-27/+38
2023-09-25iommu/amd: Refactor protection domain allocation codeGravatar Vasant Hegde 1-23/+22
2023-09-25iommu/amd: Consolidate logic to allocate protection domainGravatar Suravee Suthikulpanit 1-12/+7
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hGravatar Suravee Suthikulpanit 3-8/+8
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableGravatar Suravee Suthikulpanit 2-2/+0
2023-09-01Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-83/+170
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-08-18mmu_notifiers: rename invalidate_range notifierGravatar Alistair Popple 1-5/+5
2023-08-17iommu/amd: Remove unused declarationsGravatar Yue Haibing 1-3/+0
2023-08-08iommu/amd: Rearrange DTE bit definationsGravatar Vasant Hegde 1-4/+4
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Gravatar Thomas Gleixner 1-1/+1
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupGravatar Vasant Hegde 1-4/+7
2023-07-14iommu/amd: Consolidate PPR log enablementGravatar Vasant Hegde 1-3/+3
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Gravatar Vasant Hegde 1-0/+4
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logGravatar Vasant Hegde 2-12/+47