summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/amd_iommu.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-04iommu/amd: Check EFR[EPHSup] bit before enabling PPRVasant Hegde1-1/+2
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-17/+43
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel1-8/+0
2024-04-26iommu/amd: Add SVA domain supportVasant Hegde1-0/+5
2024-04-26iommu/amd: Initial SVA support for AMD IOMMUVasant Hegde1-0/+11
2024-04-26iommu/amd: Add support for enable/disable IOPFVasant Hegde1-0/+4
2024-04-26iommu/amd: Add support for page responseSuravee Suthikulpanit1-2/+3
2024-04-26iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit1-0/+4
2024-04-26iommu/amd: Enable PCI features based on attached domain capabilityVasant Hegde1-4/+0
2024-04-26iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit1-3/+14
2024-04-26iommu/amd: Introduce per device DTE update functionVasant Hegde1-0/+1
2024-04-26iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()Vasant Hegde1-1/+1
2024-04-26iommu/vt-d: Allocate DMAR fault interrupts locallyDimitri Sivanich1-1/+1
2024-04-15iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin1-8/+0
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+24
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde1-3/+0
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit1-3/+5
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde1-0/+5
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit1-0/+15
2024-02-09iommu/amd: Remove duplicate function declarations from amd_iommu.hVasant Hegde1-8/+0
2024-02-09iommu/amd: Remove unused PPR_* macrosVasant Hegde1-4/+0
2024-01-29iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra1-1/+0
2023-12-11iommu/amd: Make domain_flush_pages as global functionVasant Hegde1-1/+2
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde1-0/+5
2023-10-06iommu/amd: Remove PPR supportVasant Hegde1-2/+0
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde1-5/+0
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde1-0/+4
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit1-0/+6
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit1-5/+12
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit1-1/+0
2023-08-17iommu/amd: Remove unused declarationsYue Haibing1-3/+0
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde1-0/+3
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde1-0/+1
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel1-45/+46
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde1-47/+45
2023-05-22iommu/amd: Fix up merge conflict resolutionJerry Snitselaar1-3/+0
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins1-0/+1
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde1-0/+1
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde1-0/+8
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy1-1/+0
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh1-0/+2
2022-07-15iommu/amd: Introduce global variable for storing common EFR and EFR2Suravee Suthikulpanit1-0/+3
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit1-1/+1
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit1-0/+7
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit1-1/+1
2022-07-07iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit1-0/+1
2022-07-07iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit1-0/+1
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-3/+1
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde1-4/+0
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-2/+1