summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/init.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-11Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm...Joerg Roedel1-27/+72
2026-08-11iommu/amd: Add SNP page mode 0 supportVasant Hegde1-13/+29
2026-07-21iommu/amd: Bound the early ACPI HID mapPengpeng Hou1-0/+6
2026-07-09iommu/amd: Dynamically verify Southbridge IOAPIC via PCI config spaceWei Wang1-10/+15
2026-07-09iommu/amd: Fix false positive in SB IOAPIC IVRS validationWei Wang1-4/+28
2026-07-09iommu/amd: Prevent SB IOAPIC from overriding IVRS validation errorsWei Wang1-2/+2
2026-06-12Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel1-36/+27
2026-05-28iommu/amd: Fix premature break in init_iommu_one()Vasant Hegde1-4/+3
2026-05-19iommu/amd: Adhere to IVINFO[VASIZE] for address limitsAnkit Soni1-4/+9
2026-05-11iommu/amd: Add support for Hygon family 18h model 4h IOAPICFu Hao1-1/+9
2026-05-11iommu/amd: Remove dead code for exclusion ranges in IVMDYu Zhang1-23/+0
2026-05-11iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy modeSean Christopherson1-4/+6
2026-04-27iommu/amd: Use maximum PPR log buffer size when SNP is enabled on Family 0x19Vasant Hegde1-1/+12
2026-04-27iommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19Vasant Hegde1-34/+76
2026-03-17iommu/amd: Add NUMA node affinity for IOMMU log buffersLi RongQing1-3/+6
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-5/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-15/+14
2026-02-11Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+10
2026-02-03iommu/amd: serialize sequence allocation under concurrent TLB invalidationsAnkit Soni1-1/+1
2026-02-01iommu/amd: Use core's primary handler and set IRQF_ONESHOTSebastian Andrzej Siewior1-8/+4
2026-01-18iommu/amd: Always enable GCR3TRPMode when supported.Suravee Suthikulpanit1-0/+8
2026-01-18iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASKSuravee Suthikulpanit1-1/+1
2025-12-19amd/iommu: Make protection domain ID functions non-staticSairaj Kodilkar1-5/+2
2025-12-19amd/iommu: Preserve domain ids inside the kdump kernelSairaj Kodilkar1-1/+22
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+9
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+10
2025-12-02iommu/amd: Report SEV-TIO supportAlexey Kardashevskiy1-0/+9
2025-11-14syscore: Pass context data to callbacksThierry Reding1-6/+10
2025-11-13iommu/amd: Fix pci_segment memleak in alloc_pci_segment()Jinhui Guo1-3/+12
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel1-91/+193
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-09-05iommu/amd: Skip enabling command/event buffers for kdumpAshish Kalra1-9/+19
2025-09-05iommu/amd: Reuse device table for kdumpAshish Kalra1-70/+34
2025-09-05iommu/amd: Add support to remap/unmap IOMMU buffers for kdumpAshish Kalra1-12/+140
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/gi...Linus Torvalds1-3/+0
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg 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