summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2023-10-278-1463/+332
|\ \
| | * iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle2023-10-021-2/+3
| |/ |/|
| * iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde2023-10-161-1/+0
| * iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde2023-10-062-7/+0
| * iommu/amd: Remove amd_iommu_device_info()Vasant Hegde2023-10-062-42/+8
| * iommu/amd: Remove PPR supportVasant Hegde2023-10-063-59/+1
| * iommu/amd: Remove iommu_v2 moduleVasant Hegde2023-10-065-1051/+0
| * iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde2023-09-252-10/+2
| * iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde2023-09-253-89/+120
| * iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde2023-09-252-19/+30
| * iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit2023-09-252-6/+5
| * iommu/amd: Rename ats related variablesVasant Hegde2023-09-252-19/+17
| * iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit2023-09-254-14/+8
| * iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit2023-09-254-60/+54
| * iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit2023-09-252-26/+26
| * iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde2023-09-251-3/+0
| * iommu/amd: Introduce helper functions for managing GCR3 tableSuravee Suthikulpanit2023-09-251-27/+38
| * iommu/amd: Refactor protection domain allocation codeVasant Hegde2023-09-251-23/+22
| * iommu/amd: Consolidate logic to allocate protection domainSuravee Suthikulpanit2023-09-251-12/+7
| * iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit2023-09-253-8/+8
| * iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit2023-09-252-2/+0
|/
* Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-015-83/+170
|\
| * iommu/amd: Remove unused declarationsYue Haibing2023-08-171-3/+0
| * iommu/amd: Rearrange DTE bit definationsVasant Hegde2023-08-081-4/+4
| * iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde2023-07-141-4/+7
| * iommu/amd: Consolidate PPR log enablementVasant Hegde2023-07-141-3/+3
| * iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde2023-07-141-0/+4
| * iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde2023-07-142-12/+47
| * iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde2023-07-142-43/+53
| * iommu/amd: Handle PPR log overflowVasant Hegde2023-07-144-1/+22
| * iommu/amd: Generalize log overflow handlingVasant Hegde2023-07-143-22/+36
| * iommu/amd/iommu_v2: Clear pasid state in free pathVasant Hegde2023-07-141-0/+3
| * iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch2023-07-141-2/+2
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-1/+1
|\ \
| * | x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner2023-08-061-1/+1
| |/
* / mmu_notifiers: rename invalidate_range notifierAlistair Popple2023-08-181-5/+5
|/
* Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-296-137/+184
|\
| *-----. Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel2023-06-196-141/+188
| |\ \ \ \
| | | | | * iommu/amd: Remove extern from function prototypesVasant Hegde2023-06-162-48/+46
| | | | | * iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde2023-06-161-38/+38
| | | | | * iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde2023-06-161-1/+1
| | | | | * iommu/amd: Fix compile error for unused functionJoerg Roedel2023-06-091-26/+26
| | | | | * iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit2023-06-093-7/+24
| | | | | * iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit2023-06-091-6/+15
| | | | | * iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2023-06-092-0/+40
| | | | | * iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit2023-06-092-11/+7
| | | | | * iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins2023-06-091-28/+10
| | | | | * iommu/amd: Update copyright noticeCarlos Bilbao2023-05-221-1/+1
| | | | | * iommu/amd: Use page mode macros in fetch_pte()Jerry Snitselaar2023-05-221-2/+2
| | | | |/ | | | |/|
| | | | * iommu: Add a capability for flush queue supportRobin Murphy2023-05-221-0/+2
| | | |/