summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)Author
2025-02-28iommu/amd: Preserve default DTE fields when updating Host Page Table RootAlejandro Jimenez
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra
2025-02-14iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume pathVasant Hegde
2025-01-24Merge tag 'iommu-updates-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock...Joerg Roedel
2025-01-17iommu/amd: Fully decode all combinations of alloc_paging_flagsJason Gunthorpe
2025-01-17iommu/amd: Move the nid to pdom_setup_pgtable()Jason Gunthorpe
2025-01-17iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_modeJason Gunthorpe
2025-01-17iommu/amd: Remove type argument from do_iommu_domain_alloc() and relatedJason Gunthorpe
2025-01-17iommu/amd: Remove dev == NULL checksJason Gunthorpe
2025-01-17iommu/amd: Remove domain_alloc()Jason Gunthorpe
2025-01-17iommu/amd: Remove unused amd_iommu_domain_update()Alejandro Jimenez
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner
2025-01-06iommu/amd: remove return value of amd_iommu_detectGao Shiyuan
2024-12-18iommu/amd: Make the blocked domain support PASIDYi Liu
2024-12-18iommu/amd: Remove amd_iommu_apply_erratum_63()Suravee Suthikulpanit
2024-12-18iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()Suravee Suthikulpanit
2024-12-18iommu/amd: Modify clear_dte_entry() to avoid in-place updateSuravee Suthikulpanit
2024-12-18iommu/amd: Introduce helper function get_dte256()Suravee Suthikulpanit
2024-12-18iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpersSuravee Suthikulpanit
2024-12-18iommu/amd: Introduce helper function to update 256-bit DTESuravee Suthikulpanit
2024-12-18iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flagsSuravee Suthikulpanit
2024-12-18iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supportedSuravee Suthikulpanit
2024-12-18iommu/amd: Misc ACPI IVRS debug info clean upSuravee Suthikulpanit
2024-12-10iommu/amd: Add lockdep asserts for domain->dev_listJason Gunthorpe
2024-12-10iommu/amd: Put list_add/del(dev_data) back under the domain->lockJason Gunthorpe
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel
2024-11-08iommu: Make set_dev_pasid op support domain replacementYi Liu
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu
2024-10-30iommu/amd: Improve amd_iommu_release_device()Vasant Hegde
2024-10-30iommu/amd: Add ops->release_domainVasant Hegde
2024-10-30iommu/amd: Reorder attach device codeVasant Hegde
2024-10-30iommu/amd: Convert dev_data lock from spinlock to mutexVasant Hegde
2024-10-30iommu/amd: Rearrange attach device codeVasant Hegde
2024-10-30iommu/amd: Reduce domain lock scope in attach device pathVasant Hegde
2024-10-30iommu/amd: Do not detach devices in domain free pathVasant Hegde
2024-10-30iommu/amd: Remove unused amd_iommus variableVasant Hegde
2024-10-30iommu/amd: xarray to track protection_domain->iommu listVasant Hegde
2024-10-30iommu/amd: Remove protection_domain.dev_cnt variableVasant Hegde
2024-10-30iommu/amd: Use ida interface to manage protection domain IDVasant Hegde
2024-10-30iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLBVasant Hegde
2024-10-30Merge branch 'core' into amd/amd-viJoerg Roedel
2024-10-29iommu/amd: Implement global identity domainVasant Hegde
2024-10-29iommu/amd: Enhance amd_iommu_domain_alloc_user()Vasant Hegde
2024-10-29iommu/amd: Pass page table type as param to pdom_setup_pgtable()Vasant Hegde
2024-10-29iommu/amd: Separate page table setup from domain allocationVasant Hegde
2024-10-29iommu/amd: Move V2 page table support check to early_amd_iommu_init()Vasant Hegde