summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel2022-03-084-37/+45
|\ \ \
| | | * iommu/amd: Improve amd_iommu_v2_exit()Suravee Suthikulpanit2022-03-081-17/+17
| | | * iommu/amd: Remove unused struct fault.devidVasant Hegde2022-03-081-1/+0
| | | * iommu/amd: Clean up function declarationsVasant Hegde2022-03-082-5/+1
| | | * iommu/amd: Call memunmap in error pathVasant Hegde2022-03-081-0/+2
| | | * iommu/amd: Improve error handling for amd_iommu_init_pciSuravee Suthikulpanit2022-03-041-3/+11
| | |/ | |/|
| | * iommu: Split struct iommu_opsLu Baolu2022-02-281-9/+11
| | * iommu: Remove unused argument in is_attach_deferredLu Baolu2022-02-283-5/+3
| |/
* | iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit2022-02-141-6/+6
* | iommu/amd: Recover from event log overflowLennert Buytenhek2022-02-144-2/+20
|/
* iommu/amd: Fix loop timeout issue in iommu_ga_log_enable()Joerg Roedel2022-02-041-0/+2
*-. Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel2022-01-043-121/+100
|\ \
| | * iommu/amd: Use put_pages_listMatthew Wilcox (Oracle)2021-12-201-32/+18
| | * iommu/amd: Simplify pagetable freeingRobin Murphy2021-12-201-48/+34
| |/ |/|
| * iommu/amd: Fix typo in *glues … together* in commentPaul Menzel2021-12-201-1/+1
| * iommu/amd: Remove useless irq affinity notifierMaxim Levitsky2021-12-171-2/+0
| * iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resumeMaxim Levitsky2021-12-171-1/+7
| * iommu/amd: X2apic mode: setup the INTX registers on mask/unmaskMaxim Levitsky2021-12-171-32/+33
| * iommu/amd: X2apic mode: re-enable after resumeMaxim Levitsky2021-12-171-1/+4
| * iommu/amd: Restore GA log/tail pointer on host resumeMaxim Levitsky2021-12-171-16/+15
|/
* iommu/amd: Clarify AMD IOMMUv2 initialization messagesJoerg Roedel2021-11-261-3/+3
* Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-042-0/+23
|\
| * iommu/amd: Use report_iommu_fault()Lennert Buytenhek2021-09-292-0/+23
* | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-3/+6
|\ \
| * | iommu/amd: Use struct_group() for memcpy() regionKees Cook2021-09-251-3/+6
| |/
* | treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-042-2/+4
* | x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky2021-10-041-3/+4
|/
* iommu/amd: Remove iommu_init_ga()Suravee Suthikulpanit2021-09-091-13/+4
* iommu/amd: Relocate GAMSup check to early_enable_iommusWei Huang2021-09-091-7/+24
*---. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-205-64/+121
|\ \ \
| | | * iommu/amd: Prepare for multiple DMA domain typesRobin Murphy2021-08-181-7/+2
| | | * iommu/amd: Drop IOVA cookie managementRobin Murphy2021-08-181-12/+0
| | |/ | |/|
| | * iommu/amd: Remove stale amd_iommu_unmap_flush usageJoerg Roedel2021-08-021-4/+2
| | * Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel2021-08-024-18/+4
| | |\ | | |/ | |/|
| | * 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: Do not use flush-queue when NpCache is onNadav Amit2021-08-021-1/+6
| | * 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: Convert from atomic_t to refcount_t on pasid_state->countXiyu Yang via iommu2021-07-261-6/+7
| |/ |/|
| * iommu: Streamline iommu_iova_to_phys()Robin Murphy2021-07-261-3/+0
| * iommu: Remove mode argument from iommu_set_dma_strict()John Garry2021-07-261-1/+1
| * iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei2021-07-263-14/+1
| * iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry2021-07-261-1/+3
|/
*---. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-253-30/+25
|\ \ \
| | | * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-1/+1
| |_|/ |/| |
| | * iommu/amd: Fix section mismatch warning for detect_ivrs()Joerg Roedel2021-06-081-1/+1
| | * iommu/amd: Add amd_iommu=force_enable optionJoerg Roedel2021-06-041-1/+8
| | * iommu/amd: Fix extended features loggingAlexander Monakov2021-06-041-2/+2
| |/ |/|