aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
AgeCommit message (Expand)Author
2023-06-09iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins
2023-02-22iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map()Joerg Roedel
2023-02-22iommu: Add gfp parameter to iommu_ops::mapTom Murphy
2021-03-11iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin
2020-09-26iommu/amd: Use cmpxchg_double() when updating 128-bit IRTESuravee Suthikulpanit
2020-09-23iommu/amd: Fix potential @entry null derefJoao Martins
2020-09-09iommu/amd: Restore IRTE.RemapEn bit after programming IRTESuravee Suthikulpanit
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-05-27iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel
2020-03-18iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTESuravee Suthikulpanit
2020-02-24PCI: Add nr_devfns parameter to pci_add_dma_alias()James Sewart
2020-02-01iommu/amd: Support multiple PCI DMA aliases in IRQ RemappingLogan Gunthorpe
2020-02-01iommu/amd: Support multiple PCI DMA aliases in device tableLogan Gunthorpe
2019-10-18iommu/amd: Check PM_LEVEL_SIZE() condition in locked sectionJoerg Roedel
2019-10-15iommu/amd: Fix incorrect PASID decoding from event logSuthikulpanit, Suravee
2019-09-29Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-28iommu/amd: Lock code paths traversing protection_domain->dev_listJoerg Roedel
2019-09-28iommu/amd: Lock dev_data in attach/detach code pathsJoerg Roedel
2019-09-28iommu/amd: Check for busy devices earlier in attach_device()Joerg Roedel
2019-09-28iommu/amd: Take domain->lock for complete attach/detach pathJoerg Roedel
2019-09-28iommu/amd: Remove amd_iommu_devtable_lockJoerg Roedel
2019-09-28iommu/amd: Remove domain->updatedJoerg Roedel
2019-09-24iommu/amd: Wait for completion of IOTLB flush in attach_deviceFilippo Sironi
2019-09-24iommu/amd: Unmap all L7 PTEs when downgrading page-sizesAndrei Dulea
2019-09-24iommu/amd: Introduce first_pte_l7() helperAndrei Dulea
2019-09-24iommu/amd: Fix downgrading default page-sizes in alloc_pte()Andrei Dulea
2019-09-24iommu/amd: Fix pages leak in free_pagetable()Andrei Dulea
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel
2019-09-06iommu/amd: Fix race in increase_address_space()Joerg Roedel
2019-09-06iommu/amd: Flush old domains in kdump kernelStuart Hayes
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-08-30iommu/amd: Silence warnings under memory pressureQian Cai
2019-08-23iommu/amd: Request passthrough mode from IOMMU coreJoerg Roedel
2019-08-09iommu/amd: Re-factor guest virtual APIC (de-)activation codeSuthikulpanit, Suravee
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Will Deacon
2019-07-24iommu: Remove empty iommu_tlb_range_add() callback from iommu_opsWill Deacon
2019-07-21iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai
2019-07-04Merge branches 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/omap', 'generic-dma-op...Joerg Roedel
2019-07-01iommu/amd: Flush not present cache in iommu_map_pageTom Murphy
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-28iommu/amd: Add missed 'tag' to error msg in iommu_print_eventYueHaibing
2019-05-27iommu/amd: Remove redundant assignment to variable npagesColin Ian King
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-07Revert "iommu/amd: Flush not present cache in iommu_map_page"Joerg Roedel
2019-05-06Revert "iommu/amd: Remove the leftover of bypass support"Joerg Roedel
2019-05-03iommu/amd: Flush not present cache in iommu_map_pageTom Murphy
2019-04-29iommu/amd: Use pci_dev_id() helperHeiner Kallweit
2019-04-26iommu/amd: Remove amd_iommu_pd_listJoerg Roedel
2019-04-11iommu/amd: Remove the leftover of bypass supportChristoph Hellwig