summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)Author
2026-03-17iommu/amd: Block identity domain when SNP enabledJoe Damato
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel
2026-02-03iommu/amd: serialize sequence allocation under concurrent TLB invalidationsAnkit Soni
2026-02-01iommu/amd: Use core's primary handler and set IRQF_ONESHOTSebastian Andrzej Siewior
2026-01-18iommu/amd: Fix error path in amd_iommu_probe_device()Vasant Hegde
2026-01-18iommu/amd: Refactor logic to program the host page table in DTESuravee Suthikulpanit
2026-01-18iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear...Suravee Suthikulpanit
2026-01-18iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invali...Suravee Suthikulpanit
2026-01-18iommu/amd: Introduce struct amd_iommu_viommuSuravee Suthikulpanit
2026-01-18iommu/amd: Add support for nest parent domain allocationSuravee Suthikulpanit
2026-01-18iommu/amd: Introduce helper function amd_iommu_update_dte()Suravee Suthikulpanit
2026-01-18iommu/amd: Make amd_iommu_make_clear_dte() non-static inlineSuravee Suthikulpanit
2026-01-18iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASKSuravee Suthikulpanit
2026-01-18iommu/amd: Add support for hw_info for iommu capability querySuravee Suthikulpanit
2026-01-10iommu/amd: Drop incorrect NULL check for iommu in alloc_irq_table()Rakuram Eswaran
2026-01-10iommu/amd: move wait_on_sem() out of spinlockAnkit Soni
2025-12-19amd/iommu: Make protection domain ID functions non-staticSairaj Kodilkar
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel
2025-11-28iommupt/vtd: Support mgaw's less than a 4 level walk for first stageJason Gunthorpe
2025-11-25iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_...Jinhui Guo
2025-11-13iommu/amd: Enhance "Completion-wait Time-out" error messageDheeraj Kumar Srivastava
2025-11-05iommu/amd: Use the generic iommu page tableAlejandro Jimenez
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen
2025-10-27iommu/amd: Set release_domain to blocked_domainNicolin Chen
2025-09-05iommu/amd: Add support to remap/unmap IOMMU buffers for kdumpAshish Kalra
2025-09-05iommu/amd: use str_plural() to simplify the codeXichao Zhao
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-24Merge branch 'amd/amd-vi' into nextWill Deacon
2025-07-17iommu/amd: Fix geometry.aperture_end for V2 tablesJason Gunthorpe
2025-07-15iommu/amd: Add debugfs support to dump IOMMU command bufferDheeraj Kumar Srivastava
2025-07-11iommu/amd: Enable PASID and ATS capabilities in the correct orderEaswar Hariharan
2025-07-04iommu/amd: Convert to msi_create_parent_irq_domain() helperMarc Zyngier
2025-06-27iommu/amd: Add efr[HATS] max v1 page table levelAnkit Soni
2025-06-27iommu/amd: Add HATDis feature supportAnkit Soni
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson
2025-06-23iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC supportSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson
2025-06-23iommu/amd: Factor out helper for manipulating IRTE GA/CPU infoSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destinationSean Christopherson
2025-06-23iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modifySean Christopherson
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptrSean Christopherson
2025-06-20iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fieldsSean Christopherson
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel