aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-13iommu/amd: Fix alias device DTE settingVasant Hegde1-3/+3
2025-09-05iommu/amd: Fix ivrs_base memleak in early_amd_iommu_init()Zhen Ni1-1/+2
2025-08-15iommu/amd: Avoid stack buffer overflow from kernel cmdlineKees Cook1-2/+2
2025-07-15iommu/amd: Refactor AMD IOMMU debugfs initial setupDheeraj Kumar Srivastava1-3/+2
2025-06-27iommu/amd: Add efr[HATS] max v1 page table levelAnkit Soni1-0/+16
2025-06-27iommu/amd: Add HATDis feature supportAnkit Soni1-2/+29
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-3/+0
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'fsl/pamu', 'mediatek', 'renesas/ipmmu', 's390', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextJoerg Roedel1-51/+43
2025-05-15Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"Lukas Wunner1-3/+0
2025-05-02iommu/amd: Add support for HTRangeIgnore featureSairaj Kodilkar1-0/+5
2025-04-17iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov1-0/+8
2025-04-17iommu: Update various drivers to pass in lg2sz instead of order to iommu pagesJason Gunthorpe1-14/+15
2025-04-17iommu/amd: Use roundup_pow_two() instead of get_order()Jason Gunthorpe1-9/+3
2025-04-17iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()Jason Gunthorpe1-14/+12
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe1-1/+1
2025-04-17iommu/pages: Remove the order argument to iommu_free_pages()Jason Gunthorpe1-17/+11
2025-03-13iommu/amd: Enable support for up to 2K interrupts per functionKishon Vijay Abraham I1-1/+15
2025-03-13iommu/amd: Rename DTE_INTTABLEN* and MAX_IRQS_PER_TABLE macroSairaj Kodilkar1-1/+1
2025-03-13iommu/amd: Replace slab cache allocator with page allocatorSairaj Kodilkar1-20/+1
2025-03-13iommu/amd: Introduce generic function to set multibit feature valueSairaj Kodilkar1-17/+10
2025-03-10iommu/amd: Remove unused forward declarationVasant Hegde1-1/+0
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+30
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra1-4/+30
2025-02-14iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume pathVasant Hegde1-0/+4
2025-01-24Merge tag 'iommu-updates-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-116/+137
2025-01-17iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_modeJason Gunthorpe1-7/+7
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner1-1/+1
2025-01-06iommu/amd: remove return value of amd_iommu_detectGao Shiyuan1-6/+4
2024-12-18iommu/amd: Remove amd_iommu_apply_erratum_63()Suravee Suthikulpanit1-47/+3
2024-12-18iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpersSuravee Suthikulpanit1-4/+26
2024-12-18iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flagsSuravee Suthikulpanit1-29/+84
2024-12-18iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supportedSuravee Suthikulpanit1-14/+9
2024-12-18iommu/amd: Misc ACPI IVRS debug info clean upSuravee Suthikulpanit1-20/+15
2024-10-30iommu/amd: Remove unused amd_iommus variableVasant Hegde1-6/+0
2024-10-30iommu/amd: Use ida interface to manage protection domain IDVasant Hegde1-24/+7
2024-10-30Merge branch 'core' into amd/amd-viJoerg Roedel1-8/+10
2024-10-29iommu/amd: Implement global identity domainVasant Hegde1-0/+3
2024-10-29iommu/amd: Move V2 page table support check to early_amd_iommu_init()Vasant Hegde1-7/+7
2024-10-29iommu/amd: Add helper function to check GIOSUP/GTSUPVasant Hegde1-2/+1
2024-10-29iommu/amd: Do not try copy old DTE resume pathVasant Hegde1-6/+2
2024-09-10iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel1-0/+8
2024-08-23iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macrosSuravee Suthikulpanit1-5/+3
2024-06-27iommu/amd: Fix GT feature enablement againVasant Hegde1-0/+1
2024-06-13iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich1-1/+1
2024-06-04iommu/amd: Fix sysfs leak in iommu initKun(llfl)1-0/+9
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into nextJoerg Roedel1-108/+69
2024-05-06iommu/amd: Enable Guest Translation after reading IOMMU feature registerVasant Hegde1-2/+2
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel1-46/+40
2024-04-26iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit1-2/+16
2024-04-26iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit1-56/+9