summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2024-06-13iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich1-1/+1
2024-06-04iommu/amd: Fix Invalid wait context issueVasant Hegde2-42/+28
2024-06-04iommu/amd: Check EFR[EPHSup] bit before enabling PPRVasant Hegde1-1/+2
2024-06-04iommu/amd: Fix workqueue nameVasant Hegde1-2/+1
2024-06-04iommu/amd: Fix sysfs leak in iommu initKun(llfl)1-0/+9
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+2
2024-05-16Revert "iommu/amd: Enable PCI/IMS"Bjorn Helgaas1-15/+2
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel10-256/+838
2024-05-06iommu/amd: Enable Guest Translation after reading IOMMU feature registerVasant Hegde1-2/+2
2024-05-03iommu/amd: Fix compilation errorAndy Shevchenko1-0/+1
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel6-77/+63
2024-04-26Merge branch 'iommu/fixes' into x86/amdJoerg Roedel1-0/+4
2024-04-26iommu/amd: Add SVA domain supportVasant Hegde4-3/+93
2024-04-26iommu/amd: Initial SVA support for AMD IOMMUVasant Hegde6-6/+156
2024-04-26iommu/amd: Add support for enable/disable IOPFVasant Hegde4-8/+77
2024-04-26iommu/amd: Add IO page fault notifier handlerWei Huang2-1/+107
2024-04-26iommu/amd: Add support for page responseSuravee Suthikulpanit3-6/+13
2024-04-26iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit4-2/+55
2024-04-26iommu/amd: Enable PCI features based on attached domain capabilityVasant Hegde2-12/+14
2024-04-26iommu/amd: Setup GCR3 table in advance if domain is SVA capableVasant Hegde1-15/+71
2024-04-26iommu/amd: Introduce iommu_dev_data.max_pasidsVasant Hegde2-0/+13
2024-04-26iommu/amd: Fix PPR interrupt processing logicVasant Hegde1-4/+0
2024-04-26iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit5-114/+139
2024-04-26iommu/amd: Add support for enabling/disabling IOMMU featuresWei Huang1-0/+28
2024-04-26iommu/amd: Introduce per device DTE update functionVasant Hegde2-8/+19
2024-04-26iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()Vasant Hegde2-2/+2
2024-04-26iommu/amd: Enhance def_domain_type to handle untrusted deviceVasant Hegde1-0/+4
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy1-8/+0
2024-04-26iommu/vt-d: Allocate DMAR fault interrupts locallyDimitri Sivanich2-2/+2
2024-04-15iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin5-79/+62
2024-04-12iommu/amd: Change log message severityVasant Hegde1-2/+2
2024-04-12iommu/amd: Do not enable SNP when V2 page table is enabledVasant Hegde1-10/+11
2024-04-12iommu/amd: Fix possible irq lock inversion dependency issueVasant Hegde1-4/+7
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)1-1/+3
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-405/+337
2024-03-08iommu/amd: Fix sleeping in atomic contextVasant Hegde1-1/+1
2024-02-16iommu/amd: Mark interrupt as managedMario Limonciello1-0/+3
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde2-17/+64
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit2-13/+1
2024-02-09iommu/amd: Rearrange device flush codeVasant Hegde1-49/+43
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde2-103/+0
2024-02-09iommu/amd: Refactor GCR3 table helper functionsSuravee Suthikulpanit1-22/+31
2024-02-09iommu/amd: Refactor protection_domain helper functionsSuravee Suthikulpanit1-11/+3
2024-02-09iommu/amd: Refactor attaching / detaching device functionsSuravee Suthikulpanit1-3/+27
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit3-83/+61
2024-02-09iommu/amd: Rearrange GCR3 table setup codeVasant Hegde1-32/+32
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde2-0/+28
2024-02-09iommu/amd: Use protection_domain.flags to check page table modeVasant Hegde1-2/+2
2024-02-09iommu/amd: Introduce per-device GCR3 tableSuravee Suthikulpanit1-0/+7
2024-02-09iommu/amd: Introduce struct protection_domain.pd_modeSuravee Suthikulpanit2-0/+8