summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-11/+12
2022-02-28iommu: Split struct iommu_opsLu Baolu1-9/+11
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-2/+1
2022-02-14iommu/amd: Recover from event log overflowLennert Buytenhek1-2/+8
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+21
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-1/+2
2021-09-29iommu/amd: Use report_iommu_fault()Lennert Buytenhek1-0/+21
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel1-45/+106
2021-08-18iommu/amd: Prepare for multiple DMA domain typesRobin Murphy1-7/+2
2021-08-18iommu/amd: Drop IOVA cookie managementRobin Murphy1-12/+0
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel1-6/+0
2021-08-02iommu/amd: Use only natural aligned flushes in a VMNadav Amit1-5/+42
2021-08-02iommu/amd: Sync once for scatter-gather operationsNadav Amit1-3/+12
2021-08-02iommu/amd: Tailored gather logic for AMDNadav Amit1-1/+22
2021-08-02iommu/amd: Selective flush on unmapNadav Amit1-2/+13
2021-07-26iommu/amd: Fix printing of IOMMU events when rate limiting kicks inLennert Buytenhek1-11/+17
2021-07-26iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei1-6/+0
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-19/+14
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-1/+1
2021-06-07iommu/amd: Remove redundant assignment of errShaokun Zhang1-1/+1
2021-06-07iommu/amd: Tidy up DMA ops initRobin Murphy1-18/+13
2021-05-18iommu/amd: Fix wrong parentheses on page-specific invalidationsNadav Amit1-1/+1
2021-05-18iommu/amd: Clear DMA ops when switching domainJean-Philippe Brucker1-0/+2
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel1-154/+47
2021-04-15iommu/amd: Remove duplicate check of devidShaokun Zhang1-8/+1
2021-04-08iommu/amd: Page-specific invalidations for more than one pageNadav Amit1-34/+42
2021-04-07iommu/amd: Remove the unused amd_iommu_get_v2_domain functionChristoph Hellwig1-34/+0
2021-04-07iommu/amd: Remove the unused device errata codeChristoph Hellwig1-53/+3
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy1-22/+1
2021-04-07iommu/amd: Remove duplicate check of pasidsQi Liu1-3/+0
2021-01-28iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page tableSuravee Suthikulpanit1-12/+36
2021-01-28iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_pageSuravee Suthikulpanit1-5/+8
2021-01-28iommu/amd: Introduce iommu_v1_iova_to_physSuravee Suthikulpanit1-15/+1
2021-01-28iommu/amd: Refactor fetch_pte to use struct amd_io_pgtableSuravee Suthikulpanit1-1/+3
2021-01-28iommu/amd: Remove amd_iommu_domain_get_pgtableSuravee Suthikulpanit1-29/+5
2021-01-28iommu/amd: Restructure code for freeing page tableSuravee Suthikulpanit1-17/+4
2021-01-28iommu/amd: Move IO page table related functionsSuravee Suthikulpanit1-474/+2
2021-01-28iommu/amd: Declare functions as externSuravee Suthikulpanit1-20/+19
2021-01-28iommu/amd: Convert to using amd_io_pgtableSuravee Suthikulpanit1-15/+10
2021-01-28iommu/amd: Move pt_root to struct amd_io_pgtableSuravee Suthikulpanit1-1/+1
2021-01-28iommu/amd: Prepare for generic IO page table frameworkSuravee Suthikulpanit1-10/+0
2021-01-27iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inlineSuravee Suthikulpanit1-10/+0
2021-01-05iommu/amd: Stop irq_remapping_select() matching when remapping is disabledDavid Woodhouse1-0/+3
2020-12-17Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-11iommu/amd: Add sanity check for interrupt remapping table length macrosSuravee Suthikulpanit1-1/+1
2020-10-28x86: Kill all traces of irq_remapping_get_irq_domain()David Woodhouse1-34/+0
2020-10-28iommu/amd: Implement select() method on remapping irqdomainDavid Woodhouse1-0/+19
2020-10-28x86/ioapic: Generate RTE directly from parent irqchip's MSI messageDavid Woodhouse1-12/+0
2020-10-28x86/ioapic: Cleanup IO/APIC route entry structsThomas Gleixner1-4/+4
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner1-6/+4