summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd
Commit message (Expand)AuthorAgeFilesLines
...
| * iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit2022-07-152-8/+20
| * iommu/amd: Change macro for IOMMU control register bit shift to decimal valueSuravee Suthikulpanit2022-07-151-21/+21
| * iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde2022-07-073-6/+7
| * iommu/amd: Update device_state structure to include PCI seg IDVasant Hegde2022-07-071-34/+24
| * iommu/amd: Print PCI segment ID in error log messagesVasant Hegde2022-07-072-23/+23
| * iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit2022-07-071-17/+27
| * iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit2022-07-072-11/+14
| * iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit2022-07-074-33/+35
| * iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit2022-07-073-29/+38
| * iommu/amd: Flush upto last_bdf onlyVasant Hegde2022-07-071-3/+6
| * iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit2022-07-073-95/+27
| * iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit2022-07-073-22/+41
| * iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit2022-07-071-7/+20
| * iommu/amd: Update set_dte_irq_entrySuravee Suthikulpanit2022-07-071-6/+7
| * iommu/amd: Update dump_dte_entrySuravee Suthikulpanit2022-07-071-4/+4
| * iommu/amd: Update iommu_ignore_deviceSuravee Suthikulpanit2022-07-071-3/+3
| * iommu/amd: Update set_dte_entry and clear_dte_entrySuravee Suthikulpanit2022-07-071-8/+11
| * iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde2022-07-073-36/+11
| * iommu/amd: Update alloc_irq_table and alloc_irq_indexSuravee Suthikulpanit2022-07-071-17/+9
| * iommu/amd: Update amd_irte_ops functionsSuravee Suthikulpanit2022-07-072-33/+24
| * iommu/amd: Introduce struct amd_ir_data.iommuSuravee Suthikulpanit2022-07-072-19/+16
| * iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper functionSuravee Suthikulpanit2022-07-071-5/+10
| * iommu/amd: Convert to use rlookup_amd_iommu helper functionSuravee Suthikulpanit2022-07-071-26/+38
| * iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde2022-07-073-34/+23
| * iommu/amd: Introduce per PCI segment rlookup table sizeVasant Hegde2022-07-072-5/+9
| * iommu/amd: Introduce per PCI segment alias table sizeVasant Hegde2022-07-072-2/+6
| * iommu/amd: Introduce per PCI segment device table sizeVasant Hegde2022-07-072-8/+13
| * iommu/amd: Introduce per PCI segment last_bdfVasant Hegde2022-07-072-27/+45
| * iommu/amd: Introduce per PCI segment unity map listVasant Hegde2022-07-073-17/+34
| * iommu/amd: Introduce per PCI segment alias_tableSuravee Suthikulpanit2022-07-073-25/+64
| * iommu/amd: Introduce per PCI segment old_dev_tbl_cpySuravee Suthikulpanit2022-07-072-45/+70
| * iommu/amd: Introduce per PCI segment dev_data_listVasant Hegde2022-07-073-11/+14
| * iommu/amd: Introduce per PCI segment irq_lookup_tableVasant Hegde2022-07-072-0/+33
| * iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit2022-07-074-0/+79
| * iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit2022-07-074-2/+47
| * iommu/amd: Introduce pci segment structureVasant Hegde2022-07-072-2/+68
| * iommu/amd: Update struct iommu_dev_data definitionVasant Hegde2022-07-072-14/+20
| * iommu/amd: Handle return of iommu_device_sysfs_addBo Liu2022-07-071-1/+4
| * iommu/amd: Use try_cmpxchg64 in alloc_pte and free_clear_pteUros Bizjak2022-06-231-4/+2
|/
* Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-314-14/+29
|\
| *-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-204-11/+29
| |\ \
| | | * iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel2022-05-201-1/+1
| | | * iommu/amd: Remove redundant checkVasant Hegde via iommu2022-05-041-2/+1
| | | * iommu/amd: Do not call sleep while holding spinlockSuravee Suthikulpanit2022-05-041-1/+11
| | |/ | |/|
| | * iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe2022-04-281-0/+7
| | * iommu/amd: Indicate whether DMA remap support is enabledMario Limonciello2022-04-283-0/+9
| | * iommu/amd: Enable swiotlb in all casesMario Limonciello2022-04-281-7/+0
| |/
* / x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-182-7/+4
|/
*---. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-084-37/+45
|\ \ \
| | | * iommu/amd: Improve amd_iommu_v2_exit()Suravee Suthikulpanit2022-03-081-17/+17