summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)Author
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-13iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel
2023-02-18iommu/amd: Skip attach device domain is same as new domainVasant Hegde
2023-02-16iommu/amd: Improve page fault error reportingVasant Hegde
2023-02-16iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde
2023-01-20iommu/amd: Do not clear event/ppr log buffer when snp is enabledTom Lendacky
2023-01-13iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde
2023-01-13iommu/amd: Do not allocate io_pgtable_ops for passthrough domainVasant Hegde
2023-01-13iommu: Remove detach_dev callbacksLu Baolu
2023-01-11iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel
2022-12-05iommu/amd: Enable PCI/IMSThomas Gleixner
2022-12-05iommu/amd: Switch to MSI base domainsThomas Gleixner
2022-12-05x86/apic/vector: Provide MSI parent domainThomas Gleixner
2022-11-29iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCYJason Gunthorpe
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner
2022-11-17iommu/amd: Remove bogus check for multi MSI-XThomas Gleixner
2022-11-03iommu/amd: Remove variable cnt ind iommu_poll_ga_log()Colin Ian King
2022-11-01iommu/amd: Drop unnecessary checks in amd_iommu_attach_device()Nicolin Chen
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/amd: Remove outdated commentVasant Hegde
2022-09-26iommu/amd: Free domain ID after domain_flush_pagesVasant Hegde
2022-09-26iommu/amd: Free domain id in error pathVasant Hegde
2022-09-09Merge branch 'iommu/fixes' into coreJoerg Roedel
2022-09-09iommu/dma: Make header privateRobin Murphy
2022-09-07iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-APISuravee Suthikulpanit
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit
2022-09-07iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 tableSuravee Suthikulpanit
2022-09-07iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove lockingSuravee Suthikulpanit
2022-09-07iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/amd: Handle race between registration and device probeRobin Murphy
2022-09-07iommu: Retire iommu_capable()Robin Murphy
2022-09-07iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel
2022-07-15iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabledSuravee Suthikulpanit
2022-07-15iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig
2022-07-07iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde
2022-07-07iommu/amd: Print PCI segment ID in error log messagesVasant Hegde
2022-07-07iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit
2022-07-07iommu/amd: Flush upto last_bdf onlyVasant Hegde