summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/amd_iommu.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-12Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+33
2026-02-01iommu/amd: Use core's primary handler and set IRQF_ONESHOTSebastian Andrzej Siewior1-1/+0
2026-01-18iommu/amd: Refactor logic to program the host page table in DTESuravee Suthikulpanit1-0/+4
2026-01-18iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear...Suravee Suthikulpanit1-0/+13
2026-01-18iommu/amd: Add support for nested domain allocationSuravee Suthikulpanit1-0/+4
2026-01-18iommu/amd: Introduce helper function amd_iommu_update_dte()Suravee Suthikulpanit1-0/+4
2026-01-18iommu/amd: Make amd_iommu_make_clear_dte() non-static inlineSuravee Suthikulpanit1-0/+8
2025-12-19amd/iommu: Make protection domain ID functions non-staticSairaj Kodilkar1-0/+5
2025-11-05iommu/amd: Use the generic iommu page tableAlejandro Jimenez1-1/+0
2025-07-15iommu/amd: Refactor AMD IOMMU debugfs initial setupDheeraj Kumar Srivastava1-2/+2
2025-06-27iommu/amd: Add efr[HATS] max v1 page table levelAnkit Soni1-0/+1
2025-06-27iommu/amd: Add HATDis feature supportAnkit Soni1-0/+1
2025-05-02iommu/amd: Add support for HTRangeIgnore featureSairaj Kodilkar1-0/+2
2025-03-10iommu/amd: Consolidate protection domain free codeVasant Hegde1-1/+0
2025-03-10iommu/amd: Fix header fileVasant Hegde1-4/+3
2025-01-17iommu/amd: Move the nid to pdom_setup_pgtable()Jason Gunthorpe1-1/+1
2025-01-17iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_modeJason Gunthorpe1-1/+1
2025-01-17iommu/amd: Remove type argument from do_iommu_domain_alloc() and relatedJason Gunthorpe1-1/+1
2025-01-17iommu/amd: Remove unused amd_iommu_domain_update()Alejandro Jimenez1-1/+0
2024-12-18iommu/amd: Remove amd_iommu_apply_erratum_63()Suravee Suthikulpanit1-1/+0
2024-12-18iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()Suravee Suthikulpanit1-0/+1
2024-12-18iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpersSuravee Suthikulpanit1-0/+2
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel1-1/+2
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu1-1/+2
2024-10-29iommu/amd: Implement global identity domainVasant Hegde1-0/+1
2024-10-29iommu/amd: Add helper function to check GIOSUP/GTSUPVasant Hegde1-1/+6
2024-09-10iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel1-0/+1
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe1-1/+1
2024-09-04iommu/amd: Remove the amd_iommu_domain_set_pt_root() and relatedJason Gunthorpe1-13/+0
2024-09-04iommu/amd: Make amd_iommu_dev_update_dte() staticVasant Hegde1-1/+0
2024-09-04iommu/amd: Make amd_iommu_domain_flush_complete() staticVasant Hegde1-1/+0
2024-09-04iommu/amd: Make amd_iommu_dev_flush_pasid_all() staticVasant Hegde1-2/+0
2024-09-04iommu/amd: Make amd_iommu_is_attach_deferred() staticVasant Hegde1-1/+0
2024-08-23iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macrosSuravee Suthikulpanit1-5/+0
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