summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-137/+184
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-2/+2
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+11
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+2
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel6-141/+188
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui1-4/+4
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde2-48/+46
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde1-1/+1
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel1-26/+26
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit3-7/+24
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit1-6/+15
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2-0/+40
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit2-11/+7
2023-06-09iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins1-28/+10
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra2-8/+11
2023-05-23iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde1-1/+10
2023-05-22iommu: Add a capability for flush queue supportRobin Murphy1-0/+2
2023-05-22iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh1-1/+1
2023-05-22iommu/amd: Add missing domain type checksJason Gunthorpe1-1/+5
2023-05-22iommu/amd: Fix up merge conflict resolutionJerry Snitselaar1-3/+0
2023-05-22iommu/amd: Update copyright noticeCarlos Bilbao1-1/+1
2023-05-22iommu/amd: Use page mode macros in fetch_pte()Jerry Snitselaar1-2/+2
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins3-1/+33
2023-05-22iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins1-2/+1
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel6-20/+67
2023-04-13iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I1-2/+2
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar1-4/+2
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde5-5/+40
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu1-2/+2
2023-03-22iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde1-1/+2
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde5-12/+23
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2-40/+65
2023-02-18iommu/amd: Skip attach device domain is same as new domainVasant Hegde1-0/+7
2023-02-16iommu/amd: Improve page fault error reportingVasant Hegde1-0/+9
2023-02-16iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde1-4/+9
2023-02-03iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia1-1/+15
2023-01-20iommu/amd: Do not clear event/ppr log buffer when snp is enabledTom Lendacky1-4/+14
2023-01-13iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde1-5/+7
2023-01-13iommu/amd: Do not allocate io_pgtable_ops for passthrough domainVasant Hegde1-0/+4
2023-01-13iommu: Remove detach_dev callbacksLu Baolu1-26/+0
2023-01-11iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe1-3/+2
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-29/+67
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+4
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel3-39/+69
2022-12-06iommu/amd: Enable PCI/IMSThomas Gleixner1-2/+15
2022-12-06iommu/amd: Switch to MSI base domainsThomas Gleixner2-7/+13
2022-12-06x86/apic/vector: Provide MSI parent domainThomas Gleixner1-1/+1
2022-12-05iommu/amd: Fix typo in macro parameter nameMichael Forney1-1/+1