aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2022-07-07iommu/amd: Print PCI segment ID in error log messagesVasant Hegde2-23/+23
2022-07-07iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit1-17/+27
2022-07-07iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit2-11/+14
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit4-33/+35
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit3-29/+38
2022-07-07iommu/amd: Flush upto last_bdf onlyVasant Hegde1-3/+6
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit3-95/+27
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit3-22/+41
2022-07-07iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit1-7/+20
2022-07-07iommu/amd: Update set_dte_irq_entrySuravee Suthikulpanit1-6/+7
2022-07-07iommu/amd: Update dump_dte_entrySuravee Suthikulpanit1-4/+4
2022-07-07iommu/amd: Update iommu_ignore_deviceSuravee Suthikulpanit1-3/+3
2022-07-07iommu/amd: Update set_dte_entry and clear_dte_entrySuravee Suthikulpanit1-8/+11
2022-07-07iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde3-36/+11
2022-07-07iommu/amd: Update alloc_irq_table and alloc_irq_indexSuravee Suthikulpanit1-17/+9
2022-07-07iommu/amd: Update amd_irte_ops functionsSuravee Suthikulpanit2-33/+24
2022-07-07iommu/amd: Introduce struct amd_ir_data.iommuSuravee Suthikulpanit2-19/+16
2022-07-07iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper functionSuravee Suthikulpanit1-5/+10
2022-07-07iommu/amd: Convert to use rlookup_amd_iommu helper functionSuravee Suthikulpanit1-26/+38
2022-07-07iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde3-34/+23
2022-07-07iommu/amd: Introduce per PCI segment rlookup table sizeVasant Hegde2-5/+9
2022-07-07iommu/amd: Introduce per PCI segment alias table sizeVasant Hegde2-2/+6
2022-07-07iommu/amd: Introduce per PCI segment device table sizeVasant Hegde2-8/+13
2022-07-07iommu/amd: Introduce per PCI segment last_bdfVasant Hegde2-27/+45
2022-07-07iommu/amd: Introduce per PCI segment unity map listVasant Hegde3-17/+34
2022-07-07iommu/amd: Introduce per PCI segment alias_tableSuravee Suthikulpanit3-25/+64
2022-07-07iommu/amd: Introduce per PCI segment old_dev_tbl_cpySuravee Suthikulpanit2-45/+70
2022-07-07iommu/amd: Introduce per PCI segment dev_data_listVasant Hegde3-11/+14
2022-07-07iommu/amd: Introduce per PCI segment irq_lookup_tableVasant Hegde2-0/+33
2022-07-07iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit4-0/+79
2022-07-07iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit4-2/+47
2022-07-07iommu/amd: Introduce pci segment structureVasant Hegde2-2/+68
2022-07-07iommu/amd: Update struct iommu_dev_data definitionVasant Hegde2-14/+20
2022-07-07iommu/amd: Handle return of iommu_device_sysfs_addBo Liu1-1/+4
2022-06-23iommu/amd: Use try_cmpxchg64 in alloc_pte and free_clear_pteUros Bizjak1-4/+2
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-14/+29
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel4-11/+29
2022-05-20iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel1-1/+1
2022-05-04iommu/amd: Remove redundant checkVasant Hegde via iommu1-2/+1
2022-05-04iommu/amd: Do not call sleep while holding spinlockSuravee Suthikulpanit1-1/+11
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe1-0/+7
2022-04-28iommu/amd: Indicate whether DMA remap support is enabledMario Limonciello3-0/+9
2022-04-28iommu/amd: Enable swiotlb in all casesMario Limonciello1-7/+0
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig2-7/+4
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel4-37/+45
2022-03-08iommu/amd: Improve amd_iommu_v2_exit()Suravee Suthikulpanit1-17/+17
2022-03-08iommu/amd: Remove unused struct fault.devidVasant Hegde1-1/+0
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde2-5/+1
2022-03-08iommu/amd: Call memunmap in error pathVasant Hegde1-0/+2
2022-03-04iommu/amd: Improve error handling for amd_iommu_init_pciSuravee Suthikulpanit1-3/+11