summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-102/+173
|\
| * iommu/amd: Fix amd_iommu=force_isolationYu Zhao2018-12-071-1/+8
| * iommu/amd: Remove leading 0s in error log messagesJoerg Roedel2018-11-281-10/+10
| * iommu/amd: Fix line-break in error log reportingJoerg Roedel2018-11-281-12/+10Star
| * iommu/amd: Use pr_fmt()Joerg Roedel2018-11-281-18/+20
| * iommu/amd: Allow to upgrade page-sizeJoerg Roedel2018-11-151-2/+27
| * iommu/amd: Restart loop if cmpxchg64 succeeded in alloc_pte()Joerg Roedel2018-11-151-6/+5Star
| * iommu/amd: Allow downgrading page-sizes in alloc_pte()Joerg Roedel2018-11-151-3/+9
| * iommu/amd: Ignore page-mode 7 in free_sub_pt()Joerg Roedel2018-11-151-0/+4
| * iommu/amd: Introduce free_sub_pt() functionJoerg Roedel2018-11-151-5/+13
| * iommu/amd: Collect page-table pages in freelistJoerg Roedel2018-11-151-61/+83
* | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-12/+1Star
* | iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-13/+5Star
|/
*---. Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-0/+2
|\ \ \
| | | * iommu/amd: Add default branch in amd_iommu_capable()Lu Baolu2018-10-081-0/+2
| | |/
* | / iommu/amd: Clear memory encryption mask from physical addressSingh, Brijesh2018-10-051-1/+1
| |/ |/|
* | iommu/amd: Return devid as alias for ACPI HID devicesArindam Nath2018-09-261-0/+6
|/
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-19/+19
|\
| *-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-19/+19
| |\ \
| | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0Star
| | |/ | |/|
| | * iommu/amd: Remove redundant WARN_ON()Anna-Maria Gleixner2018-07-201-12/+0Star
| | * iommu/amd: Add support for IOMMU XT modeSuravee Suthikulpanit2018-07-061-5/+16
| | * iommu/amd: make sure TLB to be flushed before IOVA freedZhen Lei2018-07-061-1/+1
| | * iommu/amd: Argument page_size could be uninitializedyzhai003@ucr.edu2018-07-061-0/+2
| |/
* / kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-181-1/+1
|/
* Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,fr...Linus Torvalds2018-06-111-21/+47
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-1/+1
|\
| * irq_remapping: Use apic_ack_irq()Thomas Gleixner2018-06-061-1/+1
* | Merge tag 'iommu-updates-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-081-34/+35
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/io-pgtable', 'arm/qcom', 'arm/tegra', 'x86/vt-d', 'x86/am...Joerg Roedel2018-05-291-34/+35
| |\ \ \ | | |_|/ | |/| |
| | | * iommu/amd: Prevent possible null pointer dereference and infinite loopAnna-Maria Gleixner2018-05-151-12/+10Star
| | | * iommu/amd: Fix grammar of commentsAnna-Maria Gleixner2018-05-151-4/+4
| | | * iommu/amd: Update logging information for new event typeGary R Hook2018-05-031-1/+9
| | | * iommu/amd: Update the PASID information printed to the system logGary R Hook2018-05-031-18/+13Star
| | |/
* | | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-3/+8
|\ \ \ | |/ / |/| |
| * | PCI: Add "pci=noats" boot parameterGil Kupfer2018-05-111-3/+8
| |/
* / iommu/amd: Hide unused iommu_table_lockArnd Bergmann2018-05-031-1/+1
|/
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-121-133/+187
|\
| *-. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-291-1/+1
| |\ \
| | | * iommu: Do not return error code for APIs with size_t return typeSuravee Suthikulpanit2018-02-131-1/+1
| | |/
| * | iommu/amd: Return proper error code in irq_remapping_alloc()Sebastian Andrzej Siewior2018-03-291-2/+2
| * | iommu/amd: Make amd_iommu_devtable_lock a spin_lockSebastian Andrzej Siewior2018-03-291-7/+7
| * | iommu/amd: Drop the lock while allocating new irq remap tableSebastian Andrzej Siewior2018-03-291-18/+45
| * | iommu/amd: Factor out setting the remap table for a devidSebastian Andrzej Siewior2018-03-291-11/+12
| * | iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()Sebastian Andrzej Siewior2018-03-291-5/+5
| * | iommu/amd: Remove the special case from alloc_irq_table()Sebastian Andrzej Siewior2018-03-291-14/+20
| * | iommu/amd: Split irq_lookup_table out of the amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-291-2/+3
| * | iommu/amd: Split domain id out of amd_iommu_devtable_lockSebastian Andrzej Siewior2018-03-291-7/+5Star
| * | iommu/amd: Turn dev_data_list into a lock less listSebastian Andrzej Siewior2018-03-291-18/+10Star
| * | iommu/amd: Take into account that alloc_dev_data() may return NULLSebastian Andrzej Siewior2018-03-291-0/+2