summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-5/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-16/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-27/+25
2026-02-11Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-121/+683
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+4
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel-121/+683
2026-02-03iommu/amd: serialize sequence allocation under concurrent TLB invalidationsAnkit Soni-8/+14
2026-02-01iommu/amd: Use core's primary handler and set IRQF_ONESHOTSebastian Andrzej Siewior-14/+4
2026-01-28iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()Nathan Chancellor-2/+2
2026-01-20iommu/amd: Remove unused variable in amd_iommufd_viommu_destroy()Suravee Suthikulpanit-1/+0
2026-01-18iommu/amd: Fix error path in amd_iommu_probe_device()Vasant Hegde-2/+1
2026-01-18iommu/amd: Add support for nested domain attach/detachSuravee Suthikulpanit-0/+73
2026-01-18iommu/amd: Refactor logic to program the host page table in DTESuravee Suthikulpanit-73/+82
2026-01-18iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear...Suravee Suthikulpanit-11/+13
2026-01-18iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invali...Suravee Suthikulpanit-0/+203
2026-01-18iommu/amd: Add support for nested domain allocationSuravee Suthikulpanit-1/+129
2026-01-18iommu/amd: Introduce struct amd_iommu_viommuSuravee Suthikulpanit-0/+29
2026-01-18iommu/amd: Add support for nest parent domain allocationSuravee Suthikulpanit-3/+23
2026-01-18iommu/amd: Always enable GCR3TRPMode when supported.Suravee Suthikulpanit-0/+10
2026-01-18iommu/amd: Introduce helper function amd_iommu_update_dte()Suravee Suthikulpanit-6/+22
2026-01-18iommu/amd: Make amd_iommu_make_clear_dte() non-static inlineSuravee Suthikulpanit-11/+10
2026-01-18iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASKSuravee Suthikulpanit-3/+3
2026-01-18iommu/amd: Add support for hw_info for iommu capability querySuravee Suthikulpanit-0/+59
2026-01-10iommu/amd: Drop incorrect NULL check for iommu in alloc_irq_table()Rakuram Eswaran-1/+1
2026-01-10iommu/amd: move wait_on_sem() out of spinlockAnkit Soni-8/+17
2025-12-19amd/iommu: Make protection domain ID functions non-staticSairaj Kodilkar-14/+25
2025-12-19amd/iommu: Preserve domain ids inside the kdump kernelSairaj Kodilkar-1/+22
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds-0/+10
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+10
2025-12-02iommu/amd: Report SEV-TIO supportAlexey Kardashevskiy-0/+10
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel-1330/+328
2025-11-28iommupt/vtd: Support mgaw's less than a 4 level walk for first stageJason Gunthorpe-2/+5
2025-11-25iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_...Jinhui Guo-1/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding-6/+10
2025-11-13iommu/amd: Fix pci_segment memleak in alloc_pci_segment()Jinhui Guo-3/+12
2025-11-13iommu/amd: Enhance "Completion-wait Time-out" error messageDheeraj Kumar Srivastava-1/+31
2025-11-05iommu/amd: Remove AMD io_pgtable supportJason Gunthorpe-1044/+1
2025-11-05iommu/amd: Use the generic iommu page tableAlejandro Jimenez-266/+272
2025-11-04iommu/amd: Fix potential out-of-bounds read in iommu_mmio_showSongtang Liu-1/+1
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen-5/+6
2025-10-27iommu/amd: Set release_domain to blocked_domainNicolin Chen-9/+1
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel-93/+201
2025-09-19iommu/amd/pgtbl: Fix possible race while increase page table levelVasant Hegde-4/+22
2025-09-13iommu/amd: Fix alias device DTE settingVasant Hegde-3/+3
2025-09-05iommu/amd: Fix ivrs_base memleak in early_amd_iommu_init()Zhen Ni-1/+2
2025-09-05iommu/amd: Skip enabling command/event buffers for kdumpAshish Kalra-9/+19
2025-09-05iommu/amd: Reuse device table for kdumpAshish Kalra-70/+34
2025-09-05iommu/amd: Add support to remap/unmap IOMMU buffers for kdumpAshish Kalra-13/+146
2025-09-05iommu/amd: use str_plural() to simplify the codeXichao Zhao-1/+2
2025-08-15iommu/amd: Avoid stack buffer overflow from kernel cmdlineKees Cook-2/+2