summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-1463/+332
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel8-1463/+332
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-3/+6
2023-10-24iommu/amd: Access/Dirty bit support in IOPTEsJoao Martins4-1/+182
2023-10-24iommu/amd: Add domain_alloc_user based domain allocationJoao Martins1-3/+41
2023-10-16iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde1-1/+0
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde2-7/+0
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde2-42/+8
2023-10-06iommu/amd: Remove PPR supportVasant Hegde3-59/+1
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde5-1051/+0
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle1-2/+3
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde2-10/+2
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde3-89/+120
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde2-19/+30
2023-09-25iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit2-6/+5
2023-09-25iommu/amd: Rename ats related variablesVasant Hegde2-19/+17
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit4-14/+8
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit4-60/+54
2023-09-25iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit2-26/+26
2023-09-25iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde1-3/+0
2023-09-25iommu/amd: Introduce helper functions for managing GCR3 tableSuravee Suthikulpanit1-27/+38
2023-09-25iommu/amd: Refactor protection domain allocation codeVasant Hegde1-23/+22
2023-09-25iommu/amd: Consolidate logic to allocate protection domainSuravee Suthikulpanit1-12/+7
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit3-8/+8
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit2-2/+0
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-83/+170
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-5/+5
2023-08-17iommu/amd: Remove unused declarationsYue Haibing1-3/+0
2023-08-08iommu/amd: Rearrange DTE bit definationsVasant Hegde1-4/+4
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-1/+1
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde1-4/+7
2023-07-14iommu/amd: Consolidate PPR log enablementVasant Hegde1-3/+3
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde1-0/+4
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde2-12/+47
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde2-43/+53
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde4-1/+22
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde3-22/+36
2023-07-14iommu/amd/iommu_v2: Clear pasid state in free pathVasant Hegde1-0/+3
2023-07-14iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch1-2/+2
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-137/+184
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-2/+2
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+2
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel6-141/+188
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui1-4/+4
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde2-48/+46
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde1-1/+1
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel1-26/+26