summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/iommu.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel2023-10-271-336/+241
|\ \
| | * iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle2023-10-021-2/+3
| |/ |/|
| * iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde2023-10-161-1/+0
| * iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde2023-10-061-6/+0
| * iommu/amd: Remove amd_iommu_device_info()Vasant Hegde2023-10-061-42/+0
| * iommu/amd: Remove PPR supportVasant Hegde2023-10-061-44/+1
| * iommu/amd: Remove iommu_v2 moduleVasant Hegde2023-10-061-40/+0
| * iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde2023-09-251-89/+114
| * iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde2023-09-251-18/+28
| * iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit2023-09-251-6/+4
| * iommu/amd: Rename ats related variablesVasant Hegde2023-09-251-14/+14
| * iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit2023-09-251-1/+1
| * iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit2023-09-251-2/+2
| * iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit2023-09-251-22/+22
| * iommu/amd: Introduce helper functions for managing GCR3 tableSuravee Suthikulpanit2023-09-251-27/+38
| * iommu/amd: Refactor protection domain allocation codeVasant Hegde2023-09-251-23/+22
| * iommu/amd: Consolidate logic to allocate protection domainSuravee Suthikulpanit2023-09-251-12/+7
| * iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit2023-09-251-2/+0
|/
* Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-011-36/+50
|\
| * iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde2023-07-141-43/+50
| * iommu/amd: Handle PPR log overflowVasant Hegde2023-07-141-1/+8
| * iommu/amd: Generalize log overflow handlingVasant Hegde2023-07-141-2/+2
* | x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner2023-08-061-1/+1
|/
* Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-291-46/+53
|\
| *-----. Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel2023-06-191-50/+57
| |\ \ \ \
| | | | | * iommu/amd: Fix compile error for unused functionJoerg Roedel2023-06-091-26/+26
| | | | | * iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit2023-06-091-5/+22
| | | | | * iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit2023-06-091-6/+15
| | | | | * iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit2023-06-091-10/+7
| | | | | * iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()Joao Martins2023-06-091-28/+10
| | | | |/ | | | |/|
| | | | * iommu: Add a capability for flush queue supportRobin Murphy2023-05-221-0/+2
| | | |/
* | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-6/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra2023-06-051-6/+4
| | |/ | |/|
* | | iommu/amd: Fix possible memory leak of 'domain'Su Hui2023-06-161-4/+4
| |/ |/|
* | iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde2023-05-231-1/+10
* | iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh2023-05-221-1/+1
* | iommu/amd: Add missing domain type checksJason Gunthorpe2023-05-221-1/+5
* | iommu/amd: Handle GALog overflowsJoao Martins2023-05-221-1/+8
* | iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins2023-05-221-2/+1
|/
*-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-0/+11
|\ \
| | * iommu/amd: Add 5 level guest page table supportVasant Hegde2023-03-281-0/+5
| | * iommu/amd: Allocate page table using numa locality infoVasant Hegde2023-03-221-0/+6
| |/
* / iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar2023-04-131-4/+2
|/
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-3/+2
|\
| * iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe2023-01-111-3/+2
| |
| \
*-. \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-181-39/+50
|\ \ \ | |_|/ |/| |
| | * iommu: Remove detach_dev callbacksLu Baolu2023-01-131-26/+0
| |/ |/|
| * iommu/amd: Skip attach device domain is same as new domainVasant Hegde2023-02-181-0/+7
| * iommu/amd: Improve page fault error reportingVasant Hegde2023-02-161-0/+9
| * iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde2023-02-161-4/+9