summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | iommu/amd: Use named irq domain interfaceThomas Gleixner2017-06-221-3/+10
| * | iommu/amd: Add name to irq chipThomas Gleixner2017-06-221-4/+5
| |/
* / iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit2017-06-281-4/+2
|/
* x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-301-3/+3
* iommu: Disambiguate MSI region typesRobin Murphy2017-03-221-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-5/+5
|\
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-3/+3
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-1/+1
| |
| \
| \
| \
*---. \ Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-26/+46
|\ \ \ \ | |_|_|/ |/| | |
| | | * iommu: Make iommu_device_link/unlink take a struct iommu_deviceJoerg Roedel2017-02-101-2/+2
| | | * iommu: Add sysfs bindings for struct iommu_deviceJoerg Roedel2017-02-101-5/+9
| | | * iommu: Introduce new 'struct iommu_device'Joerg Roedel2017-02-101-2/+2