summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Silence warnings under memory pressureQian Cai2019-10-051-1/+3
* iommu/amd: Fix race in increase_address_space()Joerg Roedel2019-09-211-5/+11
* iommu/amd: Flush old domains in kdump kernelStuart Hayes2019-09-211-0/+24
* iommu/amd: Reserve exclusion range in iova-domainJoerg Roedel2019-05-041-3/+6
* iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZEStanislaw Gruszka2019-03-271-1/+6
* iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit2019-03-131-4/+11
* iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar2019-03-131-1/+1
* iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar2019-03-131-1/+1
* iommu/amd: Fix amd_iommu=force_isolationYu Zhao2019-02-121-1/+8
* iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath2018-10-201-0/+6
* iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh2018-10-101-1/+1
* iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei2018-10-031-1/+1
* iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior2018-05-301-0/+2
* iommu/amd: Limit the IOVA page range to the specified addressesGary R Hook2017-12-201-1/+1
* iommu/amd: Finish TLB flush in amd_iommu_unmap()Joerg Roedel2017-10-131-0/+1
* iommu/amd: Do not disable SWIOTLB if SME is activeTom Lendacky2017-10-101-4/+6
* Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-091-264/+49
|\
| *-------. Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Joerg Roedel2017-09-011-264/+49
| |\ \ \ \ \
| | | | | | * iommu/amd: Rename a few flush functionsJoerg Roedel2017-08-281-8/+8
| | | | | * | iommu/amd: Check if domain is NULL in get_domain() and return -EBUSYBaoquan He2017-08-281-0/+3
| | | | | * | iommu/amd: Don't copy GCR3 table root pointerBaoquan He2017-08-151-25/+3
| | | | | * | iommu/amd: Use is_attach_deferred call-backBaoquan He2017-08-151-1/+22
| | | | | * | iommu/amd: Do sanity check for address translation and irq remap of old dev t...Baoquan He2017-08-151-5/+0
| | | | | * | iommu/amd: Add function copy_dev_tables()Baoquan He2017-08-151-1/+1
| | | | | * | iommu/amd: Define bit fields for DTE particularlyBaoquan He2017-08-151-4/+4
| | | | | * | Revert "iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernel"Baoquan He2017-08-151-2/+1
| | |_|_|/ / | |/| | | |
| | | * | | Merge branch 'core' into arm/tegraJoerg Roedel2017-08-171-220/+9
| | |/| | | | |/| | |/ | | | |/|
| | | * | iommu/amd: Make use of iova queue flushingJoerg Roedel2017-08-151-220/+9
| | |/ /
* | | | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-0/+1
|\| | |
| * | | iommu/amd: Enable ga_log_intr when enabling guest_modeSuravee Suthikulpanit2017-07-251-0/+1
| |/ /
* / / iommu/amd: Allow the AMD IOMMU to work with memory encryptionTom Lendacky2017-07-181-14/+16
|/ /
* | Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-121-166/+292
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm...Joerg Roedel2017-06-281-166/+292
| |\ \ \ | | | |/ | | |/|
| | | * iommu/amd: Free already flushed ring-buffer entries before full-checkJoerg Roedel2017-06-221-3/+9
| | | * iommu/amd: Suppress IO_PAGE_FAULTs in kdump kernelJoerg Roedel2017-06-161-1/+2
| | | * iommu/amd: Remove queue_release() functionJoerg Roedel2017-06-081-20/+8
| | | * iommu/amd: Add per-domain timer to flush per-cpu queuesJoerg Roedel2017-06-081-17/+67
| | | * iommu/amd: Add flush counters to struct dma_ops_domainJoerg Roedel2017-06-081-0/+52
| | | * iommu/amd: Add locking to per-domain flush-queueJoerg Roedel2017-06-081-0/+11
| | | * iommu/amd: Make use of the per-domain flush queueJoerg Roedel2017-06-081-4/+56
| | | * iommu/amd: Add per-domain flush-queue data structuresJoerg Roedel2017-06-081-0/+69
| | | * iommu/amd: Rip out old queue flushing codeJoerg Roedel2017-06-081-137/+6
| | | * iommu/amd: Reduce delay waiting for command buffer spaceTom Lendacky2017-06-081-20/+13
| | | * iommu/amd: Reduce amount of MMIO when submitting commandsTom Lendacky2017-06-081-13/+22
| | | * iommu/amd: Constify irq_domain_opsTobias Klauser2017-05-301-1/+1
| | | * iommu/amd: Ratelimit io-page-faults per deviceJoerg Roedel2017-05-301-7/+33
| | |/
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-5/+15
|\ \ \
| * | | x86: remove arch specific dma_supported implementationChristoph Hellwig2017-06-281-0/+2
| * | | iommu/amd: implement ->mapping_errorChristoph Hellwig2017-06-281-5/+13
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-7/+15
|\ \ \ | |_|/ |/| |