summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/iommu.c
Commit message (Expand)AuthorAgeFilesLines
...
| * iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit2022-07-071-0/+12
| * iommu/amd: Update struct iommu_dev_data definitionVasant Hegde2022-07-071-13/+19
|/
* iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe2022-04-281-0/+7
* iommu/amd: Indicate whether DMA remap support is enabledMario Limonciello2022-04-281-0/+2
* iommu/amd: Enable swiotlb in all casesMario Limonciello2022-04-281-7/+0
*-. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-081-11/+12
|\ \
| | * iommu: Split struct iommu_opsLu Baolu2022-02-281-9/+11
| | * iommu: Remove unused argument in is_attach_deferredLu Baolu2022-02-281-2/+1
| |/
* / iommu/amd: Recover from event log overflowLennert Buytenhek2022-02-141-2/+8
|/
* Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-041-0/+21
|\
| * iommu/amd: Use report_iommu_fault()Lennert Buytenhek2021-09-291-0/+21
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-041-1/+2
|/
*---. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-45/+106
|\ \ \
| | | * iommu/amd: Prepare for multiple DMA domain typesRobin Murphy2021-08-181-7/+2
| | | * iommu/amd: Drop IOVA cookie managementRobin Murphy2021-08-181-12/+0
| | |/ | |/|
| | * Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel2021-08-021-6/+0
| | |\ | | |/ | |/|
| | * iommu/amd: Use only natural aligned flushes in a VMNadav Amit2021-08-021-5/+42
| | * iommu/amd: Sync once for scatter-gather operationsNadav Amit2021-08-021-3/+12
| | * iommu/amd: Tailored gather logic for AMDNadav Amit2021-08-021-1/+22
| | * iommu/amd: Selective flush on unmapNadav Amit2021-08-021-2/+13
| | * iommu/amd: Fix printing of IOMMU events when rate limiting kicks inLennert Buytenhek2021-07-261-11/+17
| |/ |/|
| * iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei2021-07-261-6/+0
|/
*-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-251-19/+14
|\ \
| | * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-1/+1
| |/ |/|
| * iommu/amd: Remove redundant assignment of errShaokun Zhang2021-06-071-1/+1
| * iommu/amd: Tidy up DMA ops initRobin Murphy2021-06-071-18/+13
|/
* iommu/amd: Fix wrong parentheses on page-specific invalidationsNadav Amit2021-05-181-1/+1
* iommu/amd: Clear DMA ops when switching domainJean-Philippe Brucker2021-05-181-0/+2
*-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-154/+47
|\ \
| | * iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-22/+1
| |/ |/|
| * iommu/amd: Remove duplicate check of devidShaokun Zhang2021-04-151-8/+1
| * iommu/amd: Page-specific invalidations for more than one pageNadav Amit2021-04-081-34/+42
| * iommu/amd: Remove the unused amd_iommu_get_v2_domain functionChristoph Hellwig2021-04-071-34/+0
| * iommu/amd: Remove the unused device errata codeChristoph Hellwig2021-04-071-53/+3
| * iommu/amd: Remove duplicate check of pasidsQi Liu2021-04-071-3/+0
|/
* iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page tableSuravee Suthikulpanit2021-01-281-12/+36
* iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_pageSuravee Suthikulpanit2021-01-281-5/+8
* iommu/amd: Introduce iommu_v1_iova_to_physSuravee Suthikulpanit2021-01-281-15/+1
* iommu/amd: Refactor fetch_pte to use struct amd_io_pgtableSuravee Suthikulpanit2021-01-281-1/+3
* iommu/amd: Remove amd_iommu_domain_get_pgtableSuravee Suthikulpanit2021-01-281-29/+5
* iommu/amd: Restructure code for freeing page tableSuravee Suthikulpanit2021-01-281-17/+4
* iommu/amd: Move IO page table related functionsSuravee Suthikulpanit2021-01-281-474/+2
* iommu/amd: Declare functions as externSuravee Suthikulpanit2021-01-281-20/+19
* iommu/amd: Convert to using amd_io_pgtableSuravee Suthikulpanit2021-01-281-15/+10
* iommu/amd: Move pt_root to struct amd_io_pgtableSuravee Suthikulpanit2021-01-281-1/+1
* iommu/amd: Prepare for generic IO page table frameworkSuravee Suthikulpanit2021-01-281-10/+0
* iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inlineSuravee Suthikulpanit2021-01-271-10/+0
* iommu/amd: Stop irq_remapping_select() matching when remapping is disabledDavid Woodhouse2021-01-051-0/+3
* Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * iommu/amd: Add sanity check for interrupt remapping table length macrosSuravee Suthikulpanit2020-12-111-1/+1